Shades of Hot Purple #581C66
Tints of Hot Purple #581C66
RGB
CMYK
RGB Variations
Color information
#581C66 (or 0x581C66) is known color: Hot Purple. HEX triplet: 58, 1C and 66. RGB value is (88,28,102). Sum of RGB (Red+Green+Blue) = 88+28+102=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #581C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581C66 is #A7E399. Grayscale: #363636. Windows color (decimal): -11002778 or 6691928. OLE color: 6691928.
HSL color Cylindrical-coordinate representation of color #581C66: hue angle of 288.65º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #581C66 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 88 | 28 | 102 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.6 |
| HSL | 288.65º | 0.57% | 0.25% | - |
| HSV(B) | 288.65º | 0.73% | 0.4% | - |
| XYZ | 6.84 | 3.86 | 12.96 | - |
| YUV | 54.38 | 154.88 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 102 | 0.14 | 0.73 | 0 | 0.6 | 288.65 | 0.57 | 0.25 |
| Hex | 58 | 1C | 66 | E | 49 | 0 | 3C | 121 | 39 | 19 |
| Octal | 130 | 34 | 146 | 16 | 111 | 0 | 74 | 441 | 71 | 31 |
| Binary | 1011000 | 11100 | 1100110 | 1110 | 1001001 | 0 | 111100 | 100100001 | 111001 | 11001 |
Color Harmonies of #581C66
Complementary color
Monochromatic Colors of #581C66
Black with #581C66
Text Example
Text Example
White with #581C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581C66; }
p { color: rgb(88,28,102); }
H1.HeaderClassName
{
color: #581C66;
}
.AnyTagClassName
{
color: #581C66;
}
</style>
background-color css
<style>
a { background-color: #581C66; }
a { background-color: rgb(88,28,102); }
div.DivClassName
{
background-color: #581C66;
}
.BgClassName
{
background-color: #581C66;
}
</style>
border-color css
<style>
span { border-color: #581C66; }
span { border-color: rgb(88,28,102); }
td.TdClassName
{
border-color: #581C66;
}
.TagClassName
{
border-color: #581C66;
}
</style>