Shades of Purple Taupe #503E4F
Tints of Purple Taupe #503E4F
RGB
CMYK
RGB Variations
Color information
#503E4F (or 0x503E4F) is known color: Purple Taupe. HEX triplet: 50, 3E and 4F. RGB value is (80,62,79). Sum of RGB (Red+Green+Blue) = 80+62+79=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 80 - color contains mainly: red. Hex color #503E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503E4F is #AFC1B0. Grayscale: #454545. Windows color (decimal): -11518385 or 5193296. OLE color: 5193296.
HSL color Cylindrical-coordinate representation of color #503E4F: hue angle of 303.33º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #503E4F is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 62 | 79 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.69 |
| HSL | 303.33º | 0.13% | 0.28% | - |
| HSV(B) | 303.33º | 0.23% | 0.31% | - |
| XYZ | 6.44 | 5.72 | 8.16 | - |
| YUV | 69.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 79 | 0 | 0.22 | 0.01 | 0.69 | 303.33 | 0.13 | 0.28 |
| Hex | 50 | 3E | 4F | 0 | 16 | 1 | 45 | 12F | D | 1C |
| Octal | 120 | 76 | 117 | 0 | 26 | 1 | 105 | 457 | 15 | 34 |
| Binary | 1010000 | 111110 | 1001111 | 0 | 10110 | 1 | 1000101 | 100101111 | 1101 | 11100 |
Color Harmonies of #503E4F
Complementary color
Monochromatic Colors of #503E4F
Black with #503E4F
Text Example
Text Example
White with #503E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E4F; }
p { color: rgb(80,62,79); }
H1.HeaderClassName
{
color: #503E4F;
}
.AnyTagClassName
{
color: #503E4F;
}
</style>
background-color css
<style>
a { background-color: #503E4F; }
a { background-color: rgb(80,62,79); }
div.DivClassName
{
background-color: #503E4F;
}
.BgClassName
{
background-color: #503E4F;
}
</style>
border-color css
<style>
span { border-color: #503E4F; }
span { border-color: rgb(80,62,79); }
td.TdClassName
{
border-color: #503E4F;
}
.TagClassName
{
border-color: #503E4F;
}
</style>