Shades of Purple Taupe #533E4C
Tints of Purple Taupe #533E4C
RGB
CMYK
RGB Variations
Color information
#533E4C (or 0x533E4C) is known color: Purple Taupe. HEX triplet: 53, 3E and 4C. RGB value is (83,62,76). Sum of RGB (Red+Green+Blue) = 83+62+76=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #533E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E4C is #ACC1B3. Grayscale: #454545. Windows color (decimal): -11321780 or 4996691. OLE color: 4996691.
HSL color Cylindrical-coordinate representation of color #533E4C: hue angle of 320º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #533E4C is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 62 | 76 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.67 |
| HSL | 320º | 0.14% | 0.28% | - |
| HSV(B) | 320º | 0.25% | 0.33% | - |
| XYZ | 6.59 | 5.81 | 7.61 | - |
| YUV | 69.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 76 | 0 | 0.25 | 0.08 | 0.67 | 320 | 0.14 | 0.28 |
| Hex | 53 | 3E | 4C | 0 | 19 | 8 | 43 | 140 | E | 1C |
| Octal | 123 | 76 | 114 | 0 | 31 | 10 | 103 | 500 | 16 | 34 |
| Binary | 1010011 | 111110 | 1001100 | 0 | 11001 | 1000 | 1000011 | 101000000 | 1110 | 11100 |
Color Harmonies of #533E4C
Complementary color
Monochromatic Colors of #533E4C
Black with #533E4C
Text Example
Text Example
White with #533E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E4C; }
p { color: rgb(83,62,76); }
H1.HeaderClassName
{
color: #533E4C;
}
.AnyTagClassName
{
color: #533E4C;
}
</style>
background-color css
<style>
a { background-color: #533E4C; }
a { background-color: rgb(83,62,76); }
div.DivClassName
{
background-color: #533E4C;
}
.BgClassName
{
background-color: #533E4C;
}
</style>
border-color css
<style>
span { border-color: #533E4C; }
span { border-color: rgb(83,62,76); }
td.TdClassName
{
border-color: #533E4C;
}
.TagClassName
{
border-color: #533E4C;
}
</style>