Shades of Purple Taupe #533D4F
Tints of Purple Taupe #533D4F
RGB
CMYK
RGB Variations
Color information
#533D4F (or 0x533D4F) is known color: Purple Taupe. HEX triplet: 53, 3D and 4F. RGB value is (83,61,79). Sum of RGB (Red+Green+Blue) = 83+61+79=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #533D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D4F is #ACC2B0. Grayscale: #454545. Windows color (decimal): -11322033 or 5193043. OLE color: 5193043.
HSL color Cylindrical-coordinate representation of color #533D4F: hue angle of 310.91º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #533D4F is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 79 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.67 |
| HSL | 310.91º | 0.15% | 0.28% | - |
| HSV(B) | 310.91º | 0.27% | 0.33% | - |
| XYZ | 6.65 | 5.74 | 8.15 | - |
| YUV | 69.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 79 | 0 | 0.27 | 0.05 | 0.67 | 310.91 | 0.15 | 0.28 |
| Hex | 53 | 3D | 4F | 0 | 1B | 5 | 43 | 137 | F | 1C |
| Octal | 123 | 75 | 117 | 0 | 33 | 5 | 103 | 467 | 17 | 34 |
| Binary | 1010011 | 111101 | 1001111 | 0 | 11011 | 101 | 1000011 | 100110111 | 1111 | 11100 |
Color Harmonies of #533D4F
Complementary color
Monochromatic Colors of #533D4F
Black with #533D4F
Text Example
Text Example
White with #533D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D4F; }
p { color: rgb(83,61,79); }
H1.HeaderClassName
{
color: #533D4F;
}
.AnyTagClassName
{
color: #533D4F;
}
</style>
background-color css
<style>
a { background-color: #533D4F; }
a { background-color: rgb(83,61,79); }
div.DivClassName
{
background-color: #533D4F;
}
.BgClassName
{
background-color: #533D4F;
}
</style>
border-color css
<style>
span { border-color: #533D4F; }
span { border-color: rgb(83,61,79); }
td.TdClassName
{
border-color: #533D4F;
}
.TagClassName
{
border-color: #533D4F;
}
</style>