Shades of Purple Heart #592FDB
Tints of Purple Heart #592FDB
RGB
CMYK
RGB Variations
Color information
#592FDB (or 0x592FDB) is known color: Purple Heart. HEX triplet: 59, 2F and DB. RGB value is (89,47,219). Sum of RGB (Red+Green+Blue) = 89+47+219=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #592FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592FDB is #A6D024. Grayscale: #4E4E4E. Windows color (decimal): -10932261 or 14364505. OLE color: 14364505.
HSL color Cylindrical-coordinate representation of color #592FDB: hue angle of 254.65º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #592FDB is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 47 | 219 | - |
| CMYK | 0.59 | 0.79 | 0 | 0.14 |
| HSL | 254.65º | 0.7% | 0.52% | - |
| HSV(B) | 254.65º | 0.79% | 0.86% | - |
| XYZ | 17.92 | 9.27 | 67.86 | - |
| YUV | 79.17 | 206.91 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 47 | 219 | 0.59 | 0.79 | 0 | 0.14 | 254.65 | 0.7 | 0.52 |
| Hex | 59 | 2F | DB | 3B | 4F | 0 | E | FF | 46 | 34 |
| Octal | 131 | 57 | 333 | 73 | 117 | 0 | 16 | 377 | 106 | 64 |
| Binary | 1011001 | 101111 | 11011011 | 111011 | 1001111 | 0 | 1110 | 11111111 | 1000110 | 110100 |
Color Harmonies of #592FDB
Complementary color
Monochromatic Colors of #592FDB
Black with #592FDB
Text Example
Text Example
White with #592FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592FDB; }
p { color: rgb(89,47,219); }
H1.HeaderClassName
{
color: #592FDB;
}
.AnyTagClassName
{
color: #592FDB;
}
</style>
background-color css
<style>
a { background-color: #592FDB; }
a { background-color: rgb(89,47,219); }
div.DivClassName
{
background-color: #592FDB;
}
.BgClassName
{
background-color: #592FDB;
}
</style>
border-color css
<style>
span { border-color: #592FDB; }
span { border-color: rgb(89,47,219); }
td.TdClassName
{
border-color: #592FDB;
}
.TagClassName
{
border-color: #592FDB;
}
</style>