Shades of Hot Purple #581764
Tints of Hot Purple #581764
RGB
CMYK
RGB Variations
Color information
#581764 (or 0x581764) is known color: Hot Purple. HEX triplet: 58, 17 and 64. RGB value is (88,23,100). Sum of RGB (Red+Green+Blue) = 88+23+100=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 100 - color contains mainly: blue. Hex color #581764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581764 is #A7E89B. Grayscale: #323232. Windows color (decimal): -11004060 or 6559576. OLE color: 6559576.
HSL color Cylindrical-coordinate representation of color #581764: hue angle of 290.65º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581764 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 23 | 100 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.61 |
| HSL | 290.65º | 0.63% | 0.24% | - |
| HSV(B) | 290.65º | 0.77% | 0.39% | - |
| XYZ | 6.63 | 3.61 | 12.4 | - |
| YUV | 51.21 | 155.53 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 100 | 0.12 | 0.77 | 0 | 0.61 | 290.65 | 0.63 | 0.24 |
| Hex | 58 | 17 | 64 | C | 4D | 0 | 3D | 123 | 3F | 18 |
| Octal | 130 | 27 | 144 | 14 | 115 | 0 | 75 | 443 | 77 | 30 |
| Binary | 1011000 | 10111 | 1100100 | 1100 | 1001101 | 0 | 111101 | 100100011 | 111111 | 11000 |
Color Harmonies of #581764
Complementary color
Monochromatic Colors of #581764
Black with #581764
Text Example
Text Example
White with #581764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581764; }
p { color: rgb(88,23,100); }
H1.HeaderClassName
{
color: #581764;
}
.AnyTagClassName
{
color: #581764;
}
</style>
background-color css
<style>
a { background-color: #581764; }
a { background-color: rgb(88,23,100); }
div.DivClassName
{
background-color: #581764;
}
.BgClassName
{
background-color: #581764;
}
</style>
border-color css
<style>
span { border-color: #581764; }
span { border-color: rgb(88,23,100); }
td.TdClassName
{
border-color: #581764;
}
.TagClassName
{
border-color: #581764;
}
</style>