Shades of Hot Purple #582562
Tints of Hot Purple #582562
RGB
CMYK
RGB Variations
Color information
#582562 (or 0x582562) is known color: Hot Purple. HEX triplet: 58, 25 and 62. RGB value is (88,37,98). Sum of RGB (Red+Green+Blue) = 88+37+98=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #582562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582562 is #A7DA9D. Grayscale: #3B3B3B. Windows color (decimal): -11000478 or 6432088. OLE color: 6432088.
HSL color Cylindrical-coordinate representation of color #582562: hue angle of 290.16º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #582562 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 37 | 98 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.62 |
| HSL | 290.16º | 0.45% | 0.26% | - |
| HSV(B) | 290.16º | 0.62% | 0.38% | - |
| XYZ | 6.89 | 4.28 | 12.02 | - |
| YUV | 59.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 37 | 98 | 0.10 | 0.62 | 0 | 0.62 | 290.16 | 0.45 | 0.26 |
| Hex | 58 | 25 | 62 | A | 3E | 0 | 3E | 122 | 2D | 1A |
| Octal | 130 | 45 | 142 | 12 | 76 | 0 | 76 | 442 | 55 | 32 |
| Binary | 1011000 | 100101 | 1100010 | 1010 | 111110 | 0 | 111110 | 100100010 | 101101 | 11010 |
Color Harmonies of #582562
Complementary color
Monochromatic Colors of #582562
Black with #582562
Text Example
Text Example
White with #582562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582562; }
p { color: rgb(88,37,98); }
H1.HeaderClassName
{
color: #582562;
}
.AnyTagClassName
{
color: #582562;
}
</style>
background-color css
<style>
a { background-color: #582562; }
a { background-color: rgb(88,37,98); }
div.DivClassName
{
background-color: #582562;
}
.BgClassName
{
background-color: #582562;
}
</style>
border-color css
<style>
span { border-color: #582562; }
span { border-color: rgb(88,37,98); }
td.TdClassName
{
border-color: #582562;
}
.TagClassName
{
border-color: #582562;
}
</style>