Shades of Purple Heart #592BD1
Tints of Purple Heart #592BD1
RGB
CMYK
RGB Variations
Color information
#592BD1 (or 0x592BD1) is known color: Purple Heart. HEX triplet: 59, 2B and D1. RGB value is (89,43,209). Sum of RGB (Red+Green+Blue) = 89+43+209=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #592BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592BD1 is #A6D42E. Grayscale: #4B4B4B. Windows color (decimal): -10933295 or 13708121. OLE color: 13708121.
HSL color Cylindrical-coordinate representation of color #592BD1: hue angle of 256.63º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #592BD1 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 43 | 209 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.18 |
| HSL | 256.63º | 0.66% | 0.49% | - |
| HSV(B) | 256.63º | 0.79% | 0.82% | - |
| XYZ | 16.49 | 8.46 | 61.08 | - |
| YUV | 75.68 | 203.24 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 43 | 209 | 0.57 | 0.79 | 0 | 0.18 | 256.63 | 0.66 | 0.49 |
| Hex | 59 | 2B | D1 | 39 | 4F | 0 | 12 | 101 | 42 | 31 |
| Octal | 131 | 53 | 321 | 71 | 117 | 0 | 22 | 401 | 102 | 61 |
| Binary | 1011001 | 101011 | 11010001 | 111001 | 1001111 | 0 | 10010 | 100000001 | 1000010 | 110001 |
Color Harmonies of #592BD1
Complementary color
Monochromatic Colors of #592BD1
Black with #592BD1
Text Example
Text Example
White with #592BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592BD1; }
p { color: rgb(89,43,209); }
H1.HeaderClassName
{
color: #592BD1;
}
.AnyTagClassName
{
color: #592BD1;
}
</style>
background-color css
<style>
a { background-color: #592BD1; }
a { background-color: rgb(89,43,209); }
div.DivClassName
{
background-color: #592BD1;
}
.BgClassName
{
background-color: #592BD1;
}
</style>
border-color css
<style>
span { border-color: #592BD1; }
span { border-color: rgb(89,43,209); }
td.TdClassName
{
border-color: #592BD1;
}
.TagClassName
{
border-color: #592BD1;
}
</style>