Shades of Purple Taupe #50424D
Tints of Purple Taupe #50424D
RGB
CMYK
RGB Variations
Color information
#50424D (or 0x50424D) is known color: Purple Taupe. HEX triplet: 50, 42 and 4D. RGB value is (80,66,77). Sum of RGB (Red+Green+Blue) = 80+66+77=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 80 - color contains mainly: red. Hex color #50424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50424D is #AFBDB2. Grayscale: #474747. Windows color (decimal): -11517363 or 5063248. OLE color: 5063248.
HSL color Cylindrical-coordinate representation of color #50424D: hue angle of 312.86º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #50424D is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 66 | 77 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.69 |
| HSL | 312.86º | 0.1% | 0.29% | - |
| HSV(B) | 312.86º | 0.18% | 0.31% | - |
| XYZ | 6.6 | 6.14 | 7.86 | - |
| YUV | 71.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 77 | 0 | 0.17 | 0.04 | 0.69 | 312.86 | 0.1 | 0.29 |
| Hex | 50 | 42 | 4D | 0 | 11 | 4 | 45 | 139 | A | 1D |
| Octal | 120 | 102 | 115 | 0 | 21 | 4 | 105 | 471 | 12 | 35 |
| Binary | 1010000 | 1000010 | 1001101 | 0 | 10001 | 100 | 1000101 | 100111001 | 1010 | 11101 |
Color Harmonies of #50424D
Complementary color
Monochromatic Colors of #50424D
Black with #50424D
Text Example
Text Example
White with #50424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50424D; }
p { color: rgb(80,66,77); }
H1.HeaderClassName
{
color: #50424D;
}
.AnyTagClassName
{
color: #50424D;
}
</style>
background-color css
<style>
a { background-color: #50424D; }
a { background-color: rgb(80,66,77); }
div.DivClassName
{
background-color: #50424D;
}
.BgClassName
{
background-color: #50424D;
}
</style>
border-color css
<style>
span { border-color: #50424D; }
span { border-color: rgb(80,66,77); }
td.TdClassName
{
border-color: #50424D;
}
.TagClassName
{
border-color: #50424D;
}
</style>