Shades of Hot Purple #59305F
Tints of Hot Purple #59305F
RGB
CMYK
RGB Variations
Color information
#59305F (or 0x59305F) is known color: Hot Purple. HEX triplet: 59, 30 and 5F. RGB value is (89,48,95). Sum of RGB (Red+Green+Blue) = 89+48+95=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #59305F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59305F is #A6CFA0. Grayscale: #414141. Windows color (decimal): -10932129 or 6238297. OLE color: 6238297.
HSL color Cylindrical-coordinate representation of color #59305F: hue angle of 292.34º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59305F is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 48 | 95 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.63 |
| HSL | 292.34º | 0.33% | 0.28% | - |
| HSV(B) | 292.34º | 0.49% | 0.37% | - |
| XYZ | 7.24 | 5.06 | 11.42 | - |
| YUV | 65.62 | 144.58 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 48 | 95 | 0.06 | 0.49 | 0 | 0.63 | 292.34 | 0.33 | 0.28 |
| Hex | 59 | 30 | 5F | 6 | 31 | 0 | 3F | 124 | 21 | 1C |
| Octal | 131 | 60 | 137 | 6 | 61 | 0 | 77 | 444 | 41 | 34 |
| Binary | 1011001 | 110000 | 1011111 | 110 | 110001 | 0 | 111111 | 100100100 | 100001 | 11100 |
Color Harmonies of #59305F
Complementary color
Monochromatic Colors of #59305F
Black with #59305F
Text Example
Text Example
White with #59305F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59305F; }
p { color: rgb(89,48,95); }
H1.HeaderClassName
{
color: #59305F;
}
.AnyTagClassName
{
color: #59305F;
}
</style>
background-color css
<style>
a { background-color: #59305F; }
a { background-color: rgb(89,48,95); }
div.DivClassName
{
background-color: #59305F;
}
.BgClassName
{
background-color: #59305F;
}
</style>
border-color css
<style>
span { border-color: #59305F; }
span { border-color: rgb(89,48,95); }
td.TdClassName
{
border-color: #59305F;
}
.TagClassName
{
border-color: #59305F;
}
</style>