Shades of Purple Heart #593FB6
Tints of Purple Heart #593FB6
RGB
CMYK
RGB Variations
Color information
#593FB6 (or 0x593FB6) is known color: Purple Heart. HEX triplet: 59, 3F and B6. RGB value is (89,63,182). Sum of RGB (Red+Green+Blue) = 89+63+182=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 182 (71.48% from 255 or 54.49% from 334); Max value from RGB is 182 - color contains mainly: blue. Hex color #593FB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593FB6 is #A6C049. Grayscale: #535353. Windows color (decimal): -10928202 or 11943769. OLE color: 11943769.
HSL color Cylindrical-coordinate representation of color #593FB6: hue angle of 253.11º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #593FB6 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 63 | 182 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.29 |
| HSL | 253.11º | 0.49% | 0.48% | - |
| HSV(B) | 253.11º | 0.65% | 0.71% | - |
| XYZ | 14.34 | 9.06 | 45.25 | - |
| YUV | 84.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 63 | 182 | 0.51 | 0.65 | 0 | 0.29 | 253.11 | 0.49 | 0.48 |
| Hex | 59 | 3F | B6 | 33 | 41 | 0 | 1D | FD | 31 | 30 |
| Octal | 131 | 77 | 266 | 63 | 101 | 0 | 35 | 375 | 61 | 60 |
| Binary | 1011001 | 111111 | 10110110 | 110011 | 1000001 | 0 | 11101 | 11111101 | 110001 | 110000 |
Color Harmonies of #593FB6
Complementary color
Monochromatic Colors of #593FB6
Black with #593FB6
Text Example
Text Example
White with #593FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593FB6; }
p { color: rgb(89,63,182); }
H1.HeaderClassName
{
color: #593FB6;
}
.AnyTagClassName
{
color: #593FB6;
}
</style>
background-color css
<style>
a { background-color: #593FB6; }
a { background-color: rgb(89,63,182); }
div.DivClassName
{
background-color: #593FB6;
}
.BgClassName
{
background-color: #593FB6;
}
</style>
border-color css
<style>
span { border-color: #593FB6; }
span { border-color: rgb(89,63,182); }
td.TdClassName
{
border-color: #593FB6;
}
.TagClassName
{
border-color: #593FB6;
}
</style>