Shades of Purple Taupe #503F4D
Tints of Purple Taupe #503F4D
RGB
CMYK
RGB Variations
Color information
#503F4D (or 0x503F4D) is known color: Purple Taupe. HEX triplet: 50, 3F and 4D. RGB value is (80,63,77). Sum of RGB (Red+Green+Blue) = 80+63+77=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 80 - color contains mainly: red. Hex color #503F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503F4D is #AFC0B2. Grayscale: #454545. Windows color (decimal): -11518131 or 5062480. OLE color: 5062480.
HSL color Cylindrical-coordinate representation of color #503F4D: hue angle of 310.59º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #503F4D is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 77 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.69 |
| HSL | 310.59º | 0.12% | 0.28% | - |
| HSV(B) | 310.59º | 0.21% | 0.31% | - |
| XYZ | 6.43 | 5.8 | 7.8 | - |
| YUV | 69.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 77 | 0 | 0.21 | 0.04 | 0.69 | 310.59 | 0.12 | 0.28 |
| Hex | 50 | 3F | 4D | 0 | 15 | 4 | 45 | 137 | C | 1C |
| Octal | 120 | 77 | 115 | 0 | 25 | 4 | 105 | 467 | 14 | 34 |
| Binary | 1010000 | 111111 | 1001101 | 0 | 10101 | 100 | 1000101 | 100110111 | 1100 | 11100 |
Color Harmonies of #503F4D
Complementary color
Monochromatic Colors of #503F4D
Black with #503F4D
Text Example
Text Example
White with #503F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F4D; }
p { color: rgb(80,63,77); }
H1.HeaderClassName
{
color: #503F4D;
}
.AnyTagClassName
{
color: #503F4D;
}
</style>
background-color css
<style>
a { background-color: #503F4D; }
a { background-color: rgb(80,63,77); }
div.DivClassName
{
background-color: #503F4D;
}
.BgClassName
{
background-color: #503F4D;
}
</style>
border-color css
<style>
span { border-color: #503F4D; }
span { border-color: rgb(80,63,77); }
td.TdClassName
{
border-color: #503F4D;
}
.TagClassName
{
border-color: #503F4D;
}
</style>