Shades of Hot Purple #572F5E
Tints of Hot Purple #572F5E
RGB
CMYK
RGB Variations
Color information
#572F5E (or 0x572F5E) is known color: Hot Purple. HEX triplet: 57, 2F and 5E. RGB value is (87,47,94). Sum of RGB (Red+Green+Blue) = 87+47+94=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 94 - color contains mainly: blue. Hex color #572F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572F5E is #A8D0A1. Grayscale: #404040. Windows color (decimal): -11063458 or 6172503. OLE color: 6172503.
HSL color Cylindrical-coordinate representation of color #572F5E: hue angle of 291.06º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #572F5E is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 47 | 94 | - |
| CMYK | 0.07 | 0.5 | 0 | 0.63 |
| HSL | 291.06º | 0.33% | 0.28% | - |
| HSV(B) | 291.06º | 0.5% | 0.37% | - |
| XYZ | 6.97 | 4.87 | 11.16 | - |
| YUV | 64.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 47 | 94 | 0.07 | 0.5 | 0 | 0.63 | 291.06 | 0.33 | 0.28 |
| Hex | 57 | 2F | 5E | 7 | 32 | 0 | 3F | 123 | 21 | 1C |
| Octal | 127 | 57 | 136 | 7 | 62 | 0 | 77 | 443 | 41 | 34 |
| Binary | 1010111 | 101111 | 1011110 | 111 | 110010 | 0 | 111111 | 100100011 | 100001 | 11100 |
Color Harmonies of #572F5E
Complementary color
Monochromatic Colors of #572F5E
Black with #572F5E
Text Example
Text Example
White with #572F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572F5E; }
p { color: rgb(87,47,94); }
H1.HeaderClassName
{
color: #572F5E;
}
.AnyTagClassName
{
color: #572F5E;
}
</style>
background-color css
<style>
a { background-color: #572F5E; }
a { background-color: rgb(87,47,94); }
div.DivClassName
{
background-color: #572F5E;
}
.BgClassName
{
background-color: #572F5E;
}
</style>
border-color css
<style>
span { border-color: #572F5E; }
span { border-color: rgb(87,47,94); }
td.TdClassName
{
border-color: #572F5E;
}
.TagClassName
{
border-color: #572F5E;
}
</style>