Shades of Hot Purple #59255E
Tints of Hot Purple #59255E
RGB
CMYK
RGB Variations
Color information
#59255E (or 0x59255E) is known color: Hot Purple. HEX triplet: 59, 25 and 5E. RGB value is (89,37,94). Sum of RGB (Red+Green+Blue) = 89+37+94=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 94 - color contains mainly: blue. Hex color #59255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59255E is #A6DAA1. Grayscale: #3A3A3A. Windows color (decimal): -10934946 or 6169945. OLE color: 6169945.
HSL color Cylindrical-coordinate representation of color #59255E: hue angle of 294.74º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59255E is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 37 | 94 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.63 |
| HSL | 294.74º | 0.44% | 0.26% | - |
| HSV(B) | 294.74º | 0.61% | 0.37% | - |
| XYZ | 6.8 | 4.26 | 11.05 | - |
| YUV | 59.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 37 | 94 | 0.05 | 0.61 | 0 | 0.63 | 294.74 | 0.44 | 0.26 |
| Hex | 59 | 25 | 5E | 5 | 3D | 0 | 3F | 127 | 2C | 1A |
| Octal | 131 | 45 | 136 | 5 | 75 | 0 | 77 | 447 | 54 | 32 |
| Binary | 1011001 | 100101 | 1011110 | 101 | 111101 | 0 | 111111 | 100100111 | 101100 | 11010 |
Color Harmonies of #59255E
Complementary color
Monochromatic Colors of #59255E
Black with #59255E
Text Example
Text Example
White with #59255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59255E; }
p { color: rgb(89,37,94); }
H1.HeaderClassName
{
color: #59255E;
}
.AnyTagClassName
{
color: #59255E;
}
</style>
background-color css
<style>
a { background-color: #59255E; }
a { background-color: rgb(89,37,94); }
div.DivClassName
{
background-color: #59255E;
}
.BgClassName
{
background-color: #59255E;
}
</style>
border-color css
<style>
span { border-color: #59255E; }
span { border-color: rgb(89,37,94); }
td.TdClassName
{
border-color: #59255E;
}
.TagClassName
{
border-color: #59255E;
}
</style>