Shades of Purple Taupe #503C49
Tints of Purple Taupe #503C49
RGB
CMYK
RGB Variations
Color information
#503C49 (or 0x503C49) is known color: Purple Taupe. HEX triplet: 50, 3C and 49. RGB value is (80,60,73). Sum of RGB (Red+Green+Blue) = 80+60+73=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 80 - color contains mainly: red. Hex color #503C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C49 is #AFC3B6. Grayscale: #434343. Windows color (decimal): -11518903 or 4799568. OLE color: 4799568.
HSL color Cylindrical-coordinate representation of color #503C49: hue angle of 321º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #503C49 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 73 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.69 |
| HSL | 321º | 0.14% | 0.27% | - |
| HSV(B) | 321º | 0.25% | 0.31% | - |
| XYZ | 6.13 | 5.42 | 7.03 | - |
| YUV | 67.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 73 | 0 | 0.25 | 0.09 | 0.69 | 321 | 0.14 | 0.27 |
| Hex | 50 | 3C | 49 | 0 | 19 | 9 | 45 | 141 | E | 1B |
| Octal | 120 | 74 | 111 | 0 | 31 | 11 | 105 | 501 | 16 | 33 |
| Binary | 1010000 | 111100 | 1001001 | 0 | 11001 | 1001 | 1000101 | 101000001 | 1110 | 11011 |
Color Harmonies of #503C49
Complementary color
Monochromatic Colors of #503C49
Black with #503C49
Text Example
Text Example
White with #503C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C49; }
p { color: rgb(80,60,73); }
H1.HeaderClassName
{
color: #503C49;
}
.AnyTagClassName
{
color: #503C49;
}
</style>
background-color css
<style>
a { background-color: #503C49; }
a { background-color: rgb(80,60,73); }
div.DivClassName
{
background-color: #503C49;
}
.BgClassName
{
background-color: #503C49;
}
</style>
border-color css
<style>
span { border-color: #503C49; }
span { border-color: rgb(80,60,73); }
td.TdClassName
{
border-color: #503C49;
}
.TagClassName
{
border-color: #503C49;
}
</style>