Shades of Hot Purple #593260
Tints of Hot Purple #593260
RGB
CMYK
RGB Variations
Color information
#593260 (or 0x593260) is known color: Hot Purple. HEX triplet: 59, 32 and 60. RGB value is (89,50,96). Sum of RGB (Red+Green+Blue) = 89+50+96=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 96 - color contains mainly: blue. Hex color #593260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593260 is #A6CD9F. Grayscale: #424242. Windows color (decimal): -10931616 or 6304345. OLE color: 6304345.
HSL color Cylindrical-coordinate representation of color #593260: hue angle of 290.87º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #593260 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 50 | 96 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.62 |
| HSL | 290.87º | 0.32% | 0.29% | - |
| HSV(B) | 290.87º | 0.48% | 0.38% | - |
| XYZ | 7.37 | 5.25 | 11.69 | - |
| YUV | 66.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 50 | 96 | 0.07 | 0.48 | 0 | 0.62 | 290.87 | 0.32 | 0.29 |
| Hex | 59 | 32 | 60 | 7 | 30 | 0 | 3E | 123 | 20 | 1D |
| Octal | 131 | 62 | 140 | 7 | 60 | 0 | 76 | 443 | 40 | 35 |
| Binary | 1011001 | 110010 | 1100000 | 111 | 110000 | 0 | 111110 | 100100011 | 100000 | 11101 |
Color Harmonies of #593260
Complementary color
Monochromatic Colors of #593260
Black with #593260
Text Example
Text Example
White with #593260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593260; }
p { color: rgb(89,50,96); }
H1.HeaderClassName
{
color: #593260;
}
.AnyTagClassName
{
color: #593260;
}
</style>
background-color css
<style>
a { background-color: #593260; }
a { background-color: rgb(89,50,96); }
div.DivClassName
{
background-color: #593260;
}
.BgClassName
{
background-color: #593260;
}
</style>
border-color css
<style>
span { border-color: #593260; }
span { border-color: rgb(89,50,96); }
td.TdClassName
{
border-color: #593260;
}
.TagClassName
{
border-color: #593260;
}
</style>