Shades of Hot Purple #59305D
Tints of Hot Purple #59305D
RGB
CMYK
RGB Variations
Color information
#59305D (or 0x59305D) is known color: Hot Purple. HEX triplet: 59, 30 and 5D. RGB value is (89,48,93). Sum of RGB (Red+Green+Blue) = 89+48+93=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #59305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59305D is #A6CFA2. Grayscale: #414141. Windows color (decimal): -10932131 or 6107225. OLE color: 6107225.
HSL color Cylindrical-coordinate representation of color #59305D: hue angle of 294.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59305D is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 48 | 93 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.64 |
| HSL | 294.67º | 0.32% | 0.28% | - |
| HSV(B) | 294.67º | 0.48% | 0.36% | - |
| XYZ | 7.15 | 5.03 | 10.95 | - |
| YUV | 65.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 48 | 93 | 0.04 | 0.48 | 0 | 0.64 | 294.67 | 0.32 | 0.28 |
| Hex | 59 | 30 | 5D | 4 | 30 | 0 | 40 | 127 | 20 | 1C |
| Octal | 131 | 60 | 135 | 4 | 60 | 0 | 100 | 447 | 40 | 34 |
| Binary | 1011001 | 110000 | 1011101 | 100 | 110000 | 0 | 1000000 | 100100111 | 100000 | 11100 |
Color Harmonies of #59305D
Complementary color
Monochromatic Colors of #59305D
Black with #59305D
Text Example
Text Example
White with #59305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59305D; }
p { color: rgb(89,48,93); }
H1.HeaderClassName
{
color: #59305D;
}
.AnyTagClassName
{
color: #59305D;
}
</style>
background-color css
<style>
a { background-color: #59305D; }
a { background-color: rgb(89,48,93); }
div.DivClassName
{
background-color: #59305D;
}
.BgClassName
{
background-color: #59305D;
}
</style>
border-color css
<style>
span { border-color: #59305D; }
span { border-color: rgb(89,48,93); }
td.TdClassName
{
border-color: #59305D;
}
.TagClassName
{
border-color: #59305D;
}
</style>