Shades of Hot Purple #59285A
Tints of Hot Purple #59285A
RGB
CMYK
RGB Variations
Color information
#59285A (or 0x59285A) is known color: Hot Purple. HEX triplet: 59, 28 and 5A. RGB value is (89,40,90). Sum of RGB (Red+Green+Blue) = 89+40+90=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #59285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59285A is #A6D7A5. Grayscale: #3C3C3C. Windows color (decimal): -10934182 or 5908569. OLE color: 5908569.
HSL color Cylindrical-coordinate representation of color #59285A: hue angle of 298.8º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59285A is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 40 | 90 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.65 |
| HSL | 298.8º | 0.38% | 0.25% | - |
| HSV(B) | 298.8º | 0.56% | 0.35% | - |
| XYZ | 6.72 | 4.38 | 10.16 | - |
| YUV | 60.35 | 144.73 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 90 | 0.01 | 0.56 | 0 | 0.65 | 298.8 | 0.38 | 0.25 |
| Hex | 59 | 28 | 5A | 1 | 38 | 0 | 41 | 12B | 26 | 19 |
| Octal | 131 | 50 | 132 | 1 | 70 | 0 | 101 | 453 | 46 | 31 |
| Binary | 1011001 | 101000 | 1011010 | 1 | 111000 | 0 | 1000001 | 100101011 | 100110 | 11001 |
Color Harmonies of #59285A
Complementary color
Monochromatic Colors of #59285A
Black with #59285A
Text Example
Text Example
White with #59285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59285A; }
p { color: rgb(89,40,90); }
H1.HeaderClassName
{
color: #59285A;
}
.AnyTagClassName
{
color: #59285A;
}
</style>
background-color css
<style>
a { background-color: #59285A; }
a { background-color: rgb(89,40,90); }
div.DivClassName
{
background-color: #59285A;
}
.BgClassName
{
background-color: #59285A;
}
</style>
border-color css
<style>
span { border-color: #59285A; }
span { border-color: rgb(89,40,90); }
td.TdClassName
{
border-color: #59285A;
}
.TagClassName
{
border-color: #59285A;
}
</style>