What is the RGB code for rich purple?
The CSS color rich purple in RGB format is rgb(114, 0, 88). Use this value directly in CSS, SVG, and most design tools.
How do I use rich purple in CSS?
To apply rich purple in CSS:
- Text color: color: rgb(114, 0, 88);
- Background: background-color: rgb(114, 0, 88);
- Border: border-color: rgb(114, 0, 88);
What are all the color format values for rich purple?
| Format | Value |
|---|---|
| HEX | #720058 |
| RGB | rgb(114, 0, 88) |
| HSL | hsl(313.7, 100%, 22.4%) |
| CMYK | cmyk(0%, 100%, 22.8%, 55.3%) |
How do I convert rich purple to RGB?
Select rich purple from the color name list in our color converter. The RGB value — rgb(114, 0, 88) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does rich purple belong to?
rich purple belongs to the pink color family. It is a dark, vivid color with HSL values: hue 313.7°, saturation 100%, lightness 22.4%.
How do I create lighter and darker shades of rich purple?
Lighter variant (lightness 37.4%): #bf0093. Darker variant (lightness 7.399999999999999%): #26001d. 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.