Shades of Hot Purple #59375F
Tints of Hot Purple #59375F
RGB
CMYK
RGB Variations
Color information
#59375F (or 0x59375F) is known color: Hot Purple. HEX triplet: 59, 37 and 5F. RGB value is (89,55,95). Sum of RGB (Red+Green+Blue) = 89+55+95=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 95 - color contains mainly: blue. Hex color #59375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59375F is #A6C8A0. Grayscale: #454545. Windows color (decimal): -10930337 or 6240089. OLE color: 6240089.
HSL color Cylindrical-coordinate representation of color #59375F: hue angle of 291º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59375F is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 55 | 95 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.63 |
| HSL | 291º | 0.27% | 0.29% | - |
| HSV(B) | 291º | 0.42% | 0.37% | - |
| XYZ | 7.55 | 5.68 | 11.53 | - |
| YUV | 69.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 55 | 95 | 0.06 | 0.42 | 0 | 0.63 | 291 | 0.27 | 0.29 |
| Hex | 59 | 37 | 5F | 6 | 2A | 0 | 3F | 123 | 1B | 1D |
| Octal | 131 | 67 | 137 | 6 | 52 | 0 | 77 | 443 | 33 | 35 |
| Binary | 1011001 | 110111 | 1011111 | 110 | 101010 | 0 | 111111 | 100100011 | 11011 | 11101 |
Color Harmonies of #59375F
Complementary color
Monochromatic Colors of #59375F
Black with #59375F
Text Example
Text Example
White with #59375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59375F; }
p { color: rgb(89,55,95); }
H1.HeaderClassName
{
color: #59375F;
}
.AnyTagClassName
{
color: #59375F;
}
</style>
background-color css
<style>
a { background-color: #59375F; }
a { background-color: rgb(89,55,95); }
div.DivClassName
{
background-color: #59375F;
}
.BgClassName
{
background-color: #59375F;
}
</style>
border-color css
<style>
span { border-color: #59375F; }
span { border-color: rgb(89,55,95); }
td.TdClassName
{
border-color: #59375F;
}
.TagClassName
{
border-color: #59375F;
}
</style>