Shades of Purple Taupe #50464D
Tints of Purple Taupe #50464D
RGB
CMYK
RGB Variations
Color information
#50464D (or 0x50464D) is known color: Purple Taupe. HEX triplet: 50, 46 and 4D. RGB value is (80,70,77). Sum of RGB (Red+Green+Blue) = 80+70+77=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 80 - color contains mainly: red. Hex color #50464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50464D is #AFB9B2. Grayscale: #494949. Windows color (decimal): -11516339 or 5064272. OLE color: 5064272.
HSL color Cylindrical-coordinate representation of color #50464D: hue angle of 318º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #50464D is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 70 | 77 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.69 |
| HSL | 318º | 0.07% | 0.29% | - |
| HSV(B) | 318º | 0.13% | 0.31% | - |
| XYZ | 6.84 | 6.62 | 7.94 | - |
| YUV | 73.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 77 | 0 | 0.12 | 0.04 | 0.69 | 318 | 0.07 | 0.29 |
| Hex | 50 | 46 | 4D | 0 | C | 4 | 45 | 13E | 7 | 1D |
| Octal | 120 | 106 | 115 | 0 | 14 | 4 | 105 | 476 | 7 | 35 |
| Binary | 1010000 | 1000110 | 1001101 | 0 | 1100 | 100 | 1000101 | 100111110 | 111 | 11101 |
Color Harmonies of #50464D
Complementary color
Monochromatic Colors of #50464D
Black with #50464D
Text Example
Text Example
White with #50464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50464D; }
p { color: rgb(80,70,77); }
H1.HeaderClassName
{
color: #50464D;
}
.AnyTagClassName
{
color: #50464D;
}
</style>
background-color css
<style>
a { background-color: #50464D; }
a { background-color: rgb(80,70,77); }
div.DivClassName
{
background-color: #50464D;
}
.BgClassName
{
background-color: #50464D;
}
</style>
border-color css
<style>
span { border-color: #50464D; }
span { border-color: rgb(80,70,77); }
td.TdClassName
{
border-color: #50464D;
}
.TagClassName
{
border-color: #50464D;
}
</style>