Shades of Purple Taupe #544453
Tints of Purple Taupe #544453
RGB
CMYK
RGB Variations
Color information
#544453 (or 0x544453) is known color: Purple Taupe. HEX triplet: 54, 44 and 53. RGB value is (84,68,83). Sum of RGB (Red+Green+Blue) = 84+68+83=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 84 - color contains mainly: red. Hex color #544453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544453 is #ABBBAC. Grayscale: #4A4A4A. Windows color (decimal): -11254701 or 5456980. OLE color: 5456980.
HSL color Cylindrical-coordinate representation of color #544453: hue angle of 303.75º 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 #544453 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 68 | 83 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.67 |
| HSL | 303.75º | 0.11% | 0.3% | - |
| HSV(B) | 303.75º | 0.19% | 0.33% | - |
| XYZ | 7.28 | 6.64 | 9.08 | - |
| YUV | 74.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 83 | 0 | 0.19 | 0.01 | 0.67 | 303.75 | 0.11 | 0.3 |
| Hex | 54 | 44 | 53 | 0 | 13 | 1 | 43 | 130 | B | 1E |
| Octal | 124 | 104 | 123 | 0 | 23 | 1 | 103 | 460 | 13 | 36 |
| Binary | 1010100 | 1000100 | 1010011 | 0 | 10011 | 1 | 1000011 | 100110000 | 1011 | 11110 |
Color Harmonies of #544453
Complementary color
Monochromatic Colors of #544453
Black with #544453
Text Example
Text Example
White with #544453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544453; }
p { color: rgb(84,68,83); }
H1.HeaderClassName
{
color: #544453;
}
.AnyTagClassName
{
color: #544453;
}
</style>
background-color css
<style>
a { background-color: #544453; }
a { background-color: rgb(84,68,83); }
div.DivClassName
{
background-color: #544453;
}
.BgClassName
{
background-color: #544453;
}
</style>
border-color css
<style>
span { border-color: #544453; }
span { border-color: rgb(84,68,83); }
td.TdClassName
{
border-color: #544453;
}
.TagClassName
{
border-color: #544453;
}
</style>