Shades of Hot Purple #59285E
Tints of Hot Purple #59285E
RGB
CMYK
RGB Variations
Color information
#59285E (or 0x59285E) is known color: Hot Purple. HEX triplet: 59, 28 and 5E. RGB value is (89,40,94). Sum of RGB (Red+Green+Blue) = 89+40+94=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 94 - color contains mainly: blue. Hex color #59285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59285E is #A6D7A1. Grayscale: #3C3C3C. Windows color (decimal): -10934178 or 6170713. OLE color: 6170713.
HSL color Cylindrical-coordinate representation of color #59285E: hue angle of 294.44º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59285E is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 40 | 94 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.63 |
| HSL | 294.44º | 0.4% | 0.26% | - |
| HSV(B) | 294.44º | 0.57% | 0.37% | - |
| XYZ | 6.9 | 4.45 | 11.08 | - |
| YUV | 60.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 94 | 0.05 | 0.57 | 0 | 0.63 | 294.44 | 0.4 | 0.26 |
| Hex | 59 | 28 | 5E | 5 | 39 | 0 | 3F | 126 | 28 | 1A |
| Octal | 131 | 50 | 136 | 5 | 71 | 0 | 77 | 446 | 50 | 32 |
| Binary | 1011001 | 101000 | 1011110 | 101 | 111001 | 0 | 111111 | 100100110 | 101000 | 11010 |
Color Harmonies of #59285E
Complementary color
Monochromatic Colors of #59285E
Black with #59285E
Text Example
Text Example
White with #59285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59285E; }
p { color: rgb(89,40,94); }
H1.HeaderClassName
{
color: #59285E;
}
.AnyTagClassName
{
color: #59285E;
}
</style>
background-color css
<style>
a { background-color: #59285E; }
a { background-color: rgb(89,40,94); }
div.DivClassName
{
background-color: #59285E;
}
.BgClassName
{
background-color: #59285E;
}
</style>
border-color css
<style>
span { border-color: #59285E; }
span { border-color: rgb(89,40,94); }
td.TdClassName
{
border-color: #59285E;
}
.TagClassName
{
border-color: #59285E;
}
</style>