Shades of Purple Taupe #544253
Tints of Purple Taupe #544253
RGB
CMYK
RGB Variations
Color information
#544253 (or 0x544253) is known color: Purple Taupe. HEX triplet: 54, 42 and 53. RGB value is (84,66,83). Sum of RGB (Red+Green+Blue) = 84+66+83=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 84 - color contains mainly: red. Hex color #544253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544253 is #ABBDAC. Grayscale: #494949. Windows color (decimal): -11255213 or 5456468. OLE color: 5456468.
HSL color Cylindrical-coordinate representation of color #544253: hue angle of 303.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #544253 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 66 | 83 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.67 |
| HSL | 303.33º | 0.12% | 0.29% | - |
| HSV(B) | 303.33º | 0.21% | 0.33% | - |
| XYZ | 7.17 | 6.41 | 9.04 | - |
| YUV | 73.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 83 | 0 | 0.21 | 0.01 | 0.67 | 303.33 | 0.12 | 0.29 |
| Hex | 54 | 42 | 53 | 0 | 15 | 1 | 43 | 12F | C | 1D |
| Octal | 124 | 102 | 123 | 0 | 25 | 1 | 103 | 457 | 14 | 35 |
| Binary | 1010100 | 1000010 | 1010011 | 0 | 10101 | 1 | 1000011 | 100101111 | 1100 | 11101 |
Color Harmonies of #544253
Complementary color
Monochromatic Colors of #544253
Black with #544253
Text Example
Text Example
White with #544253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544253; }
p { color: rgb(84,66,83); }
H1.HeaderClassName
{
color: #544253;
}
.AnyTagClassName
{
color: #544253;
}
</style>
background-color css
<style>
a { background-color: #544253; }
a { background-color: rgb(84,66,83); }
div.DivClassName
{
background-color: #544253;
}
.BgClassName
{
background-color: #544253;
}
</style>
border-color css
<style>
span { border-color: #544253; }
span { border-color: rgb(84,66,83); }
td.TdClassName
{
border-color: #544253;
}
.TagClassName
{
border-color: #544253;
}
</style>