Shades of Purple Heart #592DC5
Tints of Purple Heart #592DC5
RGB
CMYK
RGB Variations
Color information
#592DC5 (or 0x592DC5) is known color: Purple Heart. HEX triplet: 59, 2D and C5. RGB value is (89,45,197). Sum of RGB (Red+Green+Blue) = 89+45+197=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 197 (77.34% from 255 or 59.52% from 331); Max value from RGB is 197 - color contains mainly: blue. Hex color #592DC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592DC5 is #A6D23A. Grayscale: #4A4A4A. Windows color (decimal): -10932795 or 12922201. OLE color: 12922201.
HSL color Cylindrical-coordinate representation of color #592DC5: hue angle of 257.37º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #592DC5 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 45 | 197 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.23 |
| HSL | 257.37º | 0.63% | 0.47% | - |
| HSV(B) | 257.37º | 0.77% | 0.77% | - |
| XYZ | 15.14 | 8.03 | 53.58 | - |
| YUV | 75.48 | 196.58 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 197 | 0.55 | 0.77 | 0 | 0.23 | 257.37 | 0.63 | 0.47 |
| Hex | 59 | 2D | C5 | 37 | 4D | 0 | 17 | 101 | 3F | 2F |
| Octal | 131 | 55 | 305 | 67 | 115 | 0 | 27 | 401 | 77 | 57 |
| Binary | 1011001 | 101101 | 11000101 | 110111 | 1001101 | 0 | 10111 | 100000001 | 111111 | 101111 |
Color Harmonies of #592DC5
Complementary color
Monochromatic Colors of #592DC5
Black with #592DC5
Text Example
Text Example
White with #592DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592DC5; }
p { color: rgb(89,45,197); }
H1.HeaderClassName
{
color: #592DC5;
}
.AnyTagClassName
{
color: #592DC5;
}
</style>
background-color css
<style>
a { background-color: #592DC5; }
a { background-color: rgb(89,45,197); }
div.DivClassName
{
background-color: #592DC5;
}
.BgClassName
{
background-color: #592DC5;
}
</style>
border-color css
<style>
span { border-color: #592DC5; }
span { border-color: rgb(89,45,197); }
td.TdClassName
{
border-color: #592DC5;
}
.TagClassName
{
border-color: #592DC5;
}
</style>