Shades of Hot Purple #582B56
Tints of Hot Purple #582B56
RGB
CMYK
RGB Variations
Color information
#582B56 (or 0x582B56) is known color: Hot Purple. HEX triplet: 58, 2B and 56. RGB value is (88,43,86). Sum of RGB (Red+Green+Blue) = 88+43+86=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 88 - color contains mainly: red. Hex color #582B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582B56 is #A7D4A9. Grayscale: #3D3D3D. Windows color (decimal): -10998954 or 5647192. OLE color: 5647192.
HSL color Cylindrical-coordinate representation of color #582B56: hue angle of 302.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #582B56 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 43 | 86 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.65 |
| HSL | 302.67º | 0.34% | 0.26% | - |
| HSV(B) | 302.67º | 0.51% | 0.35% | - |
| XYZ | 6.57 | 4.47 | 9.32 | - |
| YUV | 61.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 43 | 86 | 0 | 0.51 | 0.02 | 0.65 | 302.67 | 0.34 | 0.26 |
| Hex | 58 | 2B | 56 | 0 | 33 | 2 | 41 | 12F | 22 | 1A |
| Octal | 130 | 53 | 126 | 0 | 63 | 2 | 101 | 457 | 42 | 32 |
| Binary | 1011000 | 101011 | 1010110 | 0 | 110011 | 10 | 1000001 | 100101111 | 100010 | 11010 |
Color Harmonies of #582B56
Complementary color
Monochromatic Colors of #582B56
Black with #582B56
Text Example
Text Example
White with #582B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582B56; }
p { color: rgb(88,43,86); }
H1.HeaderClassName
{
color: #582B56;
}
.AnyTagClassName
{
color: #582B56;
}
</style>
background-color css
<style>
a { background-color: #582B56; }
a { background-color: rgb(88,43,86); }
div.DivClassName
{
background-color: #582B56;
}
.BgClassName
{
background-color: #582B56;
}
</style>
border-color css
<style>
span { border-color: #582B56; }
span { border-color: rgb(88,43,86); }
td.TdClassName
{
border-color: #582B56;
}
.TagClassName
{
border-color: #582B56;
}
</style>