Shades of Purple Taupe #503F4C
Tints of Purple Taupe #503F4C
RGB
CMYK
RGB Variations
Color information
#503F4C (or 0x503F4C) is known color: Purple Taupe. HEX triplet: 50, 3F and 4C. RGB value is (80,63,76). Sum of RGB (Red+Green+Blue) = 80+63+76=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 80 - color contains mainly: red. Hex color #503F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F4C is #AFC0B3. Grayscale: #454545. Windows color (decimal): -11518132 or 4996944. OLE color: 4996944.
HSL color Cylindrical-coordinate representation of color #503F4C: hue angle of 314.12º 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 #503F4C is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 76 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.69 |
| HSL | 314.12º | 0.12% | 0.28% | - |
| HSV(B) | 314.12º | 0.21% | 0.31% | - |
| XYZ | 6.39 | 5.78 | 7.62 | - |
| YUV | 69.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 76 | 0 | 0.21 | 0.05 | 0.69 | 314.12 | 0.12 | 0.28 |
| Hex | 50 | 3F | 4C | 0 | 15 | 5 | 45 | 13A | C | 1C |
| Octal | 120 | 77 | 114 | 0 | 25 | 5 | 105 | 472 | 14 | 34 |
| Binary | 1010000 | 111111 | 1001100 | 0 | 10101 | 101 | 1000101 | 100111010 | 1100 | 11100 |
Color Harmonies of #503F4C
Complementary color
Monochromatic Colors of #503F4C
Black with #503F4C
Text Example
Text Example
White with #503F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F4C; }
p { color: rgb(80,63,76); }
H1.HeaderClassName
{
color: #503F4C;
}
.AnyTagClassName
{
color: #503F4C;
}
</style>
background-color css
<style>
a { background-color: #503F4C; }
a { background-color: rgb(80,63,76); }
div.DivClassName
{
background-color: #503F4C;
}
.BgClassName
{
background-color: #503F4C;
}
</style>
border-color css
<style>
span { border-color: #503F4C; }
span { border-color: rgb(80,63,76); }
td.TdClassName
{
border-color: #503F4C;
}
.TagClassName
{
border-color: #503F4C;
}
</style>