Shades of Purple Taupe #50484E
Tints of Purple Taupe #50484E
RGB
CMYK
RGB Variations
Color information
#50484E (or 0x50484E) is known color: Purple Taupe. HEX triplet: 50, 48 and 4E. RGB value is (80,72,78). Sum of RGB (Red+Green+Blue) = 80+72+78=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 80 - color contains mainly: red. Hex color #50484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50484E is #AFB7B1. Grayscale: #4B4B4B. Windows color (decimal): -11515826 or 5130320. OLE color: 5130320.
HSL color Cylindrical-coordinate representation of color #50484E: hue angle of 315º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #50484E is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 72 | 78 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.69 |
| HSL | 315º | 0.05% | 0.3% | - |
| HSV(B) | 315º | 0.1% | 0.31% | - |
| XYZ | 7 | 6.89 | 8.17 | - |
| YUV | 75.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 78 | 0 | 0.10 | 0.02 | 0.69 | 315 | 0.05 | 0.3 |
| Hex | 50 | 48 | 4E | 0 | A | 2 | 45 | 13B | 5 | 1E |
| Octal | 120 | 110 | 116 | 0 | 12 | 2 | 105 | 473 | 5 | 36 |
| Binary | 1010000 | 1001000 | 1001110 | 0 | 1010 | 10 | 1000101 | 100111011 | 101 | 11110 |
Color Harmonies of #50484E
Complementary color
Monochromatic Colors of #50484E
Black with #50484E
Text Example
Text Example
White with #50484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50484E; }
p { color: rgb(80,72,78); }
H1.HeaderClassName
{
color: #50484E;
}
.AnyTagClassName
{
color: #50484E;
}
</style>
background-color css
<style>
a { background-color: #50484E; }
a { background-color: rgb(80,72,78); }
div.DivClassName
{
background-color: #50484E;
}
.BgClassName
{
background-color: #50484E;
}
</style>
border-color css
<style>
span { border-color: #50484E; }
span { border-color: rgb(80,72,78); }
td.TdClassName
{
border-color: #50484E;
}
.TagClassName
{
border-color: #50484E;
}
</style>