Shades of Purple Taupe #51464E
Tints of Purple Taupe #51464E
RGB
CMYK
RGB Variations
Color information
#51464E (or 0x51464E) is known color: Purple Taupe. HEX triplet: 51, 46 and 4E. RGB value is (81,70,78). Sum of RGB (Red+Green+Blue) = 81+70+78=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 81 - color contains mainly: red. Hex color #51464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51464E is #AEB9B1. Grayscale: #4A4A4A. Windows color (decimal): -11450802 or 5129809. OLE color: 5129809.
HSL color Cylindrical-coordinate representation of color #51464E: hue angle of 316.36º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #51464E is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 70 | 78 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.68 |
| HSL | 316.36º | 0.07% | 0.3% | - |
| HSV(B) | 316.36º | 0.14% | 0.32% | - |
| XYZ | 6.96 | 6.68 | 8.13 | - |
| YUV | 74.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 78 | 0 | 0.14 | 0.04 | 0.68 | 316.36 | 0.07 | 0.3 |
| Hex | 51 | 46 | 4E | 0 | E | 4 | 44 | 13C | 7 | 1E |
| Octal | 121 | 106 | 116 | 0 | 16 | 4 | 104 | 474 | 7 | 36 |
| Binary | 1010001 | 1000110 | 1001110 | 0 | 1110 | 100 | 1000100 | 100111100 | 111 | 11110 |
Color Harmonies of #51464E
Complementary color
Monochromatic Colors of #51464E
Black with #51464E
Text Example
Text Example
White with #51464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51464E; }
p { color: rgb(81,70,78); }
H1.HeaderClassName
{
color: #51464E;
}
.AnyTagClassName
{
color: #51464E;
}
</style>
background-color css
<style>
a { background-color: #51464E; }
a { background-color: rgb(81,70,78); }
div.DivClassName
{
background-color: #51464E;
}
.BgClassName
{
background-color: #51464E;
}
</style>
border-color css
<style>
span { border-color: #51464E; }
span { border-color: rgb(81,70,78); }
td.TdClassName
{
border-color: #51464E;
}
.TagClassName
{
border-color: #51464E;
}
</style>