Shades of Purple Heart #593CCC
Tints of Purple Heart #593CCC
RGB
CMYK
RGB Variations
Color information
#593CCC (or 0x593CCC) is known color: Purple Heart. HEX triplet: 59, 3C and CC. RGB value is (89,60,204). Sum of RGB (Red+Green+Blue) = 89+60+204=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #593CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593CCC is #A6C333. Grayscale: #545454. Windows color (decimal): -10928948 or 13384793. OLE color: 13384793.
HSL color Cylindrical-coordinate representation of color #593CCC: hue angle of 252.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #593CCC is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 60 | 204 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.2 |
| HSL | 252.08º | 0.59% | 0.52% | - |
| HSV(B) | 252.08º | 0.71% | 0.8% | - |
| XYZ | 16.63 | 9.72 | 58.13 | - |
| YUV | 85.09 | 195.11 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 204 | 0.56 | 0.71 | 0 | 0.2 | 252.08 | 0.59 | 0.52 |
| Hex | 59 | 3C | CC | 38 | 47 | 0 | 14 | FC | 3B | 34 |
| Octal | 131 | 74 | 314 | 70 | 107 | 0 | 24 | 374 | 73 | 64 |
| Binary | 1011001 | 111100 | 11001100 | 111000 | 1000111 | 0 | 10100 | 11111100 | 111011 | 110100 |
Color Harmonies of #593CCC
Complementary color
Monochromatic Colors of #593CCC
Black with #593CCC
Text Example
Text Example
White with #593CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593CCC; }
p { color: rgb(89,60,204); }
H1.HeaderClassName
{
color: #593CCC;
}
.AnyTagClassName
{
color: #593CCC;
}
</style>
background-color css
<style>
a { background-color: #593CCC; }
a { background-color: rgb(89,60,204); }
div.DivClassName
{
background-color: #593CCC;
}
.BgClassName
{
background-color: #593CCC;
}
</style>
border-color css
<style>
span { border-color: #593CCC; }
span { border-color: rgb(89,60,204); }
td.TdClassName
{
border-color: #593CCC;
}
.TagClassName
{
border-color: #593CCC;
}
</style>