Shades of Purple Taupe #503D4E
Tints of Purple Taupe #503D4E
RGB
CMYK
RGB Variations
Color information
#503D4E (or 0x503D4E) is known color: Purple Taupe. HEX triplet: 50, 3D and 4E. RGB value is (80,61,78). Sum of RGB (Red+Green+Blue) = 80+61+78=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 80 - color contains mainly: red. Hex color #503D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503D4E is #AFC2B1. Grayscale: #444444. Windows color (decimal): -11518642 or 5127504. OLE color: 5127504.
HSL color Cylindrical-coordinate representation of color #503D4E: hue angle of 306.32º 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 #503D4E is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 78 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.69 |
| HSL | 306.32º | 0.13% | 0.28% | - |
| HSV(B) | 306.32º | 0.24% | 0.31% | - |
| XYZ | 6.35 | 5.59 | 7.95 | - |
| YUV | 68.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 78 | 0 | 0.24 | 0.02 | 0.69 | 306.32 | 0.13 | 0.28 |
| Hex | 50 | 3D | 4E | 0 | 18 | 2 | 45 | 132 | D | 1C |
| Octal | 120 | 75 | 116 | 0 | 30 | 2 | 105 | 462 | 15 | 34 |
| Binary | 1010000 | 111101 | 1001110 | 0 | 11000 | 10 | 1000101 | 100110010 | 1101 | 11100 |
Color Harmonies of #503D4E
Complementary color
Monochromatic Colors of #503D4E
Black with #503D4E
Text Example
Text Example
White with #503D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D4E; }
p { color: rgb(80,61,78); }
H1.HeaderClassName
{
color: #503D4E;
}
.AnyTagClassName
{
color: #503D4E;
}
</style>
background-color css
<style>
a { background-color: #503D4E; }
a { background-color: rgb(80,61,78); }
div.DivClassName
{
background-color: #503D4E;
}
.BgClassName
{
background-color: #503D4E;
}
</style>
border-color css
<style>
span { border-color: #503D4E; }
span { border-color: rgb(80,61,78); }
td.TdClassName
{
border-color: #503D4E;
}
.TagClassName
{
border-color: #503D4E;
}
</style>