Shades of Purple Taupe #544352
Tints of Purple Taupe #544352
RGB
CMYK
RGB Variations
Color information
#544352 (or 0x544352) is known color: Purple Taupe. HEX triplet: 54, 43 and 52. RGB value is (84,67,82). Sum of RGB (Red+Green+Blue) = 84+67+82=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 84 - color contains mainly: red. Hex color #544352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544352 is #ABBCAD. Grayscale: #494949. Windows color (decimal): -11254958 or 5391188. OLE color: 5391188.
HSL color Cylindrical-coordinate representation of color #544352: hue angle of 307.06º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #544352 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 67 | 82 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.67 |
| HSL | 307.06º | 0.11% | 0.3% | - |
| HSV(B) | 307.06º | 0.2% | 0.33% | - |
| XYZ | 7.19 | 6.51 | 8.86 | - |
| YUV | 73.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 82 | 0 | 0.20 | 0.02 | 0.67 | 307.06 | 0.11 | 0.3 |
| Hex | 54 | 43 | 52 | 0 | 14 | 2 | 43 | 133 | B | 1E |
| Octal | 124 | 103 | 122 | 0 | 24 | 2 | 103 | 463 | 13 | 36 |
| Binary | 1010100 | 1000011 | 1010010 | 0 | 10100 | 10 | 1000011 | 100110011 | 1011 | 11110 |
Color Harmonies of #544352
Complementary color
Monochromatic Colors of #544352
Black with #544352
Text Example
Text Example
White with #544352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544352; }
p { color: rgb(84,67,82); }
H1.HeaderClassName
{
color: #544352;
}
.AnyTagClassName
{
color: #544352;
}
</style>
background-color css
<style>
a { background-color: #544352; }
a { background-color: rgb(84,67,82); }
div.DivClassName
{
background-color: #544352;
}
.BgClassName
{
background-color: #544352;
}
</style>
border-color css
<style>
span { border-color: #544352; }
span { border-color: rgb(84,67,82); }
td.TdClassName
{
border-color: #544352;
}
.TagClassName
{
border-color: #544352;
}
</style>