Shades of Purple Taupe #503D4D
Tints of Purple Taupe #503D4D
RGB
CMYK
RGB Variations
Color information
#503D4D (or 0x503D4D) is known color: Purple Taupe. HEX triplet: 50, 3D and 4D. RGB value is (80,61,77). Sum of RGB (Red+Green+Blue) = 80+61+77=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 80 - color contains mainly: red. Hex color #503D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503D4D is #AFC2B2. Grayscale: #444444. Windows color (decimal): -11518643 or 5061968. OLE color: 5061968.
HSL color Cylindrical-coordinate representation of color #503D4D: hue angle of 309.47º 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 #503D4D is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 77 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.69 |
| HSL | 309.47º | 0.13% | 0.28% | - |
| HSV(B) | 309.47º | 0.24% | 0.31% | - |
| XYZ | 6.32 | 5.58 | 7.77 | - |
| YUV | 68.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 77 | 0 | 0.24 | 0.04 | 0.69 | 309.47 | 0.13 | 0.28 |
| Hex | 50 | 3D | 4D | 0 | 18 | 4 | 45 | 135 | D | 1C |
| Octal | 120 | 75 | 115 | 0 | 30 | 4 | 105 | 465 | 15 | 34 |
| Binary | 1010000 | 111101 | 1001101 | 0 | 11000 | 100 | 1000101 | 100110101 | 1101 | 11100 |
Color Harmonies of #503D4D
Complementary color
Monochromatic Colors of #503D4D
Black with #503D4D
Text Example
Text Example
White with #503D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D4D; }
p { color: rgb(80,61,77); }
H1.HeaderClassName
{
color: #503D4D;
}
.AnyTagClassName
{
color: #503D4D;
}
</style>
background-color css
<style>
a { background-color: #503D4D; }
a { background-color: rgb(80,61,77); }
div.DivClassName
{
background-color: #503D4D;
}
.BgClassName
{
background-color: #503D4D;
}
</style>
border-color css
<style>
span { border-color: #503D4D; }
span { border-color: rgb(80,61,77); }
td.TdClassName
{
border-color: #503D4D;
}
.TagClassName
{
border-color: #503D4D;
}
</style>