Shades of Purple Heart #592ABD
Tints of Purple Heart #592ABD
RGB
CMYK
RGB Variations
Color information
#592ABD (or 0x592ABD) is known color: Purple Heart. HEX triplet: 59, 2A and BD. RGB value is (89,42,189). Sum of RGB (Red+Green+Blue) = 89+42+189=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #592ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592ABD is #A6D542. Grayscale: #484848. Windows color (decimal): -10933571 or 12397145. OLE color: 12397145.
HSL color Cylindrical-coordinate representation of color #592ABD: hue angle of 259.18º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #592ABD is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 42 | 189 | - |
| CMYK | 0.53 | 0.78 | 0 | 0.26 |
| HSL | 259.18º | 0.64% | 0.45% | - |
| HSV(B) | 259.18º | 0.78% | 0.74% | - |
| XYZ | 14.13 | 7.45 | 48.84 | - |
| YUV | 72.81 | 193.57 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 189 | 0.53 | 0.78 | 0 | 0.26 | 259.18 | 0.64 | 0.45 |
| Hex | 59 | 2A | BD | 35 | 4E | 0 | 1A | 103 | 40 | 2D |
| Octal | 131 | 52 | 275 | 65 | 116 | 0 | 32 | 403 | 100 | 55 |
| Binary | 1011001 | 101010 | 10111101 | 110101 | 1001110 | 0 | 11010 | 100000011 | 1000000 | 101101 |
Color Harmonies of #592ABD
Complementary color
Monochromatic Colors of #592ABD
Black with #592ABD
Text Example
Text Example
White with #592ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592ABD; }
p { color: rgb(89,42,189); }
H1.HeaderClassName
{
color: #592ABD;
}
.AnyTagClassName
{
color: #592ABD;
}
</style>
background-color css
<style>
a { background-color: #592ABD; }
a { background-color: rgb(89,42,189); }
div.DivClassName
{
background-color: #592ABD;
}
.BgClassName
{
background-color: #592ABD;
}
</style>
border-color css
<style>
span { border-color: #592ABD; }
span { border-color: rgb(89,42,189); }
td.TdClassName
{
border-color: #592ABD;
}
.TagClassName
{
border-color: #592ABD;
}
</style>