Shades of Purple Taupe #50404C
Tints of Purple Taupe #50404C
RGB
CMYK
RGB Variations
Color information
#50404C (or 0x50404C) is known color: Purple Taupe. HEX triplet: 50, 40 and 4C. RGB value is (80,64,76). Sum of RGB (Red+Green+Blue) = 80+64+76=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 80 - color contains mainly: red. Hex color #50404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50404C is #AFBFB3. Grayscale: #464646. Windows color (decimal): -11517876 or 4997200. OLE color: 4997200.
HSL color Cylindrical-coordinate representation of color #50404C: hue angle of 315º 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 #50404C is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 64 | 76 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.69 |
| HSL | 315º | 0.11% | 0.28% | - |
| HSV(B) | 315º | 0.2% | 0.31% | - |
| XYZ | 6.45 | 5.89 | 7.64 | - |
| YUV | 70.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 76 | 0 | 0.20 | 0.05 | 0.69 | 315 | 0.11 | 0.28 |
| Hex | 50 | 40 | 4C | 0 | 14 | 5 | 45 | 13B | B | 1C |
| Octal | 120 | 100 | 114 | 0 | 24 | 5 | 105 | 473 | 13 | 34 |
| Binary | 1010000 | 1000000 | 1001100 | 0 | 10100 | 101 | 1000101 | 100111011 | 1011 | 11100 |
Color Harmonies of #50404C
Complementary color
Monochromatic Colors of #50404C
Black with #50404C
Text Example
Text Example
White with #50404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50404C; }
p { color: rgb(80,64,76); }
H1.HeaderClassName
{
color: #50404C;
}
.AnyTagClassName
{
color: #50404C;
}
</style>
background-color css
<style>
a { background-color: #50404C; }
a { background-color: rgb(80,64,76); }
div.DivClassName
{
background-color: #50404C;
}
.BgClassName
{
background-color: #50404C;
}
</style>
border-color css
<style>
span { border-color: #50404C; }
span { border-color: rgb(80,64,76); }
td.TdClassName
{
border-color: #50404C;
}
.TagClassName
{
border-color: #50404C;
}
</style>