Shades of Purple Taupe #544753
Tints of Purple Taupe #544753
RGB
CMYK
RGB Variations
Color information
#544753 (or 0x544753) is known color: Purple Taupe. HEX triplet: 54, 47 and 53. RGB value is (84,71,83). Sum of RGB (Red+Green+Blue) = 84+71+83=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 84 - color contains mainly: red. Hex color #544753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544753 is #ABB8AC. Grayscale: #4C4C4C. Windows color (decimal): -11253933 or 5457748. OLE color: 5457748.
HSL color Cylindrical-coordinate representation of color #544753: hue angle of 304.62º 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 #544753 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 71 | 83 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.67 |
| HSL | 304.62º | 0.08% | 0.3% | - |
| HSV(B) | 304.62º | 0.15% | 0.33% | - |
| XYZ | 7.47 | 7.02 | 9.14 | - |
| YUV | 76.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 71 | 83 | 0 | 0.15 | 0.01 | 0.67 | 304.62 | 0.08 | 0.3 |
| Hex | 54 | 47 | 53 | 0 | F | 1 | 43 | 131 | 8 | 1E |
| Octal | 124 | 107 | 123 | 0 | 17 | 1 | 103 | 461 | 10 | 36 |
| Binary | 1010100 | 1000111 | 1010011 | 0 | 1111 | 1 | 1000011 | 100110001 | 1000 | 11110 |
Color Harmonies of #544753
Complementary color
Monochromatic Colors of #544753
Black with #544753
Text Example
Text Example
White with #544753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544753; }
p { color: rgb(84,71,83); }
H1.HeaderClassName
{
color: #544753;
}
.AnyTagClassName
{
color: #544753;
}
</style>
background-color css
<style>
a { background-color: #544753; }
a { background-color: rgb(84,71,83); }
div.DivClassName
{
background-color: #544753;
}
.BgClassName
{
background-color: #544753;
}
</style>
border-color css
<style>
span { border-color: #544753; }
span { border-color: rgb(84,71,83); }
td.TdClassName
{
border-color: #544753;
}
.TagClassName
{
border-color: #544753;
}
</style>