Shades of Purple Heart #592CAC
Tints of Purple Heart #592CAC
RGB
CMYK
RGB Variations
Color information
#592CAC (or 0x592CAC) is known color: Purple Heart. HEX triplet: 59, 2C and AC. RGB value is (89,44,172). Sum of RGB (Red+Green+Blue) = 89+44+172=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #592CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592CAC is #A6D353. Grayscale: #474747. Windows color (decimal): -10933076 or 11283545. OLE color: 11283545.
HSL color Cylindrical-coordinate representation of color #592CAC: hue angle of 261.09º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #592CAC is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 44 | 172 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.33 |
| HSL | 261.09º | 0.59% | 0.42% | - |
| HSV(B) | 261.09º | 0.74% | 0.67% | - |
| XYZ | 12.47 | 6.9 | 39.71 | - |
| YUV | 72.05 | 184.41 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 172 | 0.48 | 0.74 | 0 | 0.33 | 261.09 | 0.59 | 0.42 |
| Hex | 59 | 2C | AC | 30 | 4A | 0 | 21 | 105 | 3B | 2A |
| Octal | 131 | 54 | 254 | 60 | 112 | 0 | 41 | 405 | 73 | 52 |
| Binary | 1011001 | 101100 | 10101100 | 110000 | 1001010 | 0 | 100001 | 100000101 | 111011 | 101010 |
Color Harmonies of #592CAC
Complementary color
Monochromatic Colors of #592CAC
Black with #592CAC
Text Example
Text Example
White with #592CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592CAC; }
p { color: rgb(89,44,172); }
H1.HeaderClassName
{
color: #592CAC;
}
.AnyTagClassName
{
color: #592CAC;
}
</style>
background-color css
<style>
a { background-color: #592CAC; }
a { background-color: rgb(89,44,172); }
div.DivClassName
{
background-color: #592CAC;
}
.BgClassName
{
background-color: #592CAC;
}
</style>
border-color css
<style>
span { border-color: #592CAC; }
span { border-color: rgb(89,44,172); }
td.TdClassName
{
border-color: #592CAC;
}
.TagClassName
{
border-color: #592CAC;
}
</style>