Shades of Purple Taupe #533F4D
Tints of Purple Taupe #533F4D
RGB
CMYK
RGB Variations
Color information
#533F4D (or 0x533F4D) is known color: Purple Taupe. HEX triplet: 53, 3F and 4D. RGB value is (83,63,77). Sum of RGB (Red+Green+Blue) = 83+63+77=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #533F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533F4D is #ACC0B2. Grayscale: #464646. Windows color (decimal): -11321523 or 5062483. OLE color: 5062483.
HSL color Cylindrical-coordinate representation of color #533F4D: hue angle of 318º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #533F4D is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 63 | 77 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.67 |
| HSL | 318º | 0.14% | 0.29% | - |
| HSV(B) | 318º | 0.24% | 0.33% | - |
| XYZ | 6.68 | 5.93 | 7.81 | - |
| YUV | 70.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 77 | 0 | 0.24 | 0.07 | 0.67 | 318 | 0.14 | 0.29 |
| Hex | 53 | 3F | 4D | 0 | 18 | 7 | 43 | 13E | E | 1D |
| Octal | 123 | 77 | 115 | 0 | 30 | 7 | 103 | 476 | 16 | 35 |
| Binary | 1010011 | 111111 | 1001101 | 0 | 11000 | 111 | 1000011 | 100111110 | 1110 | 11101 |
Color Harmonies of #533F4D
Complementary color
Monochromatic Colors of #533F4D
Black with #533F4D
Text Example
Text Example
White with #533F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F4D; }
p { color: rgb(83,63,77); }
H1.HeaderClassName
{
color: #533F4D;
}
.AnyTagClassName
{
color: #533F4D;
}
</style>
background-color css
<style>
a { background-color: #533F4D; }
a { background-color: rgb(83,63,77); }
div.DivClassName
{
background-color: #533F4D;
}
.BgClassName
{
background-color: #533F4D;
}
</style>
border-color css
<style>
span { border-color: #533F4D; }
span { border-color: rgb(83,63,77); }
td.TdClassName
{
border-color: #533F4D;
}
.TagClassName
{
border-color: #533F4D;
}
</style>