Shades of Hot Purple #582B5D
Tints of Hot Purple #582B5D
RGB
CMYK
RGB Variations
Color information
#582B5D (or 0x582B5D) is known color: Hot Purple. HEX triplet: 58, 2B and 5D. RGB value is (88,43,93). Sum of RGB (Red+Green+Blue) = 88+43+93=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #582B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582B5D is #A7D4A2. Grayscale: #3E3E3E. Windows color (decimal): -10998947 or 6105944. OLE color: 6105944.
HSL color Cylindrical-coordinate representation of color #582B5D: hue angle of 294º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #582B5D is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 43 | 93 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.64 |
| HSL | 294º | 0.37% | 0.27% | - |
| HSV(B) | 294º | 0.54% | 0.36% | - |
| XYZ | 6.86 | 4.59 | 10.88 | - |
| YUV | 62.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 43 | 93 | 0.05 | 0.54 | 0 | 0.64 | 294 | 0.37 | 0.27 |
| Hex | 58 | 2B | 5D | 5 | 36 | 0 | 40 | 126 | 25 | 1B |
| Octal | 130 | 53 | 135 | 5 | 66 | 0 | 100 | 446 | 45 | 33 |
| Binary | 1011000 | 101011 | 1011101 | 101 | 110110 | 0 | 1000000 | 100100110 | 100101 | 11011 |
Color Harmonies of #582B5D
Complementary color
Monochromatic Colors of #582B5D
Black with #582B5D
Text Example
Text Example
White with #582B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582B5D; }
p { color: rgb(88,43,93); }
H1.HeaderClassName
{
color: #582B5D;
}
.AnyTagClassName
{
color: #582B5D;
}
</style>
background-color css
<style>
a { background-color: #582B5D; }
a { background-color: rgb(88,43,93); }
div.DivClassName
{
background-color: #582B5D;
}
.BgClassName
{
background-color: #582B5D;
}
</style>
border-color css
<style>
span { border-color: #582B5D; }
span { border-color: rgb(88,43,93); }
td.TdClassName
{
border-color: #582B5D;
}
.TagClassName
{
border-color: #582B5D;
}
</style>