Shades of Purple Taupe #544451
Tints of Purple Taupe #544451
RGB
CMYK
RGB Variations
Color information
#544451 (or 0x544451) is known color: Purple Taupe. HEX triplet: 54, 44 and 51. RGB value is (84,68,81). Sum of RGB (Red+Green+Blue) = 84+68+81=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 84 - color contains mainly: red. Hex color #544451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544451 is #ABBBAE. Grayscale: #4A4A4A. Windows color (decimal): -11254703 or 5325908. OLE color: 5325908.
HSL color Cylindrical-coordinate representation of color #544451: hue angle of 311.25º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #544451 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 68 | 81 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.67 |
| HSL | 311.25º | 0.11% | 0.3% | - |
| HSV(B) | 311.25º | 0.19% | 0.33% | - |
| XYZ | 7.21 | 6.61 | 8.68 | - |
| YUV | 74.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 81 | 0 | 0.19 | 0.04 | 0.67 | 311.25 | 0.11 | 0.3 |
| Hex | 54 | 44 | 51 | 0 | 13 | 4 | 43 | 137 | B | 1E |
| Octal | 124 | 104 | 121 | 0 | 23 | 4 | 103 | 467 | 13 | 36 |
| Binary | 1010100 | 1000100 | 1010001 | 0 | 10011 | 100 | 1000011 | 100110111 | 1011 | 11110 |
Color Harmonies of #544451
Complementary color
Monochromatic Colors of #544451
Black with #544451
Text Example
Text Example
White with #544451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544451; }
p { color: rgb(84,68,81); }
H1.HeaderClassName
{
color: #544451;
}
.AnyTagClassName
{
color: #544451;
}
</style>
background-color css
<style>
a { background-color: #544451; }
a { background-color: rgb(84,68,81); }
div.DivClassName
{
background-color: #544451;
}
.BgClassName
{
background-color: #544451;
}
</style>
border-color css
<style>
span { border-color: #544451; }
span { border-color: rgb(84,68,81); }
td.TdClassName
{
border-color: #544451;
}
.TagClassName
{
border-color: #544451;
}
</style>