Shades of Hot Purple #59235A
Tints of Hot Purple #59235A
RGB
CMYK
RGB Variations
Color information
#59235A (or 0x59235A) is known color: Hot Purple. HEX triplet: 59, 23 and 5A. RGB value is (89,35,90). Sum of RGB (Red+Green+Blue) = 89+35+90=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #59235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59235A is #A6DCA5. Grayscale: #393939. Windows color (decimal): -10935462 or 5907289. OLE color: 5907289.
HSL color Cylindrical-coordinate representation of color #59235A: hue angle of 298.91º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59235A is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 35 | 90 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.65 |
| HSL | 298.91º | 0.44% | 0.25% | - |
| HSV(B) | 298.91º | 0.61% | 0.35% | - |
| XYZ | 6.57 | 4.06 | 10.11 | - |
| YUV | 57.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 35 | 90 | 0.01 | 0.61 | 0 | 0.65 | 298.91 | 0.44 | 0.25 |
| Hex | 59 | 23 | 5A | 1 | 3D | 0 | 41 | 12B | 2C | 19 |
| Octal | 131 | 43 | 132 | 1 | 75 | 0 | 101 | 453 | 54 | 31 |
| Binary | 1011001 | 100011 | 1011010 | 1 | 111101 | 0 | 1000001 | 100101011 | 101100 | 11001 |
Color Harmonies of #59235A
Complementary color
Monochromatic Colors of #59235A
Black with #59235A
Text Example
Text Example
White with #59235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59235A; }
p { color: rgb(89,35,90); }
H1.HeaderClassName
{
color: #59235A;
}
.AnyTagClassName
{
color: #59235A;
}
</style>
background-color css
<style>
a { background-color: #59235A; }
a { background-color: rgb(89,35,90); }
div.DivClassName
{
background-color: #59235A;
}
.BgClassName
{
background-color: #59235A;
}
</style>
border-color css
<style>
span { border-color: #59235A; }
span { border-color: rgb(89,35,90); }
td.TdClassName
{
border-color: #59235A;
}
.TagClassName
{
border-color: #59235A;
}
</style>