Shades of Purple Heart #592DC6
Tints of Purple Heart #592DC6
RGB
CMYK
RGB Variations
Color information
#592DC6 (or 0x592DC6) is known color: Purple Heart. HEX triplet: 59, 2D and C6. RGB value is (89,45,198). Sum of RGB (Red+Green+Blue) = 89+45+198=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 198 (77.73% from 255 or 59.64% from 332); Max value from RGB is 198 - color contains mainly: blue. Hex color #592DC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592DC6 is #A6D239. Grayscale: #4B4B4B. Windows color (decimal): -10932794 or 12987737. OLE color: 12987737.
HSL color Cylindrical-coordinate representation of color #592DC6: hue angle of 257.25º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #592DC6 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 45 | 198 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.22 |
| HSL | 257.25º | 0.63% | 0.48% | - |
| HSV(B) | 257.25º | 0.77% | 0.78% | - |
| XYZ | 15.25 | 8.08 | 54.18 | - |
| YUV | 75.6 | 197.08 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 198 | 0.55 | 0.77 | 0 | 0.22 | 257.25 | 0.63 | 0.48 |
| Hex | 59 | 2D | C6 | 37 | 4D | 0 | 16 | 101 | 3F | 30 |
| Octal | 131 | 55 | 306 | 67 | 115 | 0 | 26 | 401 | 77 | 60 |
| Binary | 1011001 | 101101 | 11000110 | 110111 | 1001101 | 0 | 10110 | 100000001 | 111111 | 110000 |
Color Harmonies of #592DC6
Complementary color
Monochromatic Colors of #592DC6
Black with #592DC6
Text Example
Text Example
White with #592DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592DC6; }
p { color: rgb(89,45,198); }
H1.HeaderClassName
{
color: #592DC6;
}
.AnyTagClassName
{
color: #592DC6;
}
</style>
background-color css
<style>
a { background-color: #592DC6; }
a { background-color: rgb(89,45,198); }
div.DivClassName
{
background-color: #592DC6;
}
.BgClassName
{
background-color: #592DC6;
}
</style>
border-color css
<style>
span { border-color: #592DC6; }
span { border-color: rgb(89,45,198); }
td.TdClassName
{
border-color: #592DC6;
}
.TagClassName
{
border-color: #592DC6;
}
</style>