Shades of Purple Heart #593FCC
Tints of Purple Heart #593FCC
RGB
CMYK
RGB Variations
Color information
#593FCC (or 0x593FCC) is known color: Purple Heart. HEX triplet: 59, 3F and CC. RGB value is (89,63,204). Sum of RGB (Red+Green+Blue) = 89+63+204=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #593FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593FCC is #A6C033. Grayscale: #565656. Windows color (decimal): -10928180 or 13385561. OLE color: 13385561.
HSL color Cylindrical-coordinate representation of color #593FCC: hue angle of 251.06º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #593FCC is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 63 | 204 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.2 |
| HSL | 251.06º | 0.58% | 0.52% | - |
| HSV(B) | 251.06º | 0.69% | 0.8% | - |
| XYZ | 16.8 | 10.04 | 58.18 | - |
| YUV | 86.85 | 194.11 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 63 | 204 | 0.56 | 0.69 | 0 | 0.2 | 251.06 | 0.58 | 0.52 |
| Hex | 59 | 3F | CC | 38 | 45 | 0 | 14 | FB | 3A | 34 |
| Octal | 131 | 77 | 314 | 70 | 105 | 0 | 24 | 373 | 72 | 64 |
| Binary | 1011001 | 111111 | 11001100 | 111000 | 1000101 | 0 | 10100 | 11111011 | 111010 | 110100 |
Color Harmonies of #593FCC
Complementary color
Monochromatic Colors of #593FCC
Black with #593FCC
Text Example
Text Example
White with #593FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593FCC; }
p { color: rgb(89,63,204); }
H1.HeaderClassName
{
color: #593FCC;
}
.AnyTagClassName
{
color: #593FCC;
}
</style>
background-color css
<style>
a { background-color: #593FCC; }
a { background-color: rgb(89,63,204); }
div.DivClassName
{
background-color: #593FCC;
}
.BgClassName
{
background-color: #593FCC;
}
</style>
border-color css
<style>
span { border-color: #593FCC; }
span { border-color: rgb(89,63,204); }
td.TdClassName
{
border-color: #593FCC;
}
.TagClassName
{
border-color: #593FCC;
}
</style>