Shades of Purple Taupe #50384D
Tints of Purple Taupe #50384D
RGB
CMYK
RGB Variations
Color information
#50384D (or 0x50384D) is known color: Purple Taupe. HEX triplet: 50, 38 and 4D. RGB value is (80,56,77). Sum of RGB (Red+Green+Blue) = 80+56+77=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 80 - color contains mainly: red. Hex color #50384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50384D is #AFC7B2. Grayscale: #414141. Windows color (decimal): -11519923 or 5060688. OLE color: 5060688.
HSL color Cylindrical-coordinate representation of color #50384D: hue angle of 307.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50384D is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 56 | 77 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.69 |
| HSL | 307.5º | 0.18% | 0.27% | - |
| HSV(B) | 307.5º | 0.3% | 0.31% | - |
| XYZ | 6.06 | 5.07 | 7.68 | - |
| YUV | 65.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 77 | 0 | 0.30 | 0.04 | 0.69 | 307.5 | 0.18 | 0.27 |
| Hex | 50 | 38 | 4D | 0 | 1E | 4 | 45 | 134 | 12 | 1B |
| Octal | 120 | 70 | 115 | 0 | 36 | 4 | 105 | 464 | 22 | 33 |
| Binary | 1010000 | 111000 | 1001101 | 0 | 11110 | 100 | 1000101 | 100110100 | 10010 | 11011 |
Color Harmonies of #50384D
Complementary color
Monochromatic Colors of #50384D
Black with #50384D
Text Example
Text Example
White with #50384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50384D; }
p { color: rgb(80,56,77); }
H1.HeaderClassName
{
color: #50384D;
}
.AnyTagClassName
{
color: #50384D;
}
</style>
background-color css
<style>
a { background-color: #50384D; }
a { background-color: rgb(80,56,77); }
div.DivClassName
{
background-color: #50384D;
}
.BgClassName
{
background-color: #50384D;
}
</style>
border-color css
<style>
span { border-color: #50384D; }
span { border-color: rgb(80,56,77); }
td.TdClassName
{
border-color: #50384D;
}
.TagClassName
{
border-color: #50384D;
}
</style>