Shades of Hot Purple #582F56
Tints of Hot Purple #582F56
RGB
CMYK
RGB Variations
Color information
#582F56 (or 0x582F56) is known color: Hot Purple. HEX triplet: 58, 2F and 56. RGB value is (88,47,86). Sum of RGB (Red+Green+Blue) = 88+47+86=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 88 - color contains mainly: red. Hex color #582F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582F56 is #A7D0A9. Grayscale: #3F3F3F. Windows color (decimal): -10997930 or 5648216. OLE color: 5648216.
HSL color Cylindrical-coordinate representation of color #582F56: hue angle of 302.93º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #582F56 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 47 | 86 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.65 |
| HSL | 302.93º | 0.3% | 0.26% | - |
| HSV(B) | 302.93º | 0.47% | 0.35% | - |
| XYZ | 6.72 | 4.78 | 9.37 | - |
| YUV | 63.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 47 | 86 | 0 | 0.47 | 0.02 | 0.65 | 302.93 | 0.3 | 0.26 |
| Hex | 58 | 2F | 56 | 0 | 2F | 2 | 41 | 12F | 1E | 1A |
| Octal | 130 | 57 | 126 | 0 | 57 | 2 | 101 | 457 | 36 | 32 |
| Binary | 1011000 | 101111 | 1010110 | 0 | 101111 | 10 | 1000001 | 100101111 | 11110 | 11010 |
Color Harmonies of #582F56
Complementary color
Monochromatic Colors of #582F56
Black with #582F56
Text Example
Text Example
White with #582F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582F56; }
p { color: rgb(88,47,86); }
H1.HeaderClassName
{
color: #582F56;
}
.AnyTagClassName
{
color: #582F56;
}
</style>
background-color css
<style>
a { background-color: #582F56; }
a { background-color: rgb(88,47,86); }
div.DivClassName
{
background-color: #582F56;
}
.BgClassName
{
background-color: #582F56;
}
</style>
border-color css
<style>
span { border-color: #582F56; }
span { border-color: rgb(88,47,86); }
td.TdClassName
{
border-color: #582F56;
}
.TagClassName
{
border-color: #582F56;
}
</style>