Shades of Purple Taupe #543950
Tints of Purple Taupe #543950
RGB
CMYK
RGB Variations
Color information
#543950 (or 0x543950) is known color: Purple Taupe. HEX triplet: 54, 39 and 50. RGB value is (84,57,80). Sum of RGB (Red+Green+Blue) = 84+57+80=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 84 - color contains mainly: red. Hex color #543950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543950 is #ABC6AF. Grayscale: #434343. Windows color (decimal): -11257520 or 5257556. OLE color: 5257556.
HSL color Cylindrical-coordinate representation of color #543950: hue angle of 308.89º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #543950 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 57 | 80 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.67 |
| HSL | 308.89º | 0.19% | 0.28% | - |
| HSV(B) | 308.89º | 0.32% | 0.33% | - |
| XYZ | 6.57 | 5.39 | 8.28 | - |
| YUV | 67.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 57 | 80 | 0 | 0.32 | 0.05 | 0.67 | 308.89 | 0.19 | 0.28 |
| Hex | 54 | 39 | 50 | 0 | 20 | 5 | 43 | 135 | 13 | 1C |
| Octal | 124 | 71 | 120 | 0 | 40 | 5 | 103 | 465 | 23 | 34 |
| Binary | 1010100 | 111001 | 1010000 | 0 | 100000 | 101 | 1000011 | 100110101 | 10011 | 11100 |
Color Harmonies of #543950
Complementary color
Monochromatic Colors of #543950
Black with #543950
Text Example
Text Example
White with #543950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543950; }
p { color: rgb(84,57,80); }
H1.HeaderClassName
{
color: #543950;
}
.AnyTagClassName
{
color: #543950;
}
</style>
background-color css
<style>
a { background-color: #543950; }
a { background-color: rgb(84,57,80); }
div.DivClassName
{
background-color: #543950;
}
.BgClassName
{
background-color: #543950;
}
</style>
border-color css
<style>
span { border-color: #543950; }
span { border-color: rgb(84,57,80); }
td.TdClassName
{
border-color: #543950;
}
.TagClassName
{
border-color: #543950;
}
</style>