Shades of Purple Heart #592BD8
Tints of Purple Heart #592BD8
RGB
CMYK
RGB Variations
Color information
#592BD8 (or 0x592BD8) is known color: Purple Heart. HEX triplet: 59, 2B and D8. RGB value is (89,43,216). Sum of RGB (Red+Green+Blue) = 89+43+216=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 216 (84.77% from 255 or 62.07% from 348); Max value from RGB is 216 - color contains mainly: blue. Hex color #592BD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592BD8 is #A6D427. Grayscale: #4B4B4B. Windows color (decimal): -10933288 or 14166873. OLE color: 14166873.
HSL color Cylindrical-coordinate representation of color #592BD8: hue angle of 255.95º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #592BD8 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 43 | 216 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.15 |
| HSL | 255.95º | 0.69% | 0.51% | - |
| HSV(B) | 255.95º | 0.8% | 0.85% | - |
| XYZ | 17.38 | 8.81 | 65.75 | - |
| YUV | 76.48 | 206.74 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 43 | 216 | 0.59 | 0.80 | 0 | 0.15 | 255.95 | 0.69 | 0.51 |
| Hex | 59 | 2B | D8 | 3B | 50 | 0 | F | 100 | 45 | 33 |
| Octal | 131 | 53 | 330 | 73 | 120 | 0 | 17 | 400 | 105 | 63 |
| Binary | 1011001 | 101011 | 11011000 | 111011 | 1010000 | 0 | 1111 | 100000000 | 1000101 | 110011 |
Color Harmonies of #592BD8
Complementary color
Monochromatic Colors of #592BD8
Black with #592BD8
Text Example
Text Example
White with #592BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592BD8; }
p { color: rgb(89,43,216); }
H1.HeaderClassName
{
color: #592BD8;
}
.AnyTagClassName
{
color: #592BD8;
}
</style>
background-color css
<style>
a { background-color: #592BD8; }
a { background-color: rgb(89,43,216); }
div.DivClassName
{
background-color: #592BD8;
}
.BgClassName
{
background-color: #592BD8;
}
</style>
border-color css
<style>
span { border-color: #592BD8; }
span { border-color: rgb(89,43,216); }
td.TdClassName
{
border-color: #592BD8;
}
.TagClassName
{
border-color: #592BD8;
}
</style>