Image Color Extractor
Extract up to 12 RGB color groups from a PNG, JPEG, or WebP photo, ranked by alpha-weighted share of the visible analyzed sample; copy HEX values or download a JSON palette.
Open tool — Image Color ExtractorImage Color Extractor vs Image Color Picker
The short answer: Image Color Extractor groups decoded RGB values into fixed buckets and ranks up to 12 groups by alpha-weighted share of the visible analyzed sample; large images are downscaled first. Image Color Picker reads one coordinate of the decoded image through a 1 × 1 Canvas, without averaging neighbors; its RGBA can differ from the original encoded bytes.
| Image Color Extractor | Image Color Picker | |
|---|---|---|
| Purpose | Extract up to 12 RGB color groups from a PNG, JPEG, or WebP photo, ranked by alpha-weighted share of the visible analyzed sample; copy HEX values or download a JSON palette. | Sample one browser-decoded image coordinate without averaging neighbors; read its Canvas RGBA value, copy HEX, or download all three color formats. |
| Input | A PNG, JPEG, or WebP image | A PNG, JPEG, or WebP image plus the pixel position to read |
| Output | Up to 12 RGB groups as HEX and JSON with weighted sample shares; the displayed shares may total less than 100%. | One decoded Canvas pixel as HEX, rgb(), and rgba(); the swatch copies HEX only. |
| Typical use | Building a palette from a photo, screenshot, or brand asset | Matching a precise value: a button color, a chart line, a pixel in a mockup |
Key differences
The extractor summarizes a whole image into a ranked palette; the picker inspects a single pixel without averaging its neighbors.
Both take PNG, JPEG, or WebP; the picker additionally needs a position, from a click or typed x/y coordinates.
The extractor outputs up to 12 colors with coverage shares and a JSON palette download; the picker outputs one HEX, rgb(), or rgba() value.
Design palettes and themes point to the extractor; exact one-off color values point to the picker.
Extract up to 12 RGB color groups from a PNG, JPEG, or WebP photo, ranked by alpha-weighted share of the visible analyzed sample; copy HEX values or download a JSON palette.
Open tool — Image Color ExtractorSample one browser-decoded image coordinate without averaging neighbors; read its Canvas RGBA value, copy HEX, or download all three color formats.
Open tool — Image Color PickerRelated comparisons