Shades of Purple Heart #593CB5
Tints of Purple Heart #593CB5
RGB
CMYK
RGB Variations
Color information
#593CB5 (or 0x593CB5) is known color: Purple Heart. HEX triplet: 59, 3C and B5. RGB value is (89,60,181). Sum of RGB (Red+Green+Blue) = 89+60+181=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 181 (71.09% from 255 or 54.85% from 330); Max value from RGB is 181 - color contains mainly: blue. Hex color #593CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593CB5 is #A6C34A. Grayscale: #525252. Windows color (decimal): -10928971 or 11877465. OLE color: 11877465.
HSL color Cylindrical-coordinate representation of color #593CB5: hue angle of 254.38º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #593CB5 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 60 | 181 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.29 |
| HSL | 254.38º | 0.5% | 0.47% | - |
| HSV(B) | 254.38º | 0.67% | 0.71% | - |
| XYZ | 14.08 | 8.69 | 44.65 | - |
| YUV | 82.47 | 183.61 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 181 | 0.51 | 0.67 | 0 | 0.29 | 254.38 | 0.5 | 0.47 |
| Hex | 59 | 3C | B5 | 33 | 43 | 0 | 1D | FE | 32 | 2F |
| Octal | 131 | 74 | 265 | 63 | 103 | 0 | 35 | 376 | 62 | 57 |
| Binary | 1011001 | 111100 | 10110101 | 110011 | 1000011 | 0 | 11101 | 11111110 | 110010 | 101111 |
Color Harmonies of #593CB5
Complementary color
Monochromatic Colors of #593CB5
Black with #593CB5
Text Example
Text Example
White with #593CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593CB5; }
p { color: rgb(89,60,181); }
H1.HeaderClassName
{
color: #593CB5;
}
.AnyTagClassName
{
color: #593CB5;
}
</style>
background-color css
<style>
a { background-color: #593CB5; }
a { background-color: rgb(89,60,181); }
div.DivClassName
{
background-color: #593CB5;
}
.BgClassName
{
background-color: #593CB5;
}
</style>
border-color css
<style>
span { border-color: #593CB5; }
span { border-color: rgb(89,60,181); }
td.TdClassName
{
border-color: #593CB5;
}
.TagClassName
{
border-color: #593CB5;
}
</style>