Shades of Hot Purple #571D55
Tints of Hot Purple #571D55
RGB
CMYK
RGB Variations
Color information
#571D55 (or 0x571D55) is known color: Hot Purple. HEX triplet: 57, 1D and 55. RGB value is (87,29,85). Sum of RGB (Red+Green+Blue) = 87+29+85=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #571D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571D55 is #A8E2AA. Grayscale: #343434. Windows color (decimal): -11068075 or 5578071. OLE color: 5578071.
HSL color Cylindrical-coordinate representation of color #571D55: hue angle of 302.07º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #571D55 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 29 | 85 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.66 |
| HSL | 302.07º | 0.5% | 0.23% | - |
| HSV(B) | 302.07º | 0.67% | 0.34% | - |
| XYZ | 6.01 | 3.56 | 8.96 | - |
| YUV | 52.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 29 | 85 | 0 | 0.67 | 0.02 | 0.66 | 302.07 | 0.5 | 0.23 |
| Hex | 57 | 1D | 55 | 0 | 43 | 2 | 42 | 12E | 32 | 17 |
| Octal | 127 | 35 | 125 | 0 | 103 | 2 | 102 | 456 | 62 | 27 |
| Binary | 1010111 | 11101 | 1010101 | 0 | 1000011 | 10 | 1000010 | 100101110 | 110010 | 10111 |
Color Harmonies of #571D55
Complementary color
Monochromatic Colors of #571D55
Black with #571D55
Text Example
Text Example
White with #571D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571D55; }
p { color: rgb(87,29,85); }
H1.HeaderClassName
{
color: #571D55;
}
.AnyTagClassName
{
color: #571D55;
}
</style>
background-color css
<style>
a { background-color: #571D55; }
a { background-color: rgb(87,29,85); }
div.DivClassName
{
background-color: #571D55;
}
.BgClassName
{
background-color: #571D55;
}
</style>
border-color css
<style>
span { border-color: #571D55; }
span { border-color: rgb(87,29,85); }
td.TdClassName
{
border-color: #571D55;
}
.TagClassName
{
border-color: #571D55;
}
</style>