Shades of Hot Purple #582861
Tints of Hot Purple #582861
RGB
CMYK
RGB Variations
Color information
#582861 (or 0x582861) is known color: Hot Purple. HEX triplet: 58, 28 and 61. RGB value is (88,40,97). Sum of RGB (Red+Green+Blue) = 88+40+97=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #582861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582861 is #A7D79E. Grayscale: #3C3C3C. Windows color (decimal): -10999711 or 6367320. OLE color: 6367320.
HSL color Cylindrical-coordinate representation of color #582861: hue angle of 290.53º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #582861 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 40 | 97 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.62 |
| HSL | 290.53º | 0.42% | 0.27% | - |
| HSV(B) | 290.53º | 0.59% | 0.38% | - |
| XYZ | 6.94 | 4.46 | 11.8 | - |
| YUV | 60.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 40 | 97 | 0.09 | 0.59 | 0 | 0.62 | 290.53 | 0.42 | 0.27 |
| Hex | 58 | 28 | 61 | 9 | 3B | 0 | 3E | 123 | 2A | 1B |
| Octal | 130 | 50 | 141 | 11 | 73 | 0 | 76 | 443 | 52 | 33 |
| Binary | 1011000 | 101000 | 1100001 | 1001 | 111011 | 0 | 111110 | 100100011 | 101010 | 11011 |
Color Harmonies of #582861
Complementary color
Monochromatic Colors of #582861
Black with #582861
Text Example
Text Example
White with #582861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582861; }
p { color: rgb(88,40,97); }
H1.HeaderClassName
{
color: #582861;
}
.AnyTagClassName
{
color: #582861;
}
</style>
background-color css
<style>
a { background-color: #582861; }
a { background-color: rgb(88,40,97); }
div.DivClassName
{
background-color: #582861;
}
.BgClassName
{
background-color: #582861;
}
</style>
border-color css
<style>
span { border-color: #582861; }
span { border-color: rgb(88,40,97); }
td.TdClassName
{
border-color: #582861;
}
.TagClassName
{
border-color: #582861;
}
</style>