What is the RGB code for grape purple?
The CSS color grape purple in RGB format is rgb(93, 20, 81). 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: rgb(93, 20, 81);
- Background: background-color: rgb(93, 20, 81);
- Border: border-color: rgb(93, 20, 81);
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 RGB?
Select grape purple from the color name list in our color converter. The RGB value — rgb(93, 20, 81) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.