Shades of Purple Taupe #543D50
Tints of Purple Taupe #543D50
RGB
CMYK
RGB Variations
Color information
#543D50 (or 0x543D50) is known color: Purple Taupe. HEX triplet: 54, 3D and 50. RGB value is (84,61,80). Sum of RGB (Red+Green+Blue) = 84+61+80=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 84 - color contains mainly: red. Hex color #543D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543D50 is #ABC2AF. Grayscale: #454545. Windows color (decimal): -11256496 or 5258580. OLE color: 5258580.
HSL color Cylindrical-coordinate representation of color #543D50: hue angle of 310.43º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #543D50 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 61 | 80 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.67 |
| HSL | 310.43º | 0.16% | 0.28% | - |
| HSV(B) | 310.43º | 0.27% | 0.33% | - |
| XYZ | 6.77 | 5.8 | 8.35 | - |
| YUV | 70.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 80 | 0 | 0.27 | 0.05 | 0.67 | 310.43 | 0.16 | 0.28 |
| Hex | 54 | 3D | 50 | 0 | 1B | 5 | 43 | 136 | 10 | 1C |
| Octal | 124 | 75 | 120 | 0 | 33 | 5 | 103 | 466 | 20 | 34 |
| Binary | 1010100 | 111101 | 1010000 | 0 | 11011 | 101 | 1000011 | 100110110 | 10000 | 11100 |
Color Harmonies of #543D50
Complementary color
Monochromatic Colors of #543D50
Black with #543D50
Text Example
Text Example
White with #543D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543D50; }
p { color: rgb(84,61,80); }
H1.HeaderClassName
{
color: #543D50;
}
.AnyTagClassName
{
color: #543D50;
}
</style>
background-color css
<style>
a { background-color: #543D50; }
a { background-color: rgb(84,61,80); }
div.DivClassName
{
background-color: #543D50;
}
.BgClassName
{
background-color: #543D50;
}
</style>
border-color css
<style>
span { border-color: #543D50; }
span { border-color: rgb(84,61,80); }
td.TdClassName
{
border-color: #543D50;
}
.TagClassName
{
border-color: #543D50;
}
</style>