Shades of Purple Taupe #50374E
Tints of Purple Taupe #50374E
RGB
CMYK
RGB Variations
Color information
#50374E (or 0x50374E) is known color: Purple Taupe. HEX triplet: 50, 37 and 4E. RGB value is (80,55,78). Sum of RGB (Red+Green+Blue) = 80+55+78=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 80 - color contains mainly: red. Hex color #50374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50374E is #AFC8B1. Grayscale: #414141. Windows color (decimal): -11520178 or 5125968. OLE color: 5125968.
HSL color Cylindrical-coordinate representation of color #50374E: hue angle of 304.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #50374E is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 55 | 78 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.69 |
| HSL | 304.8º | 0.19% | 0.26% | - |
| HSV(B) | 304.8º | 0.31% | 0.31% | - |
| XYZ | 6.05 | 4.99 | 7.85 | - |
| YUV | 65.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 55 | 78 | 0 | 0.31 | 0.02 | 0.69 | 304.8 | 0.19 | 0.26 |
| Hex | 50 | 37 | 4E | 0 | 1F | 2 | 45 | 131 | 13 | 1A |
| Octal | 120 | 67 | 116 | 0 | 37 | 2 | 105 | 461 | 23 | 32 |
| Binary | 1010000 | 110111 | 1001110 | 0 | 11111 | 10 | 1000101 | 100110001 | 10011 | 11010 |
Color Harmonies of #50374E
Complementary color
Monochromatic Colors of #50374E
Black with #50374E
Text Example
Text Example
White with #50374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50374E; }
p { color: rgb(80,55,78); }
H1.HeaderClassName
{
color: #50374E;
}
.AnyTagClassName
{
color: #50374E;
}
</style>
background-color css
<style>
a { background-color: #50374E; }
a { background-color: rgb(80,55,78); }
div.DivClassName
{
background-color: #50374E;
}
.BgClassName
{
background-color: #50374E;
}
</style>
border-color css
<style>
span { border-color: #50374E; }
span { border-color: rgb(80,55,78); }
td.TdClassName
{
border-color: #50374E;
}
.TagClassName
{
border-color: #50374E;
}
</style>