Shades of Purple Taupe #544751
Tints of Purple Taupe #544751
RGB
CMYK
RGB Variations
Color information
#544751 (or 0x544751) is known color: Purple Taupe. HEX triplet: 54, 47 and 51. RGB value is (84,71,81). Sum of RGB (Red+Green+Blue) = 84+71+81=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 84 - color contains mainly: red. Hex color #544751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544751 is #ABB8AE. Grayscale: #4C4C4C. Windows color (decimal): -11253935 or 5326676. OLE color: 5326676.
HSL color Cylindrical-coordinate representation of color #544751: hue angle of 313.85º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #544751 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 71 | 81 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.67 |
| HSL | 313.85º | 0.08% | 0.3% | - |
| HSV(B) | 313.85º | 0.15% | 0.33% | - |
| XYZ | 7.39 | 6.99 | 8.74 | - |
| YUV | 76.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 71 | 81 | 0 | 0.15 | 0.04 | 0.67 | 313.85 | 0.08 | 0.3 |
| Hex | 54 | 47 | 51 | 0 | F | 4 | 43 | 13A | 8 | 1E |
| Octal | 124 | 107 | 121 | 0 | 17 | 4 | 103 | 472 | 10 | 36 |
| Binary | 1010100 | 1000111 | 1010001 | 0 | 1111 | 100 | 1000011 | 100111010 | 1000 | 11110 |
Color Harmonies of #544751
Complementary color
Monochromatic Colors of #544751
Black with #544751
Text Example
Text Example
White with #544751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544751; }
p { color: rgb(84,71,81); }
H1.HeaderClassName
{
color: #544751;
}
.AnyTagClassName
{
color: #544751;
}
</style>
background-color css
<style>
a { background-color: #544751; }
a { background-color: rgb(84,71,81); }
div.DivClassName
{
background-color: #544751;
}
.BgClassName
{
background-color: #544751;
}
</style>
border-color css
<style>
span { border-color: #544751; }
span { border-color: rgb(84,71,81); }
td.TdClassName
{
border-color: #544751;
}
.TagClassName
{
border-color: #544751;
}
</style>