Shades of Hot Purple #593560
Tints of Hot Purple #593560
RGB
CMYK
RGB Variations
Color information
#593560 (or 0x593560) is known color: Hot Purple. HEX triplet: 59, 35 and 60. RGB value is (89,53,96). Sum of RGB (Red+Green+Blue) = 89+53+96=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #593560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593560 is #A6CA9F. Grayscale: #444444. Windows color (decimal): -10930848 or 6305113. OLE color: 6305113.
HSL color Cylindrical-coordinate representation of color #593560: hue angle of 290.23º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #593560 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 53 | 96 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.62 |
| HSL | 290.23º | 0.29% | 0.29% | - |
| HSV(B) | 290.23º | 0.45% | 0.38% | - |
| XYZ | 7.5 | 5.51 | 11.74 | - |
| YUV | 68.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 53 | 96 | 0.07 | 0.45 | 0 | 0.62 | 290.23 | 0.29 | 0.29 |
| Hex | 59 | 35 | 60 | 7 | 2D | 0 | 3E | 122 | 1D | 1D |
| Octal | 131 | 65 | 140 | 7 | 55 | 0 | 76 | 442 | 35 | 35 |
| Binary | 1011001 | 110101 | 1100000 | 111 | 101101 | 0 | 111110 | 100100010 | 11101 | 11101 |
Color Harmonies of #593560
Complementary color
Monochromatic Colors of #593560
Black with #593560
Text Example
Text Example
White with #593560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593560; }
p { color: rgb(89,53,96); }
H1.HeaderClassName
{
color: #593560;
}
.AnyTagClassName
{
color: #593560;
}
</style>
background-color css
<style>
a { background-color: #593560; }
a { background-color: rgb(89,53,96); }
div.DivClassName
{
background-color: #593560;
}
.BgClassName
{
background-color: #593560;
}
</style>
border-color css
<style>
span { border-color: #593560; }
span { border-color: rgb(89,53,96); }
td.TdClassName
{
border-color: #593560;
}
.TagClassName
{
border-color: #593560;
}
</style>