Shades of Purple Taupe #533A4C
Tints of Purple Taupe #533A4C
RGB
CMYK
RGB Variations
Color information
#533A4C (or 0x533A4C) is known color: Purple Taupe. HEX triplet: 53, 3A and 4C. RGB value is (83,58,76). Sum of RGB (Red+Green+Blue) = 83+58+76=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #533A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A4C is #ACC5B3. Grayscale: #434343. Windows color (decimal): -11322804 or 4995667. OLE color: 4995667.
HSL color Cylindrical-coordinate representation of color #533A4C: hue angle of 316.8º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #533A4C is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 76 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.67 |
| HSL | 316.8º | 0.18% | 0.28% | - |
| HSV(B) | 316.8º | 0.3% | 0.33% | - |
| XYZ | 6.38 | 5.39 | 7.54 | - |
| YUV | 67.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 76 | 0 | 0.30 | 0.08 | 0.67 | 316.8 | 0.18 | 0.28 |
| Hex | 53 | 3A | 4C | 0 | 1E | 8 | 43 | 13D | 12 | 1C |
| Octal | 123 | 72 | 114 | 0 | 36 | 10 | 103 | 475 | 22 | 34 |
| Binary | 1010011 | 111010 | 1001100 | 0 | 11110 | 1000 | 1000011 | 100111101 | 10010 | 11100 |
Color Harmonies of #533A4C
Complementary color
Monochromatic Colors of #533A4C
Black with #533A4C
Text Example
Text Example
White with #533A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A4C; }
p { color: rgb(83,58,76); }
H1.HeaderClassName
{
color: #533A4C;
}
.AnyTagClassName
{
color: #533A4C;
}
</style>
background-color css
<style>
a { background-color: #533A4C; }
a { background-color: rgb(83,58,76); }
div.DivClassName
{
background-color: #533A4C;
}
.BgClassName
{
background-color: #533A4C;
}
</style>
border-color css
<style>
span { border-color: #533A4C; }
span { border-color: rgb(83,58,76); }
td.TdClassName
{
border-color: #533A4C;
}
.TagClassName
{
border-color: #533A4C;
}
</style>