Shades of Hot Purple #581964
Tints of Hot Purple #581964
RGB
CMYK
RGB Variations
Color information
#581964 (or 0x581964) is known color: Hot Purple. HEX triplet: 58, 19 and 64. RGB value is (88,25,100). Sum of RGB (Red+Green+Blue) = 88+25+100=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 100 - color contains mainly: blue. Hex color #581964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581964 is #A7E69B. Grayscale: #343434. Windows color (decimal): -11003548 or 6560088. OLE color: 6560088.
HSL color Cylindrical-coordinate representation of color #581964: hue angle of 290.4º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581964 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 25 | 100 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.61 |
| HSL | 290.4º | 0.6% | 0.25% | - |
| HSV(B) | 290.4º | 0.75% | 0.39% | - |
| XYZ | 6.67 | 3.69 | 12.42 | - |
| YUV | 52.39 | 154.87 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 100 | 0.12 | 0.75 | 0 | 0.61 | 290.4 | 0.6 | 0.25 |
| Hex | 58 | 19 | 64 | C | 4B | 0 | 3D | 122 | 3C | 19 |
| Octal | 130 | 31 | 144 | 14 | 113 | 0 | 75 | 442 | 74 | 31 |
| Binary | 1011000 | 11001 | 1100100 | 1100 | 1001011 | 0 | 111101 | 100100010 | 111100 | 11001 |
Color Harmonies of #581964
Complementary color
Monochromatic Colors of #581964
Black with #581964
Text Example
Text Example
White with #581964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581964; }
p { color: rgb(88,25,100); }
H1.HeaderClassName
{
color: #581964;
}
.AnyTagClassName
{
color: #581964;
}
</style>
background-color css
<style>
a { background-color: #581964; }
a { background-color: rgb(88,25,100); }
div.DivClassName
{
background-color: #581964;
}
.BgClassName
{
background-color: #581964;
}
</style>
border-color css
<style>
span { border-color: #581964; }
span { border-color: rgb(88,25,100); }
td.TdClassName
{
border-color: #581964;
}
.TagClassName
{
border-color: #581964;
}
</style>