Shades of Purple Taupe #543B52
Tints of Purple Taupe #543B52
RGB
CMYK
RGB Variations
Color information
#543B52 (or 0x543B52) is known color: Purple Taupe. HEX triplet: 54, 3B and 52. RGB value is (84,59,82). Sum of RGB (Red+Green+Blue) = 84+59+82=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 84 - color contains mainly: red. Hex color #543B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543B52 is #ABC4AD. Grayscale: #454545. Windows color (decimal): -11257006 or 5389140. OLE color: 5389140.
HSL color Cylindrical-coordinate representation of color #543B52: hue angle of 304.8º 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 #543B52 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 59 | 82 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.67 |
| HSL | 304.8º | 0.17% | 0.28% | - |
| HSV(B) | 304.8º | 0.3% | 0.33% | - |
| XYZ | 6.74 | 5.62 | 8.71 | - |
| YUV | 69.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 82 | 0 | 0.30 | 0.02 | 0.67 | 304.8 | 0.17 | 0.28 |
| Hex | 54 | 3B | 52 | 0 | 1E | 2 | 43 | 131 | 11 | 1C |
| Octal | 124 | 73 | 122 | 0 | 36 | 2 | 103 | 461 | 21 | 34 |
| Binary | 1010100 | 111011 | 1010010 | 0 | 11110 | 10 | 1000011 | 100110001 | 10001 | 11100 |
Color Harmonies of #543B52
Complementary color
Monochromatic Colors of #543B52
Black with #543B52
Text Example
Text Example
White with #543B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B52; }
p { color: rgb(84,59,82); }
H1.HeaderClassName
{
color: #543B52;
}
.AnyTagClassName
{
color: #543B52;
}
</style>
background-color css
<style>
a { background-color: #543B52; }
a { background-color: rgb(84,59,82); }
div.DivClassName
{
background-color: #543B52;
}
.BgClassName
{
background-color: #543B52;
}
</style>
border-color css
<style>
span { border-color: #543B52; }
span { border-color: rgb(84,59,82); }
td.TdClassName
{
border-color: #543B52;
}
.TagClassName
{
border-color: #543B52;
}
</style>