Shades of Purple Taupe #51374D
Tints of Purple Taupe #51374D
RGB
CMYK
RGB Variations
Color information
#51374D (or 0x51374D) is known color: Purple Taupe. HEX triplet: 51, 37 and 4D. RGB value is (81,55,77). Sum of RGB (Red+Green+Blue) = 81+55+77=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #51374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51374D is #AEC8B2. Grayscale: #414141. Windows color (decimal): -11454643 or 5060433. OLE color: 5060433.
HSL color Cylindrical-coordinate representation of color #51374D: hue angle of 309.23º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #51374D is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 55 | 77 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.68 |
| HSL | 309.23º | 0.19% | 0.27% | - |
| HSV(B) | 309.23º | 0.32% | 0.32% | - |
| XYZ | 6.1 | 5.02 | 7.67 | - |
| YUV | 65.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 55 | 77 | 0 | 0.32 | 0.05 | 0.68 | 309.23 | 0.19 | 0.27 |
| Hex | 51 | 37 | 4D | 0 | 20 | 5 | 44 | 135 | 13 | 1B |
| Octal | 121 | 67 | 115 | 0 | 40 | 5 | 104 | 465 | 23 | 33 |
| Binary | 1010001 | 110111 | 1001101 | 0 | 100000 | 101 | 1000100 | 100110101 | 10011 | 11011 |
Color Harmonies of #51374D
Complementary color
Monochromatic Colors of #51374D
Black with #51374D
Text Example
Text Example
White with #51374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51374D; }
p { color: rgb(81,55,77); }
H1.HeaderClassName
{
color: #51374D;
}
.AnyTagClassName
{
color: #51374D;
}
</style>
background-color css
<style>
a { background-color: #51374D; }
a { background-color: rgb(81,55,77); }
div.DivClassName
{
background-color: #51374D;
}
.BgClassName
{
background-color: #51374D;
}
</style>
border-color css
<style>
span { border-color: #51374D; }
span { border-color: rgb(81,55,77); }
td.TdClassName
{
border-color: #51374D;
}
.TagClassName
{
border-color: #51374D;
}
</style>