Shades of Purple Taupe #514950
Tints of Purple Taupe #514950
RGB
CMYK
RGB Variations
Color information
#514950 (or 0x514950) is known color: Purple Taupe. HEX triplet: 51, 49 and 50. RGB value is (81,73,80). Sum of RGB (Red+Green+Blue) = 81+73+80=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 81 - color contains mainly: red. Hex color #514950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514950 is #AEB6AF. Grayscale: #4C4C4C. Windows color (decimal): -11450032 or 5261649. OLE color: 5261649.
HSL color Cylindrical-coordinate representation of color #514950: hue angle of 307.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #514950 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 73 | 80 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.68 |
| HSL | 307.5º | 0.05% | 0.3% | - |
| HSV(B) | 307.5º | 0.1% | 0.32% | - |
| XYZ | 7.22 | 7.09 | 8.58 | - |
| YUV | 76.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 80 | 0 | 0.10 | 0.01 | 0.68 | 307.5 | 0.05 | 0.3 |
| Hex | 51 | 49 | 50 | 0 | A | 1 | 44 | 134 | 5 | 1E |
| Octal | 121 | 111 | 120 | 0 | 12 | 1 | 104 | 464 | 5 | 36 |
| Binary | 1010001 | 1001001 | 1010000 | 0 | 1010 | 1 | 1000100 | 100110100 | 101 | 11110 |
Color Harmonies of #514950
Complementary color
Monochromatic Colors of #514950
Black with #514950
Text Example
Text Example
White with #514950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514950; }
p { color: rgb(81,73,80); }
H1.HeaderClassName
{
color: #514950;
}
.AnyTagClassName
{
color: #514950;
}
</style>
background-color css
<style>
a { background-color: #514950; }
a { background-color: rgb(81,73,80); }
div.DivClassName
{
background-color: #514950;
}
.BgClassName
{
background-color: #514950;
}
</style>
border-color css
<style>
span { border-color: #514950; }
span { border-color: rgb(81,73,80); }
td.TdClassName
{
border-color: #514950;
}
.TagClassName
{
border-color: #514950;
}
</style>