Shades of Purple Taupe #50424E
Tints of Purple Taupe #50424E
RGB
CMYK
RGB Variations
Color information
#50424E (or 0x50424E) is known color: Purple Taupe. HEX triplet: 50, 42 and 4E. RGB value is (80,66,78). Sum of RGB (Red+Green+Blue) = 80+66+78=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 80 - color contains mainly: red. Hex color #50424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50424E is #AFBDB1. Grayscale: #474747. Windows color (decimal): -11517362 or 5128784. OLE color: 5128784.
HSL color Cylindrical-coordinate representation of color #50424E: hue angle of 308.57º 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 #50424E is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 66 | 78 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.69 |
| HSL | 308.57º | 0.1% | 0.29% | - |
| HSV(B) | 308.57º | 0.18% | 0.31% | - |
| XYZ | 6.63 | 6.15 | 8.05 | - |
| YUV | 71.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 78 | 0 | 0.17 | 0.02 | 0.69 | 308.57 | 0.1 | 0.29 |
| Hex | 50 | 42 | 4E | 0 | 11 | 2 | 45 | 135 | A | 1D |
| Octal | 120 | 102 | 116 | 0 | 21 | 2 | 105 | 465 | 12 | 35 |
| Binary | 1010000 | 1000010 | 1001110 | 0 | 10001 | 10 | 1000101 | 100110101 | 1010 | 11101 |
Color Harmonies of #50424E
Complementary color
Monochromatic Colors of #50424E
Black with #50424E
Text Example
Text Example
White with #50424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50424E; }
p { color: rgb(80,66,78); }
H1.HeaderClassName
{
color: #50424E;
}
.AnyTagClassName
{
color: #50424E;
}
</style>
background-color css
<style>
a { background-color: #50424E; }
a { background-color: rgb(80,66,78); }
div.DivClassName
{
background-color: #50424E;
}
.BgClassName
{
background-color: #50424E;
}
</style>
border-color css
<style>
span { border-color: #50424E; }
span { border-color: rgb(80,66,78); }
td.TdClassName
{
border-color: #50424E;
}
.TagClassName
{
border-color: #50424E;
}
</style>