Shades of Purple Heart #592CAF
Tints of Purple Heart #592CAF
RGB
CMYK
RGB Variations
Color information
#592CAF (or 0x592CAF) is known color: Purple Heart. HEX triplet: 59, 2C and AF. RGB value is (89,44,175). Sum of RGB (Red+Green+Blue) = 89+44+175=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #592CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592CAF is #A6D350. Grayscale: #474747. Windows color (decimal): -10933073 or 11480153. OLE color: 11480153.
HSL color Cylindrical-coordinate representation of color #592CAF: hue angle of 260.61º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #592CAF is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 44 | 175 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.31 |
| HSL | 260.61º | 0.6% | 0.43% | - |
| HSV(B) | 260.61º | 0.75% | 0.69% | - |
| XYZ | 12.76 | 7.02 | 41.24 | - |
| YUV | 72.39 | 185.91 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 175 | 0.49 | 0.75 | 0 | 0.31 | 260.61 | 0.6 | 0.43 |
| Hex | 59 | 2C | AF | 31 | 4B | 0 | 1F | 105 | 3C | 2B |
| Octal | 131 | 54 | 257 | 61 | 113 | 0 | 37 | 405 | 74 | 53 |
| Binary | 1011001 | 101100 | 10101111 | 110001 | 1001011 | 0 | 11111 | 100000101 | 111100 | 101011 |
Color Harmonies of #592CAF
Complementary color
Monochromatic Colors of #592CAF
Black with #592CAF
Text Example
Text Example
White with #592CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592CAF; }
p { color: rgb(89,44,175); }
H1.HeaderClassName
{
color: #592CAF;
}
.AnyTagClassName
{
color: #592CAF;
}
</style>
background-color css
<style>
a { background-color: #592CAF; }
a { background-color: rgb(89,44,175); }
div.DivClassName
{
background-color: #592CAF;
}
.BgClassName
{
background-color: #592CAF;
}
</style>
border-color css
<style>
span { border-color: #592CAF; }
span { border-color: rgb(89,44,175); }
td.TdClassName
{
border-color: #592CAF;
}
.TagClassName
{
border-color: #592CAF;
}
</style>