Shades of Purple Taupe #57374D
Tints of Purple Taupe #57374D
RGB
CMYK
RGB Variations
Color information
#57374D (or 0x57374D) is known color: Purple Taupe. HEX triplet: 57, 37 and 4D. RGB value is (87,55,77). Sum of RGB (Red+Green+Blue) = 87+55+77=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 87 - color contains mainly: red. Hex color #57374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57374D is #A8C8B2. Grayscale: #434343. Windows color (decimal): -11061427 or 5060439. OLE color: 5060439.
HSL color Cylindrical-coordinate representation of color #57374D: hue angle of 318.75º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57374D is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 55 | 77 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.66 |
| HSL | 318.75º | 0.23% | 0.28% | - |
| HSV(B) | 318.75º | 0.37% | 0.34% | - |
| XYZ | 6.64 | 5.29 | 7.69 | - |
| YUV | 67.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 55 | 77 | 0 | 0.37 | 0.11 | 0.66 | 318.75 | 0.23 | 0.28 |
| Hex | 57 | 37 | 4D | 0 | 25 | B | 42 | 13F | 17 | 1C |
| Octal | 127 | 67 | 115 | 0 | 45 | 13 | 102 | 477 | 27 | 34 |
| Binary | 1010111 | 110111 | 1001101 | 0 | 100101 | 1011 | 1000010 | 100111111 | 10111 | 11100 |
Color Harmonies of #57374D
Complementary color
Monochromatic Colors of #57374D
Black with #57374D
Text Example
Text Example
White with #57374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57374D; }
p { color: rgb(87,55,77); }
H1.HeaderClassName
{
color: #57374D;
}
.AnyTagClassName
{
color: #57374D;
}
</style>
background-color css
<style>
a { background-color: #57374D; }
a { background-color: rgb(87,55,77); }
div.DivClassName
{
background-color: #57374D;
}
.BgClassName
{
background-color: #57374D;
}
</style>
border-color css
<style>
span { border-color: #57374D; }
span { border-color: rgb(87,55,77); }
td.TdClassName
{
border-color: #57374D;
}
.TagClassName
{
border-color: #57374D;
}
</style>