Grape Hex Code — #6F2DA8
RGB, HSL, and CMYK values for Grape.
Grape Color Values
| Format | Value |
|---|---|
| HEX | #6F2DA8 |
| RGB | rgb(111, 45, 168) |
| HSL | hsl(272, 58%, 42%) |
| CMYK | cmyk(34%, 73%, 0%, 34%) |
Want to explore more shades? Use our Color Converter
About Grape
Color psychology: Richness, luxury.
Grape (#6F2DA8) is a medium shade of purple. It's commonly used in web design, graphic design, and branding where richness, luxury are desired associations.
How to Use Grape in CSS
/* Using HEX */ color: #6F2DA8; background-color: #6F2DA8; /* Using RGB */ color: rgb(111, 45, 168); /* Using HSL */ color: hsl(272, 58%, 42%);