Shades of Hot Purple #59365E
Tints of Hot Purple #59365E
RGB
CMYK
RGB Variations
Color information
#59365E (or 0x59365E) is known color: Hot Purple. HEX triplet: 59, 36 and 5E. RGB value is (89,54,94). Sum of RGB (Red+Green+Blue) = 89+54+94=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 94 - color contains mainly: blue. Hex color #59365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59365E is #A6C9A1. Grayscale: #444444. Windows color (decimal): -10930594 or 6174297. OLE color: 6174297.
HSL color Cylindrical-coordinate representation of color #59365E: hue angle of 292.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59365E is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 54 | 94 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.63 |
| HSL | 292.5º | 0.27% | 0.29% | - |
| HSV(B) | 292.5º | 0.43% | 0.37% | - |
| XYZ | 7.46 | 5.57 | 11.27 | - |
| YUV | 69.03 | 142.1 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 54 | 94 | 0.05 | 0.43 | 0 | 0.63 | 292.5 | 0.27 | 0.29 |
| Hex | 59 | 36 | 5E | 5 | 2B | 0 | 3F | 124 | 1B | 1D |
| Octal | 131 | 66 | 136 | 5 | 53 | 0 | 77 | 444 | 33 | 35 |
| Binary | 1011001 | 110110 | 1011110 | 101 | 101011 | 0 | 111111 | 100100100 | 11011 | 11101 |
Color Harmonies of #59365E
Complementary color
Monochromatic Colors of #59365E
Black with #59365E
Text Example
Text Example
White with #59365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59365E; }
p { color: rgb(89,54,94); }
H1.HeaderClassName
{
color: #59365E;
}
.AnyTagClassName
{
color: #59365E;
}
</style>
background-color css
<style>
a { background-color: #59365E; }
a { background-color: rgb(89,54,94); }
div.DivClassName
{
background-color: #59365E;
}
.BgClassName
{
background-color: #59365E;
}
</style>
border-color css
<style>
span { border-color: #59365E; }
span { border-color: rgb(89,54,94); }
td.TdClassName
{
border-color: #59365E;
}
.TagClassName
{
border-color: #59365E;
}
</style>