Shades of Purple Taupe #50474D
Tints of Purple Taupe #50474D
RGB
CMYK
RGB Variations
Color information
#50474D (or 0x50474D) is known color: Purple Taupe. HEX triplet: 50, 47 and 4D. RGB value is (80,71,77). Sum of RGB (Red+Green+Blue) = 80+71+77=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 80 - color contains mainly: red. Hex color #50474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50474D is #AFB8B2. Grayscale: #4A4A4A. Windows color (decimal): -11516083 or 5064528. OLE color: 5064528.
HSL color Cylindrical-coordinate representation of color #50474D: hue angle of 320º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #50474D is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 71 | 77 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.69 |
| HSL | 320º | 0.06% | 0.3% | - |
| HSV(B) | 320º | 0.11% | 0.31% | - |
| XYZ | 6.9 | 6.75 | 7.96 | - |
| YUV | 74.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 77 | 0 | 0.11 | 0.04 | 0.69 | 320 | 0.06 | 0.3 |
| Hex | 50 | 47 | 4D | 0 | B | 4 | 45 | 140 | 6 | 1E |
| Octal | 120 | 107 | 115 | 0 | 13 | 4 | 105 | 500 | 6 | 36 |
| Binary | 1010000 | 1000111 | 1001101 | 0 | 1011 | 100 | 1000101 | 101000000 | 110 | 11110 |
Color Harmonies of #50474D
Complementary color
Monochromatic Colors of #50474D
Black with #50474D
Text Example
Text Example
White with #50474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50474D; }
p { color: rgb(80,71,77); }
H1.HeaderClassName
{
color: #50474D;
}
.AnyTagClassName
{
color: #50474D;
}
</style>
background-color css
<style>
a { background-color: #50474D; }
a { background-color: rgb(80,71,77); }
div.DivClassName
{
background-color: #50474D;
}
.BgClassName
{
background-color: #50474D;
}
</style>
border-color css
<style>
span { border-color: #50474D; }
span { border-color: rgb(80,71,77); }
td.TdClassName
{
border-color: #50474D;
}
.TagClassName
{
border-color: #50474D;
}
</style>