Shades of Hot Purple #59205B
Tints of Hot Purple #59205B
RGB
CMYK
RGB Variations
Color information
#59205B (or 0x59205B) is known color: Hot Purple. HEX triplet: 59, 20 and 5B. RGB value is (89,32,91). Sum of RGB (Red+Green+Blue) = 89+32+91=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #59205B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59205B is #A6DFA4. Grayscale: #373737. Windows color (decimal): -10936229 or 5972057. OLE color: 5972057.
HSL color Cylindrical-coordinate representation of color #59205B: hue angle of 297.97º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59205B is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 32 | 91 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.64 |
| HSL | 297.97º | 0.48% | 0.24% | - |
| HSV(B) | 297.97º | 0.65% | 0.36% | - |
| XYZ | 6.52 | 3.91 | 10.31 | - |
| YUV | 55.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 32 | 91 | 0.02 | 0.65 | 0 | 0.64 | 297.97 | 0.48 | 0.24 |
| Hex | 59 | 20 | 5B | 2 | 41 | 0 | 40 | 12A | 30 | 18 |
| Octal | 131 | 40 | 133 | 2 | 101 | 0 | 100 | 452 | 60 | 30 |
| Binary | 1011001 | 100000 | 1011011 | 10 | 1000001 | 0 | 1000000 | 100101010 | 110000 | 11000 |
Color Harmonies of #59205B
Complementary color
Monochromatic Colors of #59205B
Black with #59205B
Text Example
Text Example
White with #59205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59205B; }
p { color: rgb(89,32,91); }
H1.HeaderClassName
{
color: #59205B;
}
.AnyTagClassName
{
color: #59205B;
}
</style>
background-color css
<style>
a { background-color: #59205B; }
a { background-color: rgb(89,32,91); }
div.DivClassName
{
background-color: #59205B;
}
.BgClassName
{
background-color: #59205B;
}
</style>
border-color css
<style>
span { border-color: #59205B; }
span { border-color: rgb(89,32,91); }
td.TdClassName
{
border-color: #59205B;
}
.TagClassName
{
border-color: #59205B;
}
</style>