Shades of Purple Taupe #50414D
Tints of Purple Taupe #50414D
RGB
CMYK
RGB Variations
Color information
#50414D (or 0x50414D) is known color: Purple Taupe. HEX triplet: 50, 41 and 4D. RGB value is (80,65,77). Sum of RGB (Red+Green+Blue) = 80+65+77=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 80 - color contains mainly: red. Hex color #50414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50414D is #AFBEB2. Grayscale: #464646. Windows color (decimal): -11517619 or 5062992. OLE color: 5062992.
HSL color Cylindrical-coordinate representation of color #50414D: hue angle of 312º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #50414D is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 65 | 77 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.69 |
| HSL | 312º | 0.1% | 0.28% | - |
| HSV(B) | 312º | 0.19% | 0.31% | - |
| XYZ | 6.54 | 6.02 | 7.84 | - |
| YUV | 70.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 77 | 0 | 0.19 | 0.04 | 0.69 | 312 | 0.1 | 0.28 |
| Hex | 50 | 41 | 4D | 0 | 13 | 4 | 45 | 138 | A | 1C |
| Octal | 120 | 101 | 115 | 0 | 23 | 4 | 105 | 470 | 12 | 34 |
| Binary | 1010000 | 1000001 | 1001101 | 0 | 10011 | 100 | 1000101 | 100111000 | 1010 | 11100 |
Color Harmonies of #50414D
Complementary color
Monochromatic Colors of #50414D
Black with #50414D
Text Example
Text Example
White with #50414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50414D; }
p { color: rgb(80,65,77); }
H1.HeaderClassName
{
color: #50414D;
}
.AnyTagClassName
{
color: #50414D;
}
</style>
background-color css
<style>
a { background-color: #50414D; }
a { background-color: rgb(80,65,77); }
div.DivClassName
{
background-color: #50414D;
}
.BgClassName
{
background-color: #50414D;
}
</style>
border-color css
<style>
span { border-color: #50414D; }
span { border-color: rgb(80,65,77); }
td.TdClassName
{
border-color: #50414D;
}
.TagClassName
{
border-color: #50414D;
}
</style>