Shades of Purple Heart #593CCF
Tints of Purple Heart #593CCF
RGB
CMYK
RGB Variations
Color information
#593CCF (or 0x593CCF) is known color: Purple Heart. HEX triplet: 59, 3C and CF. RGB value is (89,60,207). Sum of RGB (Red+Green+Blue) = 89+60+207=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #593CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593CCF is #A6C330. Grayscale: #545454. Windows color (decimal): -10928945 or 13581401. OLE color: 13581401.
HSL color Cylindrical-coordinate representation of color #593CCF: hue angle of 251.84º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #593CCF is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 60 | 207 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.19 |
| HSL | 251.84º | 0.6% | 0.52% | - |
| HSV(B) | 251.84º | 0.71% | 0.81% | - |
| XYZ | 17 | 9.86 | 60.04 | - |
| YUV | 85.43 | 196.61 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 207 | 0.57 | 0.71 | 0 | 0.19 | 251.84 | 0.6 | 0.52 |
| Hex | 59 | 3C | CF | 39 | 47 | 0 | 13 | FC | 3C | 34 |
| Octal | 131 | 74 | 317 | 71 | 107 | 0 | 23 | 374 | 74 | 64 |
| Binary | 1011001 | 111100 | 11001111 | 111001 | 1000111 | 0 | 10011 | 11111100 | 111100 | 110100 |
Color Harmonies of #593CCF
Complementary color
Monochromatic Colors of #593CCF
Black with #593CCF
Text Example
Text Example
White with #593CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593CCF; }
p { color: rgb(89,60,207); }
H1.HeaderClassName
{
color: #593CCF;
}
.AnyTagClassName
{
color: #593CCF;
}
</style>
background-color css
<style>
a { background-color: #593CCF; }
a { background-color: rgb(89,60,207); }
div.DivClassName
{
background-color: #593CCF;
}
.BgClassName
{
background-color: #593CCF;
}
</style>
border-color css
<style>
span { border-color: #593CCF; }
span { border-color: rgb(89,60,207); }
td.TdClassName
{
border-color: #593CCF;
}
.TagClassName
{
border-color: #593CCF;
}
</style>