Shades of Purple Taupe #50414C
Tints of Purple Taupe #50414C
RGB
CMYK
RGB Variations
Color information
#50414C (or 0x50414C) is known color: Purple Taupe. HEX triplet: 50, 41 and 4C. RGB value is (80,65,76). Sum of RGB (Red+Green+Blue) = 80+65+76=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 80 - color contains mainly: red. Hex color #50414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50414C is #AFBEB3. Grayscale: #464646. Windows color (decimal): -11517620 or 4997456. OLE color: 4997456.
HSL color Cylindrical-coordinate representation of color #50414C: hue angle of 316º 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 #50414C is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 65 | 76 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.69 |
| HSL | 316º | 0.1% | 0.28% | - |
| HSV(B) | 316º | 0.19% | 0.31% | - |
| XYZ | 6.5 | 6.01 | 7.65 | - |
| YUV | 70.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 76 | 0 | 0.19 | 0.05 | 0.69 | 316 | 0.1 | 0.28 |
| Hex | 50 | 41 | 4C | 0 | 13 | 5 | 45 | 13C | A | 1C |
| Octal | 120 | 101 | 114 | 0 | 23 | 5 | 105 | 474 | 12 | 34 |
| Binary | 1010000 | 1000001 | 1001100 | 0 | 10011 | 101 | 1000101 | 100111100 | 1010 | 11100 |
Color Harmonies of #50414C
Complementary color
Monochromatic Colors of #50414C
Black with #50414C
Text Example
Text Example
White with #50414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50414C; }
p { color: rgb(80,65,76); }
H1.HeaderClassName
{
color: #50414C;
}
.AnyTagClassName
{
color: #50414C;
}
</style>
background-color css
<style>
a { background-color: #50414C; }
a { background-color: rgb(80,65,76); }
div.DivClassName
{
background-color: #50414C;
}
.BgClassName
{
background-color: #50414C;
}
</style>
border-color css
<style>
span { border-color: #50414C; }
span { border-color: rgb(80,65,76); }
td.TdClassName
{
border-color: #50414C;
}
.TagClassName
{
border-color: #50414C;
}
</style>