Shades of Purple Taupe #543B53
Tints of Purple Taupe #543B53
RGB
CMYK
RGB Variations
Color information
#543B53 (or 0x543B53) is known color: Purple Taupe. HEX triplet: 54, 3B and 53. RGB value is (84,59,83). Sum of RGB (Red+Green+Blue) = 84+59+83=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 84 - color contains mainly: red. Hex color #543B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543B53 is #ABC4AC. Grayscale: #454545. Windows color (decimal): -11257005 or 5454676. OLE color: 5454676.
HSL color Cylindrical-coordinate representation of color #543B53: hue angle of 302.4º 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 #543B53 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 59 | 83 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.67 |
| HSL | 302.4º | 0.17% | 0.28% | - |
| HSV(B) | 302.4º | 0.3% | 0.33% | - |
| XYZ | 6.78 | 5.64 | 8.91 | - |
| YUV | 69.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 83 | 0 | 0.30 | 0.01 | 0.67 | 302.4 | 0.17 | 0.28 |
| Hex | 54 | 3B | 53 | 0 | 1E | 1 | 43 | 12E | 11 | 1C |
| Octal | 124 | 73 | 123 | 0 | 36 | 1 | 103 | 456 | 21 | 34 |
| Binary | 1010100 | 111011 | 1010011 | 0 | 11110 | 1 | 1000011 | 100101110 | 10001 | 11100 |
Color Harmonies of #543B53
Complementary color
Monochromatic Colors of #543B53
Black with #543B53
Text Example
Text Example
White with #543B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B53; }
p { color: rgb(84,59,83); }
H1.HeaderClassName
{
color: #543B53;
}
.AnyTagClassName
{
color: #543B53;
}
</style>
background-color css
<style>
a { background-color: #543B53; }
a { background-color: rgb(84,59,83); }
div.DivClassName
{
background-color: #543B53;
}
.BgClassName
{
background-color: #543B53;
}
</style>
border-color css
<style>
span { border-color: #543B53; }
span { border-color: rgb(84,59,83); }
td.TdClassName
{
border-color: #543B53;
}
.TagClassName
{
border-color: #543B53;
}
</style>