Shades of Hot Purple #59375D
Tints of Hot Purple #59375D
RGB
CMYK
RGB Variations
Color information
#59375D (or 0x59375D) is known color: Hot Purple. HEX triplet: 59, 37 and 5D. RGB value is (89,55,93). Sum of RGB (Red+Green+Blue) = 89+55+93=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #59375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59375D is #A6C8A2. Grayscale: #454545. Windows color (decimal): -10930339 or 6109017. OLE color: 6109017.
HSL color Cylindrical-coordinate representation of color #59375D: hue angle of 293.68º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59375D is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 55 | 93 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.64 |
| HSL | 293.68º | 0.26% | 0.29% | - |
| HSV(B) | 293.68º | 0.41% | 0.36% | - |
| XYZ | 7.46 | 5.65 | 11.05 | - |
| YUV | 69.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 55 | 93 | 0.04 | 0.41 | 0 | 0.64 | 293.68 | 0.26 | 0.29 |
| Hex | 59 | 37 | 5D | 4 | 29 | 0 | 40 | 126 | 1A | 1D |
| Octal | 131 | 67 | 135 | 4 | 51 | 0 | 100 | 446 | 32 | 35 |
| Binary | 1011001 | 110111 | 1011101 | 100 | 101001 | 0 | 1000000 | 100100110 | 11010 | 11101 |
Color Harmonies of #59375D
Complementary color
Monochromatic Colors of #59375D
Black with #59375D
Text Example
Text Example
White with #59375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59375D; }
p { color: rgb(89,55,93); }
H1.HeaderClassName
{
color: #59375D;
}
.AnyTagClassName
{
color: #59375D;
}
</style>
background-color css
<style>
a { background-color: #59375D; }
a { background-color: rgb(89,55,93); }
div.DivClassName
{
background-color: #59375D;
}
.BgClassName
{
background-color: #59375D;
}
</style>
border-color css
<style>
span { border-color: #59375D; }
span { border-color: rgb(89,55,93); }
td.TdClassName
{
border-color: #59375D;
}
.TagClassName
{
border-color: #59375D;
}
</style>