Website powered by

Color Scheme Extractor

This color scheme extractor is coded completely in Python. The application performs the following tasks:
- Pull top-five dominant colors from an image
- Gather each color's RGB code, Hexcode, HSV data, HLS data and name of color closest to the RGB code
- Output swatches and print color data

GitHub link: https://github.com/johnwarejunior/scheme-thief to vi

Sample image

Sample image

Code

Code

Palette sample from image

Palette sample from image

Console output

Console output