Shades of Purple Taupe #51474E
Tints of Purple Taupe #51474E
RGB
CMYK
RGB Variations
Color information
#51474E (or 0x51474E) is known color: Purple Taupe. HEX triplet: 51, 47 and 4E. RGB value is (81,71,78). Sum of RGB (Red+Green+Blue) = 81+71+78=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 81 - color contains mainly: red. Hex color #51474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51474E is #AEB8B1. Grayscale: #4A4A4A. Windows color (decimal): -11450546 or 5130065. OLE color: 5130065.
HSL color Cylindrical-coordinate representation of color #51474E: hue angle of 318º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #51474E is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 71 | 78 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.68 |
| HSL | 318º | 0.07% | 0.3% | - |
| HSV(B) | 318º | 0.12% | 0.32% | - |
| XYZ | 7.02 | 6.81 | 8.15 | - |
| YUV | 74.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 71 | 78 | 0 | 0.12 | 0.04 | 0.68 | 318 | 0.07 | 0.3 |
| Hex | 51 | 47 | 4E | 0 | C | 4 | 44 | 13E | 7 | 1E |
| Octal | 121 | 107 | 116 | 0 | 14 | 4 | 104 | 476 | 7 | 36 |
| Binary | 1010001 | 1000111 | 1001110 | 0 | 1100 | 100 | 1000100 | 100111110 | 111 | 11110 |
Color Harmonies of #51474E
Complementary color
Monochromatic Colors of #51474E
Black with #51474E
Text Example
Text Example
White with #51474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51474E; }
p { color: rgb(81,71,78); }
H1.HeaderClassName
{
color: #51474E;
}
.AnyTagClassName
{
color: #51474E;
}
</style>
background-color css
<style>
a { background-color: #51474E; }
a { background-color: rgb(81,71,78); }
div.DivClassName
{
background-color: #51474E;
}
.BgClassName
{
background-color: #51474E;
}
</style>
border-color css
<style>
span { border-color: #51474E; }
span { border-color: rgb(81,71,78); }
td.TdClassName
{
border-color: #51474E;
}
.TagClassName
{
border-color: #51474E;
}
</style>