Shades of Hot Purple #581C5C
Tints of Hot Purple #581C5C
RGB
CMYK
RGB Variations
Color information
#581C5C (or 0x581C5C) is known color: Hot Purple. HEX triplet: 58, 1C and 5C. RGB value is (88,28,92). Sum of RGB (Red+Green+Blue) = 88+28+92=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #581C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581C5C is #A7E3A3. Grayscale: #353535. Windows color (decimal): -11002788 or 6036568. OLE color: 6036568.
HSL color Cylindrical-coordinate representation of color #581C5C: hue angle of 296.25º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #581C5C is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 28 | 92 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.64 |
| HSL | 296.25º | 0.53% | 0.24% | - |
| HSV(B) | 296.25º | 0.7% | 0.36% | - |
| XYZ | 6.37 | 3.68 | 10.5 | - |
| YUV | 53.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 92 | 0.04 | 0.70 | 0 | 0.64 | 296.25 | 0.53 | 0.24 |
| Hex | 58 | 1C | 5C | 4 | 46 | 0 | 40 | 128 | 35 | 18 |
| Octal | 130 | 34 | 134 | 4 | 106 | 0 | 100 | 450 | 65 | 30 |
| Binary | 1011000 | 11100 | 1011100 | 100 | 1000110 | 0 | 1000000 | 100101000 | 110101 | 11000 |
Color Harmonies of #581C5C
Complementary color
Monochromatic Colors of #581C5C
Black with #581C5C
Text Example
Text Example
White with #581C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581C5C; }
p { color: rgb(88,28,92); }
H1.HeaderClassName
{
color: #581C5C;
}
.AnyTagClassName
{
color: #581C5C;
}
</style>
background-color css
<style>
a { background-color: #581C5C; }
a { background-color: rgb(88,28,92); }
div.DivClassName
{
background-color: #581C5C;
}
.BgClassName
{
background-color: #581C5C;
}
</style>
border-color css
<style>
span { border-color: #581C5C; }
span { border-color: rgb(88,28,92); }
td.TdClassName
{
border-color: #581C5C;
}
.TagClassName
{
border-color: #581C5C;
}
</style>