Shades of Hot Purple #59325D
Tints of Hot Purple #59325D
RGB
CMYK
RGB Variations
Color information
#59325D (or 0x59325D) is known color: Hot Purple. HEX triplet: 59, 32 and 5D. RGB value is (89,50,93). Sum of RGB (Red+Green+Blue) = 89+50+93=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #59325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59325D is #A6CDA2. Grayscale: #424242. Windows color (decimal): -10931619 or 6107737. OLE color: 6107737.
HSL color Cylindrical-coordinate representation of color #59325D: hue angle of 294.42º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59325D is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 50 | 93 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.64 |
| HSL | 294.42º | 0.3% | 0.28% | - |
| HSV(B) | 294.42º | 0.46% | 0.36% | - |
| XYZ | 7.24 | 5.2 | 10.98 | - |
| YUV | 66.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 50 | 93 | 0.04 | 0.46 | 0 | 0.64 | 294.42 | 0.3 | 0.28 |
| Hex | 59 | 32 | 5D | 4 | 2E | 0 | 40 | 126 | 1E | 1C |
| Octal | 131 | 62 | 135 | 4 | 56 | 0 | 100 | 446 | 36 | 34 |
| Binary | 1011001 | 110010 | 1011101 | 100 | 101110 | 0 | 1000000 | 100100110 | 11110 | 11100 |
Color Harmonies of #59325D
Complementary color
Monochromatic Colors of #59325D
Black with #59325D
Text Example
Text Example
White with #59325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59325D; }
p { color: rgb(89,50,93); }
H1.HeaderClassName
{
color: #59325D;
}
.AnyTagClassName
{
color: #59325D;
}
</style>
background-color css
<style>
a { background-color: #59325D; }
a { background-color: rgb(89,50,93); }
div.DivClassName
{
background-color: #59325D;
}
.BgClassName
{
background-color: #59325D;
}
</style>
border-color css
<style>
span { border-color: #59325D; }
span { border-color: rgb(89,50,93); }
td.TdClassName
{
border-color: #59325D;
}
.TagClassName
{
border-color: #59325D;
}
</style>