Shades of Purple Taupe #50404D
Tints of Purple Taupe #50404D
RGB
CMYK
RGB Variations
Color information
#50404D (or 0x50404D) is known color: Purple Taupe. HEX triplet: 50, 40 and 4D. RGB value is (80,64,77). Sum of RGB (Red+Green+Blue) = 80+64+77=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 80 - color contains mainly: red. Hex color #50404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50404D is #AFBFB2. Grayscale: #464646. Windows color (decimal): -11517875 or 5062736. OLE color: 5062736.
HSL color Cylindrical-coordinate representation of color #50404D: hue angle of 311.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #50404D is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 64 | 77 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.69 |
| HSL | 311.25º | 0.11% | 0.28% | - |
| HSV(B) | 311.25º | 0.2% | 0.31% | - |
| XYZ | 6.48 | 5.91 | 7.82 | - |
| YUV | 70.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 77 | 0 | 0.20 | 0.04 | 0.69 | 311.25 | 0.11 | 0.28 |
| Hex | 50 | 40 | 4D | 0 | 14 | 4 | 45 | 137 | B | 1C |
| Octal | 120 | 100 | 115 | 0 | 24 | 4 | 105 | 467 | 13 | 34 |
| Binary | 1010000 | 1000000 | 1001101 | 0 | 10100 | 100 | 1000101 | 100110111 | 1011 | 11100 |
Color Harmonies of #50404D
Complementary color
Monochromatic Colors of #50404D
Black with #50404D
Text Example
Text Example
White with #50404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50404D; }
p { color: rgb(80,64,77); }
H1.HeaderClassName
{
color: #50404D;
}
.AnyTagClassName
{
color: #50404D;
}
</style>
background-color css
<style>
a { background-color: #50404D; }
a { background-color: rgb(80,64,77); }
div.DivClassName
{
background-color: #50404D;
}
.BgClassName
{
background-color: #50404D;
}
</style>
border-color css
<style>
span { border-color: #50404D; }
span { border-color: rgb(80,64,77); }
td.TdClassName
{
border-color: #50404D;
}
.TagClassName
{
border-color: #50404D;
}
</style>