Shades of Hot Purple #582556
Tints of Hot Purple #582556
RGB
CMYK
RGB Variations
Color information
#582556 (or 0x582556) is known color: Hot Purple. HEX triplet: 58, 25 and 56. RGB value is (88,37,86). Sum of RGB (Red+Green+Blue) = 88+37+86=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 88 - color contains mainly: red. Hex color #582556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582556 is #A7DAA9. Grayscale: #393939. Windows color (decimal): -11000490 or 5645656. OLE color: 5645656.
HSL color Cylindrical-coordinate representation of color #582556: hue angle of 302.35º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #582556 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 37 | 86 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.65 |
| HSL | 302.35º | 0.41% | 0.25% | - |
| HSV(B) | 302.35º | 0.58% | 0.35% | - |
| XYZ | 6.37 | 4.07 | 9.25 | - |
| YUV | 57.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 37 | 86 | 0 | 0.58 | 0.02 | 0.65 | 302.35 | 0.41 | 0.25 |
| Hex | 58 | 25 | 56 | 0 | 3A | 2 | 41 | 12E | 29 | 19 |
| Octal | 130 | 45 | 126 | 0 | 72 | 2 | 101 | 456 | 51 | 31 |
| Binary | 1011000 | 100101 | 1010110 | 0 | 111010 | 10 | 1000001 | 100101110 | 101001 | 11001 |
Color Harmonies of #582556
Complementary color
Monochromatic Colors of #582556
Black with #582556
Text Example
Text Example
White with #582556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582556; }
p { color: rgb(88,37,86); }
H1.HeaderClassName
{
color: #582556;
}
.AnyTagClassName
{
color: #582556;
}
</style>
background-color css
<style>
a { background-color: #582556; }
a { background-color: rgb(88,37,86); }
div.DivClassName
{
background-color: #582556;
}
.BgClassName
{
background-color: #582556;
}
</style>
border-color css
<style>
span { border-color: #582556; }
span { border-color: rgb(88,37,86); }
td.TdClassName
{
border-color: #582556;
}
.TagClassName
{
border-color: #582556;
}
</style>