Shades of Purple Heart #592CDF
Tints of Purple Heart #592CDF
RGB
CMYK
RGB Variations
Color information
#592CDF (or 0x592CDF) is known color: Purple Heart. HEX triplet: 59, 2C and DF. RGB value is (89,44,223). Sum of RGB (Red+Green+Blue) = 89+44+223=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #592CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592CDF is #A6D320. Grayscale: #4D4D4D. Windows color (decimal): -10933025 or 14625881. OLE color: 14625881.
HSL color Cylindrical-coordinate representation of color #592CDF: hue angle of 255.08º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #592CDF is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 44 | 223 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.13 |
| HSL | 255.08º | 0.74% | 0.52% | - |
| HSV(B) | 255.08º | 0.8% | 0.87% | - |
| XYZ | 18.34 | 9.25 | 70.63 | - |
| YUV | 77.86 | 209.91 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 223 | 0.60 | 0.80 | 0 | 0.13 | 255.08 | 0.74 | 0.52 |
| Hex | 59 | 2C | DF | 3C | 50 | 0 | D | FF | 4A | 34 |
| Octal | 131 | 54 | 337 | 74 | 120 | 0 | 15 | 377 | 112 | 64 |
| Binary | 1011001 | 101100 | 11011111 | 111100 | 1010000 | 0 | 1101 | 11111111 | 1001010 | 110100 |
Color Harmonies of #592CDF
Complementary color
Monochromatic Colors of #592CDF
Black with #592CDF
Text Example
Text Example
White with #592CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592CDF; }
p { color: rgb(89,44,223); }
H1.HeaderClassName
{
color: #592CDF;
}
.AnyTagClassName
{
color: #592CDF;
}
</style>
background-color css
<style>
a { background-color: #592CDF; }
a { background-color: rgb(89,44,223); }
div.DivClassName
{
background-color: #592CDF;
}
.BgClassName
{
background-color: #592CDF;
}
</style>
border-color css
<style>
span { border-color: #592CDF; }
span { border-color: rgb(89,44,223); }
td.TdClassName
{
border-color: #592CDF;
}
.TagClassName
{
border-color: #592CDF;
}
</style>