Shades of Hot Purple #582C5D
Tints of Hot Purple #582C5D
RGB
CMYK
RGB Variations
Color information
#582C5D (or 0x582C5D) is known color: Hot Purple. HEX triplet: 58, 2C and 5D. RGB value is (88,44,93). Sum of RGB (Red+Green+Blue) = 88+44+93=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #582C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582C5D is #A7D3A2. Grayscale: #3E3E3E. Windows color (decimal): -10998691 or 6106200. OLE color: 6106200.
HSL color Cylindrical-coordinate representation of color #582C5D: hue angle of 293.88º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #582C5D is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 44 | 93 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.64 |
| HSL | 293.88º | 0.36% | 0.27% | - |
| HSV(B) | 293.88º | 0.53% | 0.36% | - |
| XYZ | 6.9 | 4.67 | 10.89 | - |
| YUV | 62.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 93 | 0.05 | 0.53 | 0 | 0.64 | 293.88 | 0.36 | 0.27 |
| Hex | 58 | 2C | 5D | 5 | 35 | 0 | 40 | 126 | 24 | 1B |
| Octal | 130 | 54 | 135 | 5 | 65 | 0 | 100 | 446 | 44 | 33 |
| Binary | 1011000 | 101100 | 1011101 | 101 | 110101 | 0 | 1000000 | 100100110 | 100100 | 11011 |
Color Harmonies of #582C5D
Complementary color
Monochromatic Colors of #582C5D
Black with #582C5D
Text Example
Text Example
White with #582C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582C5D; }
p { color: rgb(88,44,93); }
H1.HeaderClassName
{
color: #582C5D;
}
.AnyTagClassName
{
color: #582C5D;
}
</style>
background-color css
<style>
a { background-color: #582C5D; }
a { background-color: rgb(88,44,93); }
div.DivClassName
{
background-color: #582C5D;
}
.BgClassName
{
background-color: #582C5D;
}
</style>
border-color css
<style>
span { border-color: #582C5D; }
span { border-color: rgb(88,44,93); }
td.TdClassName
{
border-color: #582C5D;
}
.TagClassName
{
border-color: #582C5D;
}
</style>