Shades of Purple Taupe #503C4B
Tints of Purple Taupe #503C4B
RGB
CMYK
RGB Variations
Color information
#503C4B (or 0x503C4B) is known color: Purple Taupe. HEX triplet: 50, 3C and 4B. RGB value is (80,60,75). Sum of RGB (Red+Green+Blue) = 80+60+75=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 80 - color contains mainly: red. Hex color #503C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C4B is #AFC3B4. Grayscale: #434343. Windows color (decimal): -11518901 or 4930640. OLE color: 4930640.
HSL color Cylindrical-coordinate representation of color #503C4B: hue angle of 315º 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 #503C4B is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 75 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.69 |
| HSL | 315º | 0.14% | 0.27% | - |
| HSV(B) | 315º | 0.25% | 0.31% | - |
| XYZ | 6.19 | 5.45 | 7.38 | - |
| YUV | 67.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 75 | 0 | 0.25 | 0.06 | 0.69 | 315 | 0.14 | 0.27 |
| Hex | 50 | 3C | 4B | 0 | 19 | 6 | 45 | 13B | E | 1B |
| Octal | 120 | 74 | 113 | 0 | 31 | 6 | 105 | 473 | 16 | 33 |
| Binary | 1010000 | 111100 | 1001011 | 0 | 11001 | 110 | 1000101 | 100111011 | 1110 | 11011 |
Color Harmonies of #503C4B
Complementary color
Monochromatic Colors of #503C4B
Black with #503C4B
Text Example
Text Example
White with #503C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C4B; }
p { color: rgb(80,60,75); }
H1.HeaderClassName
{
color: #503C4B;
}
.AnyTagClassName
{
color: #503C4B;
}
</style>
background-color css
<style>
a { background-color: #503C4B; }
a { background-color: rgb(80,60,75); }
div.DivClassName
{
background-color: #503C4B;
}
.BgClassName
{
background-color: #503C4B;
}
</style>
border-color css
<style>
span { border-color: #503C4B; }
span { border-color: rgb(80,60,75); }
td.TdClassName
{
border-color: #503C4B;
}
.TagClassName
{
border-color: #503C4B;
}
</style>