Shades of Hot Purple #582C63
Tints of Hot Purple #582C63
RGB
CMYK
RGB Variations
Color information
#582C63 (or 0x582C63) is known color: Hot Purple. HEX triplet: 58, 2C and 63. RGB value is (88,44,99). Sum of RGB (Red+Green+Blue) = 88+44+99=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #582C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582C63 is #A7D39C. Grayscale: #3F3F3F. Windows color (decimal): -10998685 or 6499416. OLE color: 6499416.
HSL color Cylindrical-coordinate representation of color #582C63: hue angle of 288º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #582C63 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 44 | 99 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.61 |
| HSL | 288º | 0.38% | 0.28% | - |
| HSV(B) | 288º | 0.56% | 0.39% | - |
| XYZ | 7.18 | 4.78 | 12.35 | - |
| YUV | 63.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 99 | 0.11 | 0.56 | 0 | 0.61 | 288 | 0.38 | 0.28 |
| Hex | 58 | 2C | 63 | B | 38 | 0 | 3D | 120 | 26 | 1C |
| Octal | 130 | 54 | 143 | 13 | 70 | 0 | 75 | 440 | 46 | 34 |
| Binary | 1011000 | 101100 | 1100011 | 1011 | 111000 | 0 | 111101 | 100100000 | 100110 | 11100 |
Color Harmonies of #582C63
Complementary color
Monochromatic Colors of #582C63
Black with #582C63
Text Example
Text Example
White with #582C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582C63; }
p { color: rgb(88,44,99); }
H1.HeaderClassName
{
color: #582C63;
}
.AnyTagClassName
{
color: #582C63;
}
</style>
background-color css
<style>
a { background-color: #582C63; }
a { background-color: rgb(88,44,99); }
div.DivClassName
{
background-color: #582C63;
}
.BgClassName
{
background-color: #582C63;
}
</style>
border-color css
<style>
span { border-color: #582C63; }
span { border-color: rgb(88,44,99); }
td.TdClassName
{
border-color: #582C63;
}
.TagClassName
{
border-color: #582C63;
}
</style>