Shades of Hot Purple #59355C
Tints of Hot Purple #59355C
RGB
CMYK
RGB Variations
Color information
#59355C (or 0x59355C) is known color: Hot Purple. HEX triplet: 59, 35 and 5C. RGB value is (89,53,92). Sum of RGB (Red+Green+Blue) = 89+53+92=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #59355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59355C is #A6CAA3. Grayscale: #444444. Windows color (decimal): -10930852 or 6042969. OLE color: 6042969.
HSL color Cylindrical-coordinate representation of color #59355C: hue angle of 295.38º degrees, saturation: 0.27, 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 #59355C is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 53 | 92 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.64 |
| HSL | 295.38º | 0.27% | 0.28% | - |
| HSV(B) | 295.38º | 0.42% | 0.36% | - |
| XYZ | 7.32 | 5.44 | 10.79 | - |
| YUV | 68.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 53 | 92 | 0.03 | 0.42 | 0 | 0.64 | 295.38 | 0.27 | 0.28 |
| Hex | 59 | 35 | 5C | 3 | 2A | 0 | 40 | 127 | 1B | 1C |
| Octal | 131 | 65 | 134 | 3 | 52 | 0 | 100 | 447 | 33 | 34 |
| Binary | 1011001 | 110101 | 1011100 | 11 | 101010 | 0 | 1000000 | 100100111 | 11011 | 11100 |
Color Harmonies of #59355C
Complementary color
Monochromatic Colors of #59355C
Black with #59355C
Text Example
Text Example
White with #59355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59355C; }
p { color: rgb(89,53,92); }
H1.HeaderClassName
{
color: #59355C;
}
.AnyTagClassName
{
color: #59355C;
}
</style>
background-color css
<style>
a { background-color: #59355C; }
a { background-color: rgb(89,53,92); }
div.DivClassName
{
background-color: #59355C;
}
.BgClassName
{
background-color: #59355C;
}
</style>
border-color css
<style>
span { border-color: #59355C; }
span { border-color: rgb(89,53,92); }
td.TdClassName
{
border-color: #59355C;
}
.TagClassName
{
border-color: #59355C;
}
</style>