What is the RGB code for darkish purple?
The CSS color darkish purple in RGB format is rgb(117, 25, 115). Use this value directly in CSS, SVG, and most design tools.
How do I use darkish purple in CSS?
To apply darkish purple in CSS:
- Text color: color: rgb(117, 25, 115);
- Background: background-color: rgb(117, 25, 115);
- Border: border-color: rgb(117, 25, 115);
What are all the color format values for darkish purple?
| Format | Value |
|---|---|
| HEX | #751973 |
| RGB | rgb(117, 25, 115) |
| HSL | hsl(301.3, 64.8%, 27.8%) |
| CMYK | cmyk(0%, 78.6%, 1.7%, 54.1%) |
How do I convert darkish purple to RGB?
Select darkish purple from the color name list in our color converter. The RGB value — rgb(117, 25, 115) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does darkish purple belong to?
darkish purple belongs to the pink color family. It is a dark, moderately saturated color with HSL values: hue 301.3°, saturation 64.8%, lightness 27.8%.
How do I create lighter and darker shades of darkish purple?
Lighter variant (lightness 42.8%): #b426b1. Darker variant (lightness 12.8%): #360b35. 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.