Shades of Purple Heart #593CBC
Tints of Purple Heart #593CBC
RGB
CMYK
RGB Variations
Color information
#593CBC (or 0x593CBC) is known color: Purple Heart. HEX triplet: 59, 3C and BC. RGB value is (89,60,188). Sum of RGB (Red+Green+Blue) = 89+60+188=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #593CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593CBC is #A6C343. Grayscale: #525252. Windows color (decimal): -10928964 or 12336217. OLE color: 12336217.
HSL color Cylindrical-coordinate representation of color #593CBC: hue angle of 253.59º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #593CBC is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 60 | 188 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.26 |
| HSL | 253.59º | 0.52% | 0.49% | - |
| HSV(B) | 253.59º | 0.68% | 0.74% | - |
| XYZ | 14.81 | 8.99 | 48.53 | - |
| YUV | 83.26 | 187.11 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 188 | 0.53 | 0.68 | 0 | 0.26 | 253.59 | 0.52 | 0.49 |
| Hex | 59 | 3C | BC | 35 | 44 | 0 | 1A | FE | 34 | 31 |
| Octal | 131 | 74 | 274 | 65 | 104 | 0 | 32 | 376 | 64 | 61 |
| Binary | 1011001 | 111100 | 10111100 | 110101 | 1000100 | 0 | 11010 | 11111110 | 110100 | 110001 |
Color Harmonies of #593CBC
Complementary color
Monochromatic Colors of #593CBC
Black with #593CBC
Text Example
Text Example
White with #593CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593CBC; }
p { color: rgb(89,60,188); }
H1.HeaderClassName
{
color: #593CBC;
}
.AnyTagClassName
{
color: #593CBC;
}
</style>
background-color css
<style>
a { background-color: #593CBC; }
a { background-color: rgb(89,60,188); }
div.DivClassName
{
background-color: #593CBC;
}
.BgClassName
{
background-color: #593CBC;
}
</style>
border-color css
<style>
span { border-color: #593CBC; }
span { border-color: rgb(89,60,188); }
td.TdClassName
{
border-color: #593CBC;
}
.TagClassName
{
border-color: #593CBC;
}
</style>