Shades of Purple Taupe #503D4A
Tints of Purple Taupe #503D4A
RGB
CMYK
RGB Variations
Color information
#503D4A (or 0x503D4A) is known color: Purple Taupe. HEX triplet: 50, 3D and 4A. RGB value is (80,61,74). Sum of RGB (Red+Green+Blue) = 80+61+74=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 80 - color contains mainly: red. Hex color #503D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D4A is #AFC2B5. Grayscale: #444444. Windows color (decimal): -11518646 or 4865360. OLE color: 4865360.
HSL color Cylindrical-coordinate representation of color #503D4A: hue angle of 318.95º 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 #503D4A is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 74 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.69 |
| HSL | 318.95º | 0.13% | 0.28% | - |
| HSV(B) | 318.95º | 0.24% | 0.31% | - |
| XYZ | 6.21 | 5.54 | 7.22 | - |
| YUV | 68.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 74 | 0 | 0.24 | 0.08 | 0.69 | 318.95 | 0.13 | 0.28 |
| Hex | 50 | 3D | 4A | 0 | 18 | 8 | 45 | 13F | D | 1C |
| Octal | 120 | 75 | 112 | 0 | 30 | 10 | 105 | 477 | 15 | 34 |
| Binary | 1010000 | 111101 | 1001010 | 0 | 11000 | 1000 | 1000101 | 100111111 | 1101 | 11100 |
Color Harmonies of #503D4A
Complementary color
Monochromatic Colors of #503D4A
Black with #503D4A
Text Example
Text Example
White with #503D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D4A; }
p { color: rgb(80,61,74); }
H1.HeaderClassName
{
color: #503D4A;
}
.AnyTagClassName
{
color: #503D4A;
}
</style>
background-color css
<style>
a { background-color: #503D4A; }
a { background-color: rgb(80,61,74); }
div.DivClassName
{
background-color: #503D4A;
}
.BgClassName
{
background-color: #503D4A;
}
</style>
border-color css
<style>
span { border-color: #503D4A; }
span { border-color: rgb(80,61,74); }
td.TdClassName
{
border-color: #503D4A;
}
.TagClassName
{
border-color: #503D4A;
}
</style>