Shades of Purple Heart #592EAE
Tints of Purple Heart #592EAE
RGB
CMYK
RGB Variations
Color information
#592EAE (or 0x592EAE) is known color: Purple Heart. HEX triplet: 59, 2E and AE. RGB value is (89,46,174). Sum of RGB (Red+Green+Blue) = 89+46+174=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #592EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592EAE is #A6D151. Grayscale: #484848. Windows color (decimal): -10932562 or 11415129. OLE color: 11415129.
HSL color Cylindrical-coordinate representation of color #592EAE: hue angle of 260.16º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #592EAE is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 46 | 174 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.32 |
| HSL | 260.16º | 0.58% | 0.43% | - |
| HSV(B) | 260.16º | 0.74% | 0.68% | - |
| XYZ | 12.74 | 7.13 | 40.75 | - |
| YUV | 73.45 | 184.75 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 174 | 0.49 | 0.74 | 0 | 0.32 | 260.16 | 0.58 | 0.43 |
| Hex | 59 | 2E | AE | 31 | 4A | 0 | 20 | 104 | 3A | 2B |
| Octal | 131 | 56 | 256 | 61 | 112 | 0 | 40 | 404 | 72 | 53 |
| Binary | 1011001 | 101110 | 10101110 | 110001 | 1001010 | 0 | 100000 | 100000100 | 111010 | 101011 |
Color Harmonies of #592EAE
Complementary color
Monochromatic Colors of #592EAE
Black with #592EAE
Text Example
Text Example
White with #592EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592EAE; }
p { color: rgb(89,46,174); }
H1.HeaderClassName
{
color: #592EAE;
}
.AnyTagClassName
{
color: #592EAE;
}
</style>
background-color css
<style>
a { background-color: #592EAE; }
a { background-color: rgb(89,46,174); }
div.DivClassName
{
background-color: #592EAE;
}
.BgClassName
{
background-color: #592EAE;
}
</style>
border-color css
<style>
span { border-color: #592EAE; }
span { border-color: rgb(89,46,174); }
td.TdClassName
{
border-color: #592EAE;
}
.TagClassName
{
border-color: #592EAE;
}
</style>