Shades of Purple Taupe #543E50
Tints of Purple Taupe #543E50
RGB
CMYK
RGB Variations
Color information
#543E50 (or 0x543E50) is known color: Purple Taupe. HEX triplet: 54, 3E and 50. RGB value is (84,62,80). Sum of RGB (Red+Green+Blue) = 84+62+80=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 84 - color contains mainly: red. Hex color #543E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543E50 is #ABC1AF. Grayscale: #464646. Windows color (decimal): -11256240 or 5258836. OLE color: 5258836.
HSL color Cylindrical-coordinate representation of color #543E50: hue angle of 310.91º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #543E50 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 62 | 80 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.67 |
| HSL | 310.91º | 0.15% | 0.29% | - |
| HSV(B) | 310.91º | 0.26% | 0.33% | - |
| XYZ | 6.83 | 5.91 | 8.37 | - |
| YUV | 70.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 80 | 0 | 0.26 | 0.05 | 0.67 | 310.91 | 0.15 | 0.29 |
| Hex | 54 | 3E | 50 | 0 | 1A | 5 | 43 | 137 | F | 1D |
| Octal | 124 | 76 | 120 | 0 | 32 | 5 | 103 | 467 | 17 | 35 |
| Binary | 1010100 | 111110 | 1010000 | 0 | 11010 | 101 | 1000011 | 100110111 | 1111 | 11101 |
Color Harmonies of #543E50
Complementary color
Monochromatic Colors of #543E50
Black with #543E50
Text Example
Text Example
White with #543E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543E50; }
p { color: rgb(84,62,80); }
H1.HeaderClassName
{
color: #543E50;
}
.AnyTagClassName
{
color: #543E50;
}
</style>
background-color css
<style>
a { background-color: #543E50; }
a { background-color: rgb(84,62,80); }
div.DivClassName
{
background-color: #543E50;
}
.BgClassName
{
background-color: #543E50;
}
</style>
border-color css
<style>
span { border-color: #543E50; }
span { border-color: rgb(84,62,80); }
td.TdClassName
{
border-color: #543E50;
}
.TagClassName
{
border-color: #543E50;
}
</style>