Shades of Hot Purple #592361
Tints of Hot Purple #592361
RGB
CMYK
RGB Variations
Color information
#592361 (or 0x592361) is known color: Hot Purple. HEX triplet: 59, 23 and 61. RGB value is (89,35,97). Sum of RGB (Red+Green+Blue) = 89+35+97=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #592361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592361 is #A6DC9E. Grayscale: #3A3A3A. Windows color (decimal): -10935455 or 6366041. OLE color: 6366041.
HSL color Cylindrical-coordinate representation of color #592361: hue angle of 292.26º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #592361 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 35 | 97 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.62 |
| HSL | 292.26º | 0.47% | 0.26% | - |
| HSV(B) | 292.26º | 0.64% | 0.38% | - |
| XYZ | 6.88 | 4.19 | 11.76 | - |
| YUV | 58.21 | 149.89 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 35 | 97 | 0.08 | 0.64 | 0 | 0.62 | 292.26 | 0.47 | 0.26 |
| Hex | 59 | 23 | 61 | 8 | 40 | 0 | 3E | 124 | 2F | 1A |
| Octal | 131 | 43 | 141 | 10 | 100 | 0 | 76 | 444 | 57 | 32 |
| Binary | 1011001 | 100011 | 1100001 | 1000 | 1000000 | 0 | 111110 | 100100100 | 101111 | 11010 |
Color Harmonies of #592361
Complementary color
Monochromatic Colors of #592361
Black with #592361
Text Example
Text Example
White with #592361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592361; }
p { color: rgb(89,35,97); }
H1.HeaderClassName
{
color: #592361;
}
.AnyTagClassName
{
color: #592361;
}
</style>
background-color css
<style>
a { background-color: #592361; }
a { background-color: rgb(89,35,97); }
div.DivClassName
{
background-color: #592361;
}
.BgClassName
{
background-color: #592361;
}
</style>
border-color css
<style>
span { border-color: #592361; }
span { border-color: rgb(89,35,97); }
td.TdClassName
{
border-color: #592361;
}
.TagClassName
{
border-color: #592361;
}
</style>