Shades of Hot Purple #582956
Tints of Hot Purple #582956
RGB
CMYK
RGB Variations
Color information
#582956 (or 0x582956) is known color: Hot Purple. HEX triplet: 58, 29 and 56. RGB value is (88,41,86). Sum of RGB (Red+Green+Blue) = 88+41+86=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #582956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582956 is #A7D6A9. Grayscale: #3C3C3C. Windows color (decimal): -10999466 or 5646680. OLE color: 5646680.
HSL color Cylindrical-coordinate representation of color #582956: hue angle of 302.55º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #582956 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 41 | 86 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.65 |
| HSL | 302.55º | 0.36% | 0.25% | - |
| HSV(B) | 302.55º | 0.53% | 0.35% | - |
| XYZ | 6.5 | 4.33 | 9.3 | - |
| YUV | 60.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 86 | 0 | 0.53 | 0.02 | 0.65 | 302.55 | 0.36 | 0.25 |
| Hex | 58 | 29 | 56 | 0 | 35 | 2 | 41 | 12F | 24 | 19 |
| Octal | 130 | 51 | 126 | 0 | 65 | 2 | 101 | 457 | 44 | 31 |
| Binary | 1011000 | 101001 | 1010110 | 0 | 110101 | 10 | 1000001 | 100101111 | 100100 | 11001 |
Color Harmonies of #582956
Complementary color
Monochromatic Colors of #582956
Black with #582956
Text Example
Text Example
White with #582956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582956; }
p { color: rgb(88,41,86); }
H1.HeaderClassName
{
color: #582956;
}
.AnyTagClassName
{
color: #582956;
}
</style>
background-color css
<style>
a { background-color: #582956; }
a { background-color: rgb(88,41,86); }
div.DivClassName
{
background-color: #582956;
}
.BgClassName
{
background-color: #582956;
}
</style>
border-color css
<style>
span { border-color: #582956; }
span { border-color: rgb(88,41,86); }
td.TdClassName
{
border-color: #582956;
}
.TagClassName
{
border-color: #582956;
}
</style>