Shades of Purple Taupe #503A4E
Tints of Purple Taupe #503A4E
RGB
CMYK
RGB Variations
Color information
#503A4E (or 0x503A4E) is known color: Purple Taupe. HEX triplet: 50, 3A and 4E. RGB value is (80,58,78). Sum of RGB (Red+Green+Blue) = 80+58+78=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 80 - color contains mainly: red. Hex color #503A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503A4E is #AFC5B1. Grayscale: #424242. Windows color (decimal): -11519410 or 5126736. OLE color: 5126736.
HSL color Cylindrical-coordinate representation of color #503A4E: hue angle of 305.45º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #503A4E is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 78 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.69 |
| HSL | 305.45º | 0.16% | 0.27% | - |
| HSV(B) | 305.45º | 0.28% | 0.31% | - |
| XYZ | 6.2 | 5.28 | 7.9 | - |
| YUV | 66.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 78 | 0 | 0.28 | 0.02 | 0.69 | 305.45 | 0.16 | 0.27 |
| Hex | 50 | 3A | 4E | 0 | 1C | 2 | 45 | 131 | 10 | 1B |
| Octal | 120 | 72 | 116 | 0 | 34 | 2 | 105 | 461 | 20 | 33 |
| Binary | 1010000 | 111010 | 1001110 | 0 | 11100 | 10 | 1000101 | 100110001 | 10000 | 11011 |
Color Harmonies of #503A4E
Complementary color
Monochromatic Colors of #503A4E
Black with #503A4E
Text Example
Text Example
White with #503A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A4E; }
p { color: rgb(80,58,78); }
H1.HeaderClassName
{
color: #503A4E;
}
.AnyTagClassName
{
color: #503A4E;
}
</style>
background-color css
<style>
a { background-color: #503A4E; }
a { background-color: rgb(80,58,78); }
div.DivClassName
{
background-color: #503A4E;
}
.BgClassName
{
background-color: #503A4E;
}
</style>
border-color css
<style>
span { border-color: #503A4E; }
span { border-color: rgb(80,58,78); }
td.TdClassName
{
border-color: #503A4E;
}
.TagClassName
{
border-color: #503A4E;
}
</style>