Shades of Purple Taupe #543B50
Tints of Purple Taupe #543B50
RGB
CMYK
RGB Variations
Color information
#543B50 (or 0x543B50) is known color: Purple Taupe. HEX triplet: 54, 3B and 50. RGB value is (84,59,80). Sum of RGB (Red+Green+Blue) = 84+59+80=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 84 - color contains mainly: red. Hex color #543B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543B50 is #ABC4AF. Grayscale: #444444. Windows color (decimal): -11257008 or 5258068. OLE color: 5258068.
HSL color Cylindrical-coordinate representation of color #543B50: hue angle of 309.6º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #543B50 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 59 | 80 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.67 |
| HSL | 309.6º | 0.17% | 0.28% | - |
| HSV(B) | 309.6º | 0.3% | 0.33% | - |
| XYZ | 6.67 | 5.59 | 8.32 | - |
| YUV | 68.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 80 | 0 | 0.30 | 0.05 | 0.67 | 309.6 | 0.17 | 0.28 |
| Hex | 54 | 3B | 50 | 0 | 1E | 5 | 43 | 136 | 11 | 1C |
| Octal | 124 | 73 | 120 | 0 | 36 | 5 | 103 | 466 | 21 | 34 |
| Binary | 1010100 | 111011 | 1010000 | 0 | 11110 | 101 | 1000011 | 100110110 | 10001 | 11100 |
Color Harmonies of #543B50
Complementary color
Monochromatic Colors of #543B50
Black with #543B50
Text Example
Text Example
White with #543B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B50; }
p { color: rgb(84,59,80); }
H1.HeaderClassName
{
color: #543B50;
}
.AnyTagClassName
{
color: #543B50;
}
</style>
background-color css
<style>
a { background-color: #543B50; }
a { background-color: rgb(84,59,80); }
div.DivClassName
{
background-color: #543B50;
}
.BgClassName
{
background-color: #543B50;
}
</style>
border-color css
<style>
span { border-color: #543B50; }
span { border-color: rgb(84,59,80); }
td.TdClassName
{
border-color: #543B50;
}
.TagClassName
{
border-color: #543B50;
}
</style>