Shades of Purple Heart #5F22DB
Tints of Purple Heart #5F22DB
RGB
CMYK
RGB Variations
Color information
#5F22DB (or 0x5F22DB) is known color: Purple Heart. HEX triplet: 5F, 22 and DB. RGB value is (95,34,219). Sum of RGB (Red+Green+Blue) = 95+34+219=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F22DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F22DB is #A0DD24. Grayscale: #484848. Windows color (decimal): -10542373 or 14361183. OLE color: 14361183.
HSL color Cylindrical-coordinate representation of color #5F22DB: hue angle of 259.78º degrees, saturation: 0.73, 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 #5F22DB is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 34 | 219 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.14 |
| HSL | 259.78º | 0.73% | 0.5% | - |
| HSV(B) | 259.78º | 0.84% | 0.86% | - |
| XYZ | 18.08 | 8.69 | 67.74 | - |
| YUV | 73.33 | 210.21 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 34 | 219 | 0.57 | 0.84 | 0 | 0.14 | 259.78 | 0.73 | 0.5 |
| Hex | 5F | 22 | DB | 39 | 54 | 0 | E | 104 | 49 | 32 |
| Octal | 137 | 42 | 333 | 71 | 124 | 0 | 16 | 404 | 111 | 62 |
| Binary | 1011111 | 100010 | 11011011 | 111001 | 1010100 | 0 | 1110 | 100000100 | 1001001 | 110010 |
Color Harmonies of #5F22DB
Complementary color
Monochromatic Colors of #5F22DB
Black with #5F22DB
Text Example
Text Example
White with #5F22DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F22DB; }
p { color: rgb(95,34,219); }
H1.HeaderClassName
{
color: #5F22DB;
}
.AnyTagClassName
{
color: #5F22DB;
}
</style>
background-color css
<style>
a { background-color: #5F22DB; }
a { background-color: rgb(95,34,219); }
div.DivClassName
{
background-color: #5F22DB;
}
.BgClassName
{
background-color: #5F22DB;
}
</style>
border-color css
<style>
span { border-color: #5F22DB; }
span { border-color: rgb(95,34,219); }
td.TdClassName
{
border-color: #5F22DB;
}
.TagClassName
{
border-color: #5F22DB;
}
</style>