Shades of Purple Heart #592ABF
Tints of Purple Heart #592ABF
RGB
CMYK
RGB Variations
Color information
#592ABF (or 0x592ABF) is known color: Purple Heart. HEX triplet: 59, 2A and BF. RGB value is (89,42,191). Sum of RGB (Red+Green+Blue) = 89+42+191=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #592ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592ABF is #A6D540. Grayscale: #484848. Windows color (decimal): -10933569 or 12528217. OLE color: 12528217.
HSL color Cylindrical-coordinate representation of color #592ABF: hue angle of 258.93º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #592ABF is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 42 | 191 | - |
| CMYK | 0.53 | 0.78 | 0 | 0.25 |
| HSL | 258.93º | 0.64% | 0.46% | - |
| HSV(B) | 258.93º | 0.78% | 0.75% | - |
| XYZ | 14.35 | 7.54 | 49.99 | - |
| YUV | 73.04 | 194.57 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 191 | 0.53 | 0.78 | 0 | 0.25 | 258.93 | 0.64 | 0.46 |
| Hex | 59 | 2A | BF | 35 | 4E | 0 | 19 | 103 | 40 | 2E |
| Octal | 131 | 52 | 277 | 65 | 116 | 0 | 31 | 403 | 100 | 56 |
| Binary | 1011001 | 101010 | 10111111 | 110101 | 1001110 | 0 | 11001 | 100000011 | 1000000 | 101110 |
Color Harmonies of #592ABF
Complementary color
Monochromatic Colors of #592ABF
Black with #592ABF
Text Example
Text Example
White with #592ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592ABF; }
p { color: rgb(89,42,191); }
H1.HeaderClassName
{
color: #592ABF;
}
.AnyTagClassName
{
color: #592ABF;
}
</style>
background-color css
<style>
a { background-color: #592ABF; }
a { background-color: rgb(89,42,191); }
div.DivClassName
{
background-color: #592ABF;
}
.BgClassName
{
background-color: #592ABF;
}
</style>
border-color css
<style>
span { border-color: #592ABF; }
span { border-color: rgb(89,42,191); }
td.TdClassName
{
border-color: #592ABF;
}
.TagClassName
{
border-color: #592ABF;
}
</style>