Shades of Purple Taupe #544153
Tints of Purple Taupe #544153
RGB
CMYK
RGB Variations
Color information
#544153 (or 0x544153) is known color: Purple Taupe. HEX triplet: 54, 41 and 53. RGB value is (84,65,83). Sum of RGB (Red+Green+Blue) = 84+65+83=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 84 - color contains mainly: red. Hex color #544153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544153 is #ABBEAC. Grayscale: #484848. Windows color (decimal): -11255469 or 5456212. OLE color: 5456212.
HSL color Cylindrical-coordinate representation of color #544153: hue angle of 303.16º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #544153 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 65 | 83 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.67 |
| HSL | 303.16º | 0.13% | 0.29% | - |
| HSV(B) | 303.16º | 0.23% | 0.33% | - |
| XYZ | 7.11 | 6.29 | 9.02 | - |
| YUV | 72.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 83 | 0 | 0.23 | 0.01 | 0.67 | 303.16 | 0.13 | 0.29 |
| Hex | 54 | 41 | 53 | 0 | 17 | 1 | 43 | 12F | D | 1D |
| Octal | 124 | 101 | 123 | 0 | 27 | 1 | 103 | 457 | 15 | 35 |
| Binary | 1010100 | 1000001 | 1010011 | 0 | 10111 | 1 | 1000011 | 100101111 | 1101 | 11101 |
Color Harmonies of #544153
Complementary color
Monochromatic Colors of #544153
Black with #544153
Text Example
Text Example
White with #544153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544153; }
p { color: rgb(84,65,83); }
H1.HeaderClassName
{
color: #544153;
}
.AnyTagClassName
{
color: #544153;
}
</style>
background-color css
<style>
a { background-color: #544153; }
a { background-color: rgb(84,65,83); }
div.DivClassName
{
background-color: #544153;
}
.BgClassName
{
background-color: #544153;
}
</style>
border-color css
<style>
span { border-color: #544153; }
span { border-color: rgb(84,65,83); }
td.TdClassName
{
border-color: #544153;
}
.TagClassName
{
border-color: #544153;
}
</style>