Shades of Purple Taupe #503D4F
Tints of Purple Taupe #503D4F
RGB
CMYK
RGB Variations
Color information
#503D4F (or 0x503D4F) is known color: Purple Taupe. HEX triplet: 50, 3D and 4F. RGB value is (80,61,79). Sum of RGB (Red+Green+Blue) = 80+61+79=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 80 - color contains mainly: red. Hex color #503D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503D4F is #AFC2B0. Grayscale: #444444. Windows color (decimal): -11518641 or 5193040. OLE color: 5193040.
HSL color Cylindrical-coordinate representation of color #503D4F: hue angle of 303.16º 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 #503D4F is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 79 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.69 |
| HSL | 303.16º | 0.13% | 0.28% | - |
| HSV(B) | 303.16º | 0.24% | 0.31% | - |
| XYZ | 6.39 | 5.61 | 8.14 | - |
| YUV | 68.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 79 | 0 | 0.24 | 0.01 | 0.69 | 303.16 | 0.13 | 0.28 |
| Hex | 50 | 3D | 4F | 0 | 18 | 1 | 45 | 12F | D | 1C |
| Octal | 120 | 75 | 117 | 0 | 30 | 1 | 105 | 457 | 15 | 34 |
| Binary | 1010000 | 111101 | 1001111 | 0 | 11000 | 1 | 1000101 | 100101111 | 1101 | 11100 |
Color Harmonies of #503D4F
Complementary color
Monochromatic Colors of #503D4F
Black with #503D4F
Text Example
Text Example
White with #503D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D4F; }
p { color: rgb(80,61,79); }
H1.HeaderClassName
{
color: #503D4F;
}
.AnyTagClassName
{
color: #503D4F;
}
</style>
background-color css
<style>
a { background-color: #503D4F; }
a { background-color: rgb(80,61,79); }
div.DivClassName
{
background-color: #503D4F;
}
.BgClassName
{
background-color: #503D4F;
}
</style>
border-color css
<style>
span { border-color: #503D4F; }
span { border-color: rgb(80,61,79); }
td.TdClassName
{
border-color: #503D4F;
}
.TagClassName
{
border-color: #503D4F;
}
</style>