Shades of Purple Heart #593CB7
Tints of Purple Heart #593CB7
RGB
CMYK
RGB Variations
Color information
#593CB7 (or 0x593CB7) is known color: Purple Heart. HEX triplet: 59, 3C and B7. RGB value is (89,60,183). Sum of RGB (Red+Green+Blue) = 89+60+183=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 183 (71.88% from 255 or 55.12% from 332); Max value from RGB is 183 - color contains mainly: blue. Hex color #593CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593CB7 is #A6C348. Grayscale: #525252. Windows color (decimal): -10928969 or 12008537. OLE color: 12008537.
HSL color Cylindrical-coordinate representation of color #593CB7: hue angle of 254.15º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #593CB7 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 60 | 183 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.28 |
| HSL | 254.15º | 0.51% | 0.48% | - |
| HSV(B) | 254.15º | 0.67% | 0.72% | - |
| XYZ | 14.28 | 8.77 | 45.74 | - |
| YUV | 82.69 | 184.61 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 183 | 0.51 | 0.67 | 0 | 0.28 | 254.15 | 0.51 | 0.48 |
| Hex | 59 | 3C | B7 | 33 | 43 | 0 | 1C | FE | 33 | 30 |
| Octal | 131 | 74 | 267 | 63 | 103 | 0 | 34 | 376 | 63 | 60 |
| Binary | 1011001 | 111100 | 10110111 | 110011 | 1000011 | 0 | 11100 | 11111110 | 110011 | 110000 |
Color Harmonies of #593CB7
Complementary color
Monochromatic Colors of #593CB7
Black with #593CB7
Text Example
Text Example
White with #593CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593CB7; }
p { color: rgb(89,60,183); }
H1.HeaderClassName
{
color: #593CB7;
}
.AnyTagClassName
{
color: #593CB7;
}
</style>
background-color css
<style>
a { background-color: #593CB7; }
a { background-color: rgb(89,60,183); }
div.DivClassName
{
background-color: #593CB7;
}
.BgClassName
{
background-color: #593CB7;
}
</style>
border-color css
<style>
span { border-color: #593CB7; }
span { border-color: rgb(89,60,183); }
td.TdClassName
{
border-color: #593CB7;
}
.TagClassName
{
border-color: #593CB7;
}
</style>