Shades of Purple Taupe #503D49
Tints of Purple Taupe #503D49
RGB
CMYK
RGB Variations
Color information
#503D49 (or 0x503D49) is known color: Purple Taupe. HEX triplet: 50, 3D and 49. RGB value is (80,61,73). Sum of RGB (Red+Green+Blue) = 80+61+73=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 80 - color contains mainly: red. Hex color #503D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D49 is #AFC2B6. Grayscale: #444444. Windows color (decimal): -11518647 or 4799824. OLE color: 4799824.
HSL color Cylindrical-coordinate representation of color #503D49: hue angle of 322.11º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #503D49 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 73 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.69 |
| HSL | 322.11º | 0.13% | 0.28% | - |
| HSV(B) | 322.11º | 0.24% | 0.31% | - |
| XYZ | 6.18 | 5.52 | 7.04 | - |
| YUV | 68.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 73 | 0 | 0.24 | 0.09 | 0.69 | 322.11 | 0.13 | 0.28 |
| Hex | 50 | 3D | 49 | 0 | 18 | 9 | 45 | 142 | D | 1C |
| Octal | 120 | 75 | 111 | 0 | 30 | 11 | 105 | 502 | 15 | 34 |
| Binary | 1010000 | 111101 | 1001001 | 0 | 11000 | 1001 | 1000101 | 101000010 | 1101 | 11100 |
Color Harmonies of #503D49
Complementary color
Monochromatic Colors of #503D49
Black with #503D49
Text Example
Text Example
White with #503D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D49; }
p { color: rgb(80,61,73); }
H1.HeaderClassName
{
color: #503D49;
}
.AnyTagClassName
{
color: #503D49;
}
</style>
background-color css
<style>
a { background-color: #503D49; }
a { background-color: rgb(80,61,73); }
div.DivClassName
{
background-color: #503D49;
}
.BgClassName
{
background-color: #503D49;
}
</style>
border-color css
<style>
span { border-color: #503D49; }
span { border-color: rgb(80,61,73); }
td.TdClassName
{
border-color: #503D49;
}
.TagClassName
{
border-color: #503D49;
}
</style>