What is the RGB code for warm purple?
The CSS color warm purple in RGB format is rgb(149, 46, 143). Use this value directly in CSS, SVG, and most design tools.
How do I use warm purple in CSS?
To apply warm purple in CSS:
- Text color: color: rgb(149, 46, 143);
- Background: background-color: rgb(149, 46, 143);
- Border: border-color: rgb(149, 46, 143);
What are all the color format values for warm purple?
| Format | Value |
|---|---|
| HEX | #952e8f |
| RGB | rgb(149, 46, 143) |
| HSL | hsl(303.5, 52.8%, 38.2%) |
| CMYK | cmyk(0%, 69.1%, 4%, 41.6%) |
How do I convert warm purple to RGB?
Select warm purple from the color name list in our color converter. The RGB value — rgb(149, 46, 143) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does warm purple belong to?
warm purple belongs to the pink color family. It is a medium, moderately saturated color with HSL values: hue 303.5°, saturation 52.8%, lightness 38.2%.
How do I create lighter and darker shades of warm purple?
Lighter variant (lightness 53.2%): #c749bf. Darker variant (lightness 23.200000000000003%): #5a1c57. 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.