Shades of Purple Taupe #533852
Tints of Purple Taupe #533852
RGB
CMYK
RGB Variations
Color information
#533852 (or 0x533852) is known color: Purple Taupe. HEX triplet: 53, 38 and 52. RGB value is (83,56,82). Sum of RGB (Red+Green+Blue) = 83+56+82=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #533852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533852 is #ACC7AD. Grayscale: #424242. Windows color (decimal): -11323310 or 5388371. OLE color: 5388371.
HSL color Cylindrical-coordinate representation of color #533852: hue angle of 302.22º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #533852 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 56 | 82 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.67 |
| HSL | 302.22º | 0.19% | 0.27% | - |
| HSV(B) | 302.22º | 0.33% | 0.33% | - |
| XYZ | 6.5 | 5.28 | 8.66 | - |
| YUV | 67.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 82 | 0 | 0.33 | 0.01 | 0.67 | 302.22 | 0.19 | 0.27 |
| Hex | 53 | 38 | 52 | 0 | 21 | 1 | 43 | 12E | 13 | 1B |
| Octal | 123 | 70 | 122 | 0 | 41 | 1 | 103 | 456 | 23 | 33 |
| Binary | 1010011 | 111000 | 1010010 | 0 | 100001 | 1 | 1000011 | 100101110 | 10011 | 11011 |
Color Harmonies of #533852
Complementary color
Monochromatic Colors of #533852
Black with #533852
Text Example
Text Example
White with #533852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533852; }
p { color: rgb(83,56,82); }
H1.HeaderClassName
{
color: #533852;
}
.AnyTagClassName
{
color: #533852;
}
</style>
background-color css
<style>
a { background-color: #533852; }
a { background-color: rgb(83,56,82); }
div.DivClassName
{
background-color: #533852;
}
.BgClassName
{
background-color: #533852;
}
</style>
border-color css
<style>
span { border-color: #533852; }
span { border-color: rgb(83,56,82); }
td.TdClassName
{
border-color: #533852;
}
.TagClassName
{
border-color: #533852;
}
</style>