Eggplant Hex Code — #614051
RGB, HSL, and CMYK values for Eggplant.
Eggplant Color Values
| Format | Value |
|---|---|
| HEX | #614051 |
| RGB | rgb(97, 64, 81) |
| HSL | hsl(329, 20%, 32%) |
| CMYK | cmyk(0%, 34%, 16%, 62%) |
Want to explore more shades? Use our Color Converter
About Eggplant
Color psychology: Sophistication, depth.
Eggplant (#614051) is a dark shade of purple. It's commonly used in web design, graphic design, and branding where sophistication, depth are desired associations.
How to Use Eggplant in CSS
/* Using HEX */ color: #614051; background-color: #614051; /* Using RGB */ color: rgb(97, 64, 81); /* Using HSL */ color: hsl(329, 20%, 32%);