What is the HEX code for grape purple?
The CSS color grape purple in HEX format is #5d1451. Use this value directly in CSS, SVG, and most design tools.
How do I use grape purple in CSS?
To apply grape purple in CSS:
- Text color: color: #5d1451;
- Background: background-color: #5d1451;
- Border: border-color: #5d1451;
What are all the color format values for grape purple?
| Format | Value |
|---|---|
| HEX | #5d1451 |
| RGB | rgb(93, 20, 81) |
| HSL | hsl(309.9, 64.6%, 22.2%) |
| CMYK | cmyk(0%, 78.5%, 12.9%, 63.5%) |
How do I convert grape purple to HEX?
Select grape purple from the color name list in our color converter. The HEX value — #5d1451 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does grape purple belong to?
grape purple belongs to the pink color family. It is a dark, moderately saturated color with HSL values: hue 309.9°, saturation 64.6%, lightness 22.2%.
How do I create lighter and darker shades of grape purple?
Lighter variant (lightness 37.2%): #9c2288. Darker variant (lightness 7.199999999999999%): #1e061a. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.