Shades of Hot Purple #59285C
Tints of Hot Purple #59285C
RGB
CMYK
RGB Variations
Color information
#59285C (or 0x59285C) is known color: Hot Purple. HEX triplet: 59, 28 and 5C. RGB value is (89,40,92). Sum of RGB (Red+Green+Blue) = 89+40+92=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 92 - color contains mainly: blue. Hex color #59285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59285C is #A6D7A3. Grayscale: #3C3C3C. Windows color (decimal): -10934180 or 6039641. OLE color: 6039641.
HSL color Cylindrical-coordinate representation of color #59285C: hue angle of 296.54º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59285C is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 40 | 92 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.64 |
| HSL | 296.54º | 0.39% | 0.26% | - |
| HSV(B) | 296.54º | 0.57% | 0.36% | - |
| XYZ | 6.81 | 4.41 | 10.62 | - |
| YUV | 60.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 92 | 0.03 | 0.57 | 0 | 0.64 | 296.54 | 0.39 | 0.26 |
| Hex | 59 | 28 | 5C | 3 | 39 | 0 | 40 | 129 | 27 | 1A |
| Octal | 131 | 50 | 134 | 3 | 71 | 0 | 100 | 451 | 47 | 32 |
| Binary | 1011001 | 101000 | 1011100 | 11 | 111001 | 0 | 1000000 | 100101001 | 100111 | 11010 |
Color Harmonies of #59285C
Complementary color
Monochromatic Colors of #59285C
Black with #59285C
Text Example
Text Example
White with #59285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59285C; }
p { color: rgb(89,40,92); }
H1.HeaderClassName
{
color: #59285C;
}
.AnyTagClassName
{
color: #59285C;
}
</style>
background-color css
<style>
a { background-color: #59285C; }
a { background-color: rgb(89,40,92); }
div.DivClassName
{
background-color: #59285C;
}
.BgClassName
{
background-color: #59285C;
}
</style>
border-color css
<style>
span { border-color: #59285C; }
span { border-color: rgb(89,40,92); }
td.TdClassName
{
border-color: #59285C;
}
.TagClassName
{
border-color: #59285C;
}
</style>