Shades of Hot Purple #572C5B
Tints of Hot Purple #572C5B
RGB
CMYK
RGB Variations
Color information
#572C5B (or 0x572C5B) is known color: Hot Purple. HEX triplet: 57, 2C and 5B. RGB value is (87,44,91). Sum of RGB (Red+Green+Blue) = 87+44+91=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #572C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572C5B is #A8D3A4. Grayscale: #3E3E3E. Windows color (decimal): -11064229 or 5975127. OLE color: 5975127.
HSL color Cylindrical-coordinate representation of color #572C5B: hue angle of 294.89º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #572C5B is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 44 | 91 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.64 |
| HSL | 294.89º | 0.35% | 0.26% | - |
| HSV(B) | 294.89º | 0.52% | 0.36% | - |
| XYZ | 6.72 | 4.58 | 10.43 | - |
| YUV | 62.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 91 | 0.04 | 0.52 | 0 | 0.64 | 294.89 | 0.35 | 0.26 |
| Hex | 57 | 2C | 5B | 4 | 34 | 0 | 40 | 127 | 23 | 1A |
| Octal | 127 | 54 | 133 | 4 | 64 | 0 | 100 | 447 | 43 | 32 |
| Binary | 1010111 | 101100 | 1011011 | 100 | 110100 | 0 | 1000000 | 100100111 | 100011 | 11010 |
Color Harmonies of #572C5B
Complementary color
Monochromatic Colors of #572C5B
Black with #572C5B
Text Example
Text Example
White with #572C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572C5B; }
p { color: rgb(87,44,91); }
H1.HeaderClassName
{
color: #572C5B;
}
.AnyTagClassName
{
color: #572C5B;
}
</style>
background-color css
<style>
a { background-color: #572C5B; }
a { background-color: rgb(87,44,91); }
div.DivClassName
{
background-color: #572C5B;
}
.BgClassName
{
background-color: #572C5B;
}
</style>
border-color css
<style>
span { border-color: #572C5B; }
span { border-color: rgb(87,44,91); }
td.TdClassName
{
border-color: #572C5B;
}
.TagClassName
{
border-color: #572C5B;
}
</style>