Shades of Hot Purple #572B5D
Tints of Hot Purple #572B5D
RGB
CMYK
RGB Variations
Color information
#572B5D (or 0x572B5D) is known color: Hot Purple. HEX triplet: 57, 2B and 5D. RGB value is (87,43,93). Sum of RGB (Red+Green+Blue) = 87+43+93=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #572B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572B5D is #A8D4A2. Grayscale: #3D3D3D. Windows color (decimal): -11064483 or 6105943. OLE color: 6105943.
HSL color Cylindrical-coordinate representation of color #572B5D: hue angle of 292.8º 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 #572B5D is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 43 | 93 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.64 |
| HSL | 292.8º | 0.37% | 0.27% | - |
| HSV(B) | 292.8º | 0.54% | 0.36% | - |
| XYZ | 6.77 | 4.54 | 10.88 | - |
| YUV | 61.86 | 145.58 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 93 | 0.06 | 0.54 | 0 | 0.64 | 292.8 | 0.37 | 0.27 |
| Hex | 57 | 2B | 5D | 6 | 36 | 0 | 40 | 125 | 25 | 1B |
| Octal | 127 | 53 | 135 | 6 | 66 | 0 | 100 | 445 | 45 | 33 |
| Binary | 1010111 | 101011 | 1011101 | 110 | 110110 | 0 | 1000000 | 100100101 | 100101 | 11011 |
Color Harmonies of #572B5D
Complementary color
Monochromatic Colors of #572B5D
Black with #572B5D
Text Example
Text Example
White with #572B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572B5D; }
p { color: rgb(87,43,93); }
H1.HeaderClassName
{
color: #572B5D;
}
.AnyTagClassName
{
color: #572B5D;
}
</style>
background-color css
<style>
a { background-color: #572B5D; }
a { background-color: rgb(87,43,93); }
div.DivClassName
{
background-color: #572B5D;
}
.BgClassName
{
background-color: #572B5D;
}
</style>
border-color css
<style>
span { border-color: #572B5D; }
span { border-color: rgb(87,43,93); }
td.TdClassName
{
border-color: #572B5D;
}
.TagClassName
{
border-color: #572B5D;
}
</style>