Shades of Hot Purple #571E5B
Tints of Hot Purple #571E5B
RGB
CMYK
RGB Variations
Color information
#571E5B (or 0x571E5B) is known color: Hot Purple. HEX triplet: 57, 1E and 5B. RGB value is (87,30,91). Sum of RGB (Red+Green+Blue) = 87+30+91=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #571E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571E5B is #A8E1A4. Grayscale: #353535. Windows color (decimal): -11067813 or 5971543. OLE color: 5971543.
HSL color Cylindrical-coordinate representation of color #571E5B: hue angle of 296.07º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #571E5B is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 30 | 91 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.64 |
| HSL | 296.07º | 0.5% | 0.24% | - |
| HSV(B) | 296.07º | 0.67% | 0.36% | - |
| XYZ | 6.28 | 3.71 | 10.28 | - |
| YUV | 54 | 148.88 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 91 | 0.04 | 0.67 | 0 | 0.64 | 296.07 | 0.5 | 0.24 |
| Hex | 57 | 1E | 5B | 4 | 43 | 0 | 40 | 128 | 32 | 18 |
| Octal | 127 | 36 | 133 | 4 | 103 | 0 | 100 | 450 | 62 | 30 |
| Binary | 1010111 | 11110 | 1011011 | 100 | 1000011 | 0 | 1000000 | 100101000 | 110010 | 11000 |
Color Harmonies of #571E5B
Complementary color
Monochromatic Colors of #571E5B
Black with #571E5B
Text Example
Text Example
White with #571E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571E5B; }
p { color: rgb(87,30,91); }
H1.HeaderClassName
{
color: #571E5B;
}
.AnyTagClassName
{
color: #571E5B;
}
</style>
background-color css
<style>
a { background-color: #571E5B; }
a { background-color: rgb(87,30,91); }
div.DivClassName
{
background-color: #571E5B;
}
.BgClassName
{
background-color: #571E5B;
}
</style>
border-color css
<style>
span { border-color: #571E5B; }
span { border-color: rgb(87,30,91); }
td.TdClassName
{
border-color: #571E5B;
}
.TagClassName
{
border-color: #571E5B;
}
</style>