Shades of Hot Purple #572158
Tints of Hot Purple #572158
RGB
CMYK
RGB Variations
Color information
#572158 (or 0x572158) is known color: Hot Purple. HEX triplet: 57, 21 and 58. RGB value is (87,33,88). Sum of RGB (Red+Green+Blue) = 87+33+88=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #572158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572158 is #A8DEA7. Grayscale: #373737. Windows color (decimal): -11067048 or 5775703. OLE color: 5775703.
HSL color Cylindrical-coordinate representation of color #572158: hue angle of 298.91º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #572158 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 33 | 88 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.65 |
| HSL | 298.91º | 0.45% | 0.24% | - |
| HSV(B) | 298.91º | 0.63% | 0.35% | - |
| XYZ | 6.24 | 3.82 | 9.64 | - |
| YUV | 55.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 88 | 0.01 | 0.62 | 0 | 0.65 | 298.91 | 0.45 | 0.24 |
| Hex | 57 | 21 | 58 | 1 | 3E | 0 | 41 | 12B | 2D | 18 |
| Octal | 127 | 41 | 130 | 1 | 76 | 0 | 101 | 453 | 55 | 30 |
| Binary | 1010111 | 100001 | 1011000 | 1 | 111110 | 0 | 1000001 | 100101011 | 101101 | 11000 |
Color Harmonies of #572158
Complementary color
Monochromatic Colors of #572158
Black with #572158
Text Example
Text Example
White with #572158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572158; }
p { color: rgb(87,33,88); }
H1.HeaderClassName
{
color: #572158;
}
.AnyTagClassName
{
color: #572158;
}
</style>
background-color css
<style>
a { background-color: #572158; }
a { background-color: rgb(87,33,88); }
div.DivClassName
{
background-color: #572158;
}
.BgClassName
{
background-color: #572158;
}
</style>
border-color css
<style>
span { border-color: #572158; }
span { border-color: rgb(87,33,88); }
td.TdClassName
{
border-color: #572158;
}
.TagClassName
{
border-color: #572158;
}
</style>