Shades of Purple Heart #5F20DB
Tints of Purple Heart #5F20DB
RGB
CMYK
RGB Variations
Color information
#5F20DB (or 0x5F20DB) is known color: Purple Heart. HEX triplet: 5F, 20 and DB. RGB value is (95,32,219). Sum of RGB (Red+Green+Blue) = 95+32+219=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F20DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F20DB is #A0DF24. Grayscale: #474747. Windows color (decimal): -10542885 or 14360671. OLE color: 14360671.
HSL color Cylindrical-coordinate representation of color #5F20DB: hue angle of 260.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F20DB is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 32 | 219 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.14 |
| HSL | 260.21º | 0.75% | 0.49% | - |
| HSV(B) | 260.21º | 0.85% | 0.86% | - |
| XYZ | 18.02 | 8.58 | 67.72 | - |
| YUV | 72.16 | 210.87 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 32 | 219 | 0.57 | 0.85 | 0 | 0.14 | 260.21 | 0.75 | 0.49 |
| Hex | 5F | 20 | DB | 39 | 55 | 0 | E | 104 | 4B | 31 |
| Octal | 137 | 40 | 333 | 71 | 125 | 0 | 16 | 404 | 113 | 61 |
| Binary | 1011111 | 100000 | 11011011 | 111001 | 1010101 | 0 | 1110 | 100000100 | 1001011 | 110001 |
Color Harmonies of #5F20DB
Complementary color
Monochromatic Colors of #5F20DB
Black with #5F20DB
Text Example
Text Example
White with #5F20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F20DB; }
p { color: rgb(95,32,219); }
H1.HeaderClassName
{
color: #5F20DB;
}
.AnyTagClassName
{
color: #5F20DB;
}
</style>
background-color css
<style>
a { background-color: #5F20DB; }
a { background-color: rgb(95,32,219); }
div.DivClassName
{
background-color: #5F20DB;
}
.BgClassName
{
background-color: #5F20DB;
}
</style>
border-color css
<style>
span { border-color: #5F20DB; }
span { border-color: rgb(95,32,219); }
td.TdClassName
{
border-color: #5F20DB;
}
.TagClassName
{
border-color: #5F20DB;
}
</style>