Shades of Purple Heart #593CC0
Tints of Purple Heart #593CC0
RGB
CMYK
RGB Variations
Color information
#593CC0 (or 0x593CC0) is known color: Purple Heart. HEX triplet: 59, 3C and C0. RGB value is (89,60,192). Sum of RGB (Red+Green+Blue) = 89+60+192=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 192 (75.39% from 255 or 56.30% from 341); Max value from RGB is 192 - color contains mainly: blue. Hex color #593CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593CC0 is #A6C33F. Grayscale: #535353. Windows color (decimal): -10928960 or 12598361. OLE color: 12598361.
HSL color Cylindrical-coordinate representation of color #593CC0: hue angle of 253.18º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #593CC0 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 60 | 192 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.25 |
| HSL | 253.18º | 0.52% | 0.49% | - |
| HSV(B) | 253.18º | 0.69% | 0.75% | - |
| XYZ | 15.25 | 9.16 | 50.83 | - |
| YUV | 83.72 | 189.11 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 192 | 0.54 | 0.69 | 0 | 0.25 | 253.18 | 0.52 | 0.49 |
| Hex | 59 | 3C | C0 | 36 | 45 | 0 | 19 | FD | 34 | 31 |
| Octal | 131 | 74 | 300 | 66 | 105 | 0 | 31 | 375 | 64 | 61 |
| Binary | 1011001 | 111100 | 11000000 | 110110 | 1000101 | 0 | 11001 | 11111101 | 110100 | 110001 |
Color Harmonies of #593CC0
Complementary color
Monochromatic Colors of #593CC0
Black with #593CC0
Text Example
Text Example
White with #593CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593CC0; }
p { color: rgb(89,60,192); }
H1.HeaderClassName
{
color: #593CC0;
}
.AnyTagClassName
{
color: #593CC0;
}
</style>
background-color css
<style>
a { background-color: #593CC0; }
a { background-color: rgb(89,60,192); }
div.DivClassName
{
background-color: #593CC0;
}
.BgClassName
{
background-color: #593CC0;
}
</style>
border-color css
<style>
span { border-color: #593CC0; }
span { border-color: rgb(89,60,192); }
td.TdClassName
{
border-color: #593CC0;
}
.TagClassName
{
border-color: #593CC0;
}
</style>