Shades of Hot Purple #581863
Tints of Hot Purple #581863
RGB
CMYK
RGB Variations
Color information
#581863 (or 0x581863) is known color: Hot Purple. HEX triplet: 58, 18 and 63. RGB value is (88,24,99). Sum of RGB (Red+Green+Blue) = 88+24+99=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #581863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581863 is #A7E79C. Grayscale: #333333. Windows color (decimal): -11003805 or 6494296. OLE color: 6494296.
HSL color Cylindrical-coordinate representation of color #581863: hue angle of 291.2º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #581863 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 24 | 99 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.61 |
| HSL | 291.2º | 0.61% | 0.24% | - |
| HSV(B) | 291.2º | 0.76% | 0.39% | - |
| XYZ | 6.6 | 3.63 | 12.16 | - |
| YUV | 51.69 | 154.7 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 99 | 0.11 | 0.76 | 0 | 0.61 | 291.2 | 0.61 | 0.24 |
| Hex | 58 | 18 | 63 | B | 4C | 0 | 3D | 123 | 3D | 18 |
| Octal | 130 | 30 | 143 | 13 | 114 | 0 | 75 | 443 | 75 | 30 |
| Binary | 1011000 | 11000 | 1100011 | 1011 | 1001100 | 0 | 111101 | 100100011 | 111101 | 11000 |
Color Harmonies of #581863
Complementary color
Monochromatic Colors of #581863
Black with #581863
Text Example
Text Example
White with #581863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581863; }
p { color: rgb(88,24,99); }
H1.HeaderClassName
{
color: #581863;
}
.AnyTagClassName
{
color: #581863;
}
</style>
background-color css
<style>
a { background-color: #581863; }
a { background-color: rgb(88,24,99); }
div.DivClassName
{
background-color: #581863;
}
.BgClassName
{
background-color: #581863;
}
</style>
border-color css
<style>
span { border-color: #581863; }
span { border-color: rgb(88,24,99); }
td.TdClassName
{
border-color: #581863;
}
.TagClassName
{
border-color: #581863;
}
</style>