Shades of Purple Taupe #544752
Tints of Purple Taupe #544752
RGB
CMYK
RGB Variations
Color information
#544752 (or 0x544752) is known color: Purple Taupe. HEX triplet: 54, 47 and 52. RGB value is (84,71,82). Sum of RGB (Red+Green+Blue) = 84+71+82=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 84 - color contains mainly: red. Hex color #544752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544752 is #ABB8AD. Grayscale: #4C4C4C. Windows color (decimal): -11253934 or 5392212. OLE color: 5392212.
HSL color Cylindrical-coordinate representation of color #544752: hue angle of 309.23º 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 #544752 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 71 | 82 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.67 |
| HSL | 309.23º | 0.08% | 0.3% | - |
| HSV(B) | 309.23º | 0.15% | 0.33% | - |
| XYZ | 7.43 | 7 | 8.94 | - |
| YUV | 76.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 71 | 82 | 0 | 0.15 | 0.02 | 0.67 | 309.23 | 0.08 | 0.3 |
| Hex | 54 | 47 | 52 | 0 | F | 2 | 43 | 135 | 8 | 1E |
| Octal | 124 | 107 | 122 | 0 | 17 | 2 | 103 | 465 | 10 | 36 |
| Binary | 1010100 | 1000111 | 1010010 | 0 | 1111 | 10 | 1000011 | 100110101 | 1000 | 11110 |
Color Harmonies of #544752
Complementary color
Monochromatic Colors of #544752
Black with #544752
Text Example
Text Example
White with #544752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544752; }
p { color: rgb(84,71,82); }
H1.HeaderClassName
{
color: #544752;
}
.AnyTagClassName
{
color: #544752;
}
</style>
background-color css
<style>
a { background-color: #544752; }
a { background-color: rgb(84,71,82); }
div.DivClassName
{
background-color: #544752;
}
.BgClassName
{
background-color: #544752;
}
</style>
border-color css
<style>
span { border-color: #544752; }
span { border-color: rgb(84,71,82); }
td.TdClassName
{
border-color: #544752;
}
.TagClassName
{
border-color: #544752;
}
</style>