Shades of Purple Taupe #544452
Tints of Purple Taupe #544452
RGB
CMYK
RGB Variations
Color information
#544452 (or 0x544452) is known color: Purple Taupe. HEX triplet: 54, 44 and 52. RGB value is (84,68,82). Sum of RGB (Red+Green+Blue) = 84+68+82=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 84 - color contains mainly: red. Hex color #544452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544452 is #ABBBAD. Grayscale: #4A4A4A. Windows color (decimal): -11254702 or 5391444. OLE color: 5391444.
HSL color Cylindrical-coordinate representation of color #544452: hue angle of 307.5º 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 #544452 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 68 | 82 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.67 |
| HSL | 307.5º | 0.11% | 0.3% | - |
| HSV(B) | 307.5º | 0.19% | 0.33% | - |
| XYZ | 7.25 | 6.63 | 8.88 | - |
| YUV | 74.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 82 | 0 | 0.19 | 0.02 | 0.67 | 307.5 | 0.11 | 0.3 |
| Hex | 54 | 44 | 52 | 0 | 13 | 2 | 43 | 134 | B | 1E |
| Octal | 124 | 104 | 122 | 0 | 23 | 2 | 103 | 464 | 13 | 36 |
| Binary | 1010100 | 1000100 | 1010010 | 0 | 10011 | 10 | 1000011 | 100110100 | 1011 | 11110 |
Color Harmonies of #544452
Complementary color
Monochromatic Colors of #544452
Black with #544452
Text Example
Text Example
White with #544452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544452; }
p { color: rgb(84,68,82); }
H1.HeaderClassName
{
color: #544452;
}
.AnyTagClassName
{
color: #544452;
}
</style>
background-color css
<style>
a { background-color: #544452; }
a { background-color: rgb(84,68,82); }
div.DivClassName
{
background-color: #544452;
}
.BgClassName
{
background-color: #544452;
}
</style>
border-color css
<style>
span { border-color: #544452; }
span { border-color: rgb(84,68,82); }
td.TdClassName
{
border-color: #544452;
}
.TagClassName
{
border-color: #544452;
}
</style>