Shades of Hot Purple #59355B
Tints of Hot Purple #59355B
RGB
CMYK
RGB Variations
Color information
#59355B (or 0x59355B) is known color: Hot Purple. HEX triplet: 59, 35 and 5B. RGB value is (89,53,91). Sum of RGB (Red+Green+Blue) = 89+53+91=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 91 - color contains mainly: blue. Hex color #59355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59355B is #A6CAA4. Grayscale: #434343. Windows color (decimal): -10930853 or 5977433. OLE color: 5977433.
HSL color Cylindrical-coordinate representation of color #59355B: hue angle of 296.84º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59355B is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 53 | 91 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.64 |
| HSL | 296.84º | 0.26% | 0.28% | - |
| HSV(B) | 296.84º | 0.42% | 0.36% | - |
| XYZ | 7.28 | 5.43 | 10.56 | - |
| YUV | 68.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 53 | 91 | 0.02 | 0.42 | 0 | 0.64 | 296.84 | 0.26 | 0.28 |
| Hex | 59 | 35 | 5B | 2 | 2A | 0 | 40 | 129 | 1A | 1C |
| Octal | 131 | 65 | 133 | 2 | 52 | 0 | 100 | 451 | 32 | 34 |
| Binary | 1011001 | 110101 | 1011011 | 10 | 101010 | 0 | 1000000 | 100101001 | 11010 | 11100 |
Color Harmonies of #59355B
Complementary color
Monochromatic Colors of #59355B
Black with #59355B
Text Example
Text Example
White with #59355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59355B; }
p { color: rgb(89,53,91); }
H1.HeaderClassName
{
color: #59355B;
}
.AnyTagClassName
{
color: #59355B;
}
</style>
background-color css
<style>
a { background-color: #59355B; }
a { background-color: rgb(89,53,91); }
div.DivClassName
{
background-color: #59355B;
}
.BgClassName
{
background-color: #59355B;
}
</style>
border-color css
<style>
span { border-color: #59355B; }
span { border-color: rgb(89,53,91); }
td.TdClassName
{
border-color: #59355B;
}
.TagClassName
{
border-color: #59355B;
}
</style>