Shades of Purple Taupe #57404F
Tints of Purple Taupe #57404F
RGB
CMYK
RGB Variations
Color information
#57404F (or 0x57404F) is known color: Purple Taupe. HEX triplet: 57, 40 and 4F. RGB value is (87,64,79). Sum of RGB (Red+Green+Blue) = 87+64+79=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 87 - color contains mainly: red. Hex color #57404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57404F is #A8BFB0. Grayscale: #484848. Windows color (decimal): -11059121 or 5193815. OLE color: 5193815.
HSL color Cylindrical-coordinate representation of color #57404F: hue angle of 320.87º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #57404F is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 64 | 79 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.66 |
| HSL | 320.87º | 0.15% | 0.3% | - |
| HSV(B) | 320.87º | 0.26% | 0.34% | - |
| XYZ | 7.18 | 6.26 | 8.23 | - |
| YUV | 72.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 64 | 79 | 0 | 0.26 | 0.09 | 0.66 | 320.87 | 0.15 | 0.3 |
| Hex | 57 | 40 | 4F | 0 | 1A | 9 | 42 | 141 | F | 1E |
| Octal | 127 | 100 | 117 | 0 | 32 | 11 | 102 | 501 | 17 | 36 |
| Binary | 1010111 | 1000000 | 1001111 | 0 | 11010 | 1001 | 1000010 | 101000001 | 1111 | 11110 |
Color Harmonies of #57404F
Complementary color
Monochromatic Colors of #57404F
Black with #57404F
Text Example
Text Example
White with #57404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57404F; }
p { color: rgb(87,64,79); }
H1.HeaderClassName
{
color: #57404F;
}
.AnyTagClassName
{
color: #57404F;
}
</style>
background-color css
<style>
a { background-color: #57404F; }
a { background-color: rgb(87,64,79); }
div.DivClassName
{
background-color: #57404F;
}
.BgClassName
{
background-color: #57404F;
}
</style>
border-color css
<style>
span { border-color: #57404F; }
span { border-color: rgb(87,64,79); }
td.TdClassName
{
border-color: #57404F;
}
.TagClassName
{
border-color: #57404F;
}
</style>