Shades of Purple Heart #5F23DB
Tints of Purple Heart #5F23DB
RGB
CMYK
RGB Variations
Color information
#5F23DB (or 0x5F23DB) is known color: Purple Heart. HEX triplet: 5F, 23 and DB. RGB value is (95,35,219). Sum of RGB (Red+Green+Blue) = 95+35+219=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F23DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F23DB is #A0DC24. Grayscale: #494949. Windows color (decimal): -10542117 or 14361439. OLE color: 14361439.
HSL color Cylindrical-coordinate representation of color #5F23DB: hue angle of 259.57º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F23DB is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 35 | 219 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.14 |
| HSL | 259.57º | 0.72% | 0.5% | - |
| HSV(B) | 259.57º | 0.84% | 0.86% | - |
| XYZ | 18.11 | 8.75 | 67.75 | - |
| YUV | 73.92 | 209.88 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 35 | 219 | 0.57 | 0.84 | 0 | 0.14 | 259.57 | 0.72 | 0.5 |
| Hex | 5F | 23 | DB | 39 | 54 | 0 | E | 104 | 48 | 32 |
| Octal | 137 | 43 | 333 | 71 | 124 | 0 | 16 | 404 | 110 | 62 |
| Binary | 1011111 | 100011 | 11011011 | 111001 | 1010100 | 0 | 1110 | 100000100 | 1001000 | 110010 |
Color Harmonies of #5F23DB
Complementary color
Monochromatic Colors of #5F23DB
Black with #5F23DB
Text Example
Text Example
White with #5F23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F23DB; }
p { color: rgb(95,35,219); }
H1.HeaderClassName
{
color: #5F23DB;
}
.AnyTagClassName
{
color: #5F23DB;
}
</style>
background-color css
<style>
a { background-color: #5F23DB; }
a { background-color: rgb(95,35,219); }
div.DivClassName
{
background-color: #5F23DB;
}
.BgClassName
{
background-color: #5F23DB;
}
</style>
border-color css
<style>
span { border-color: #5F23DB; }
span { border-color: rgb(95,35,219); }
td.TdClassName
{
border-color: #5F23DB;
}
.TagClassName
{
border-color: #5F23DB;
}
</style>