Shades of Purple Heart #592AAF
Tints of Purple Heart #592AAF
RGB
CMYK
RGB Variations
Color information
#592AAF (or 0x592AAF) is known color: Purple Heart. HEX triplet: 59, 2A and AF. RGB value is (89,42,175). Sum of RGB (Red+Green+Blue) = 89+42+175=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #592AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592AAF is #A6D550. Grayscale: #464646. Windows color (decimal): -10933585 or 11479641. OLE color: 11479641.
HSL color Cylindrical-coordinate representation of color #592AAF: hue angle of 261.2º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #592AAF is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 42 | 175 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.31 |
| HSL | 261.2º | 0.61% | 0.43% | - |
| HSV(B) | 261.2º | 0.76% | 0.69% | - |
| XYZ | 12.69 | 6.87 | 41.22 | - |
| YUV | 71.22 | 186.57 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 175 | 0.49 | 0.76 | 0 | 0.31 | 261.2 | 0.61 | 0.43 |
| Hex | 59 | 2A | AF | 31 | 4C | 0 | 1F | 105 | 3D | 2B |
| Octal | 131 | 52 | 257 | 61 | 114 | 0 | 37 | 405 | 75 | 53 |
| Binary | 1011001 | 101010 | 10101111 | 110001 | 1001100 | 0 | 11111 | 100000101 | 111101 | 101011 |
Color Harmonies of #592AAF
Complementary color
Monochromatic Colors of #592AAF
Black with #592AAF
Text Example
Text Example
White with #592AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592AAF; }
p { color: rgb(89,42,175); }
H1.HeaderClassName
{
color: #592AAF;
}
.AnyTagClassName
{
color: #592AAF;
}
</style>
background-color css
<style>
a { background-color: #592AAF; }
a { background-color: rgb(89,42,175); }
div.DivClassName
{
background-color: #592AAF;
}
.BgClassName
{
background-color: #592AAF;
}
</style>
border-color css
<style>
span { border-color: #592AAF; }
span { border-color: rgb(89,42,175); }
td.TdClassName
{
border-color: #592AAF;
}
.TagClassName
{
border-color: #592AAF;
}
</style>