Shades of Purple Taupe #543B4B
Tints of Purple Taupe #543B4B
RGB
CMYK
RGB Variations
Color information
#543B4B (or 0x543B4B) is known color: Purple Taupe. HEX triplet: 54, 3B and 4B. RGB value is (84,59,75). Sum of RGB (Red+Green+Blue) = 84+59+75=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 84 - color contains mainly: red. Hex color #543B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543B4B is #ABC4B4. Grayscale: #444444. Windows color (decimal): -11257013 or 4930388. OLE color: 4930388.
HSL color Cylindrical-coordinate representation of color #543B4B: hue angle of 321.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 #543B4B is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 59 | 75 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.67 |
| HSL | 321.6º | 0.17% | 0.28% | - |
| HSV(B) | 321.6º | 0.3% | 0.33% | - |
| XYZ | 6.49 | 5.52 | 7.38 | - |
| YUV | 68.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 75 | 0 | 0.30 | 0.11 | 0.67 | 321.6 | 0.17 | 0.28 |
| Hex | 54 | 3B | 4B | 0 | 1E | B | 43 | 142 | 11 | 1C |
| Octal | 124 | 73 | 113 | 0 | 36 | 13 | 103 | 502 | 21 | 34 |
| Binary | 1010100 | 111011 | 1001011 | 0 | 11110 | 1011 | 1000011 | 101000010 | 10001 | 11100 |
Color Harmonies of #543B4B
Complementary color
Monochromatic Colors of #543B4B
Black with #543B4B
Text Example
Text Example
White with #543B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B4B; }
p { color: rgb(84,59,75); }
H1.HeaderClassName
{
color: #543B4B;
}
.AnyTagClassName
{
color: #543B4B;
}
</style>
background-color css
<style>
a { background-color: #543B4B; }
a { background-color: rgb(84,59,75); }
div.DivClassName
{
background-color: #543B4B;
}
.BgClassName
{
background-color: #543B4B;
}
</style>
border-color css
<style>
span { border-color: #543B4B; }
span { border-color: rgb(84,59,75); }
td.TdClassName
{
border-color: #543B4B;
}
.TagClassName
{
border-color: #543B4B;
}
</style>