Shades of Purple Taupe #50404F
Tints of Purple Taupe #50404F
RGB
CMYK
RGB Variations
Color information
#50404F (or 0x50404F) is known color: Purple Taupe. HEX triplet: 50, 40 and 4F. RGB value is (80,64,79). Sum of RGB (Red+Green+Blue) = 80+64+79=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 80 - color contains mainly: red. Hex color #50404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50404F is #AFBFB0. Grayscale: #464646. Windows color (decimal): -11517873 or 5193808. OLE color: 5193808.
HSL color Cylindrical-coordinate representation of color #50404F: hue angle of 303.75º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #50404F is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 64 | 79 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.69 |
| HSL | 303.75º | 0.11% | 0.28% | - |
| HSV(B) | 303.75º | 0.2% | 0.31% | - |
| XYZ | 6.55 | 5.94 | 8.2 | - |
| YUV | 70.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 79 | 0 | 0.20 | 0.01 | 0.69 | 303.75 | 0.11 | 0.28 |
| Hex | 50 | 40 | 4F | 0 | 14 | 1 | 45 | 130 | B | 1C |
| Octal | 120 | 100 | 117 | 0 | 24 | 1 | 105 | 460 | 13 | 34 |
| Binary | 1010000 | 1000000 | 1001111 | 0 | 10100 | 1 | 1000101 | 100110000 | 1011 | 11100 |
Color Harmonies of #50404F
Complementary color
Monochromatic Colors of #50404F
Black with #50404F
Text Example
Text Example
White with #50404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50404F; }
p { color: rgb(80,64,79); }
H1.HeaderClassName
{
color: #50404F;
}
.AnyTagClassName
{
color: #50404F;
}
</style>
background-color css
<style>
a { background-color: #50404F; }
a { background-color: rgb(80,64,79); }
div.DivClassName
{
background-color: #50404F;
}
.BgClassName
{
background-color: #50404F;
}
</style>
border-color css
<style>
span { border-color: #50404F; }
span { border-color: rgb(80,64,79); }
td.TdClassName
{
border-color: #50404F;
}
.TagClassName
{
border-color: #50404F;
}
</style>