Shades of Hot Purple #59345D
Tints of Hot Purple #59345D
RGB
CMYK
RGB Variations
Color information
#59345D (or 0x59345D) is known color: Hot Purple. HEX triplet: 59, 34 and 5D. RGB value is (89,52,93). Sum of RGB (Red+Green+Blue) = 89+52+93=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #59345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59345D is #A6CBA2. Grayscale: #434343. Windows color (decimal): -10931107 or 6108249. OLE color: 6108249.
HSL color Cylindrical-coordinate representation of color #59345D: hue angle of 294.15º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59345D is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 52 | 93 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.64 |
| HSL | 294.15º | 0.28% | 0.28% | - |
| HSV(B) | 294.15º | 0.44% | 0.36% | - |
| XYZ | 7.32 | 5.37 | 11.01 | - |
| YUV | 67.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 52 | 93 | 0.04 | 0.44 | 0 | 0.64 | 294.15 | 0.28 | 0.28 |
| Hex | 59 | 34 | 5D | 4 | 2C | 0 | 40 | 126 | 1C | 1C |
| Octal | 131 | 64 | 135 | 4 | 54 | 0 | 100 | 446 | 34 | 34 |
| Binary | 1011001 | 110100 | 1011101 | 100 | 101100 | 0 | 1000000 | 100100110 | 11100 | 11100 |
Color Harmonies of #59345D
Complementary color
Monochromatic Colors of #59345D
Black with #59345D
Text Example
Text Example
White with #59345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59345D; }
p { color: rgb(89,52,93); }
H1.HeaderClassName
{
color: #59345D;
}
.AnyTagClassName
{
color: #59345D;
}
</style>
background-color css
<style>
a { background-color: #59345D; }
a { background-color: rgb(89,52,93); }
div.DivClassName
{
background-color: #59345D;
}
.BgClassName
{
background-color: #59345D;
}
</style>
border-color css
<style>
span { border-color: #59345D; }
span { border-color: rgb(89,52,93); }
td.TdClassName
{
border-color: #59345D;
}
.TagClassName
{
border-color: #59345D;
}
</style>