Shades of Purple Taupe #57394F
Tints of Purple Taupe #57394F
RGB
CMYK
RGB Variations
Color information
#57394F (or 0x57394F) is known color: Purple Taupe. HEX triplet: 57, 39 and 4F. RGB value is (87,57,79). Sum of RGB (Red+Green+Blue) = 87+57+79=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 87 - color contains mainly: red. Hex color #57394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57394F is #A8C6B0. Grayscale: #444444. Windows color (decimal): -11060913 or 5192023. OLE color: 5192023.
HSL color Cylindrical-coordinate representation of color #57394F: hue angle of 316º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57394F is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 57 | 79 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.66 |
| HSL | 316º | 0.21% | 0.28% | - |
| HSV(B) | 316º | 0.34% | 0.34% | - |
| XYZ | 6.8 | 5.52 | 8.1 | - |
| YUV | 68.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 57 | 79 | 0 | 0.34 | 0.09 | 0.66 | 316 | 0.21 | 0.28 |
| Hex | 57 | 39 | 4F | 0 | 22 | 9 | 42 | 13C | 15 | 1C |
| Octal | 127 | 71 | 117 | 0 | 42 | 11 | 102 | 474 | 25 | 34 |
| Binary | 1010111 | 111001 | 1001111 | 0 | 100010 | 1001 | 1000010 | 100111100 | 10101 | 11100 |
Color Harmonies of #57394F
Complementary color
Monochromatic Colors of #57394F
Black with #57394F
Text Example
Text Example
White with #57394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57394F; }
p { color: rgb(87,57,79); }
H1.HeaderClassName
{
color: #57394F;
}
.AnyTagClassName
{
color: #57394F;
}
</style>
background-color css
<style>
a { background-color: #57394F; }
a { background-color: rgb(87,57,79); }
div.DivClassName
{
background-color: #57394F;
}
.BgClassName
{
background-color: #57394F;
}
</style>
border-color css
<style>
span { border-color: #57394F; }
span { border-color: rgb(87,57,79); }
td.TdClassName
{
border-color: #57394F;
}
.TagClassName
{
border-color: #57394F;
}
</style>