Shades of Purple Taupe #533C4F
Tints of Purple Taupe #533C4F
RGB
CMYK
RGB Variations
Color information
#533C4F (or 0x533C4F) is known color: Purple Taupe. HEX triplet: 53, 3C and 4F. RGB value is (83,60,79). Sum of RGB (Red+Green+Blue) = 83+60+79=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #533C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C4F is #ACC3B0. Grayscale: #444444. Windows color (decimal): -11322289 or 5192787. OLE color: 5192787.
HSL color Cylindrical-coordinate representation of color #533C4F: hue angle of 310.43º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #533C4F is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 79 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.67 |
| HSL | 310.43º | 0.16% | 0.28% | - |
| HSV(B) | 310.43º | 0.28% | 0.33% | - |
| XYZ | 6.59 | 5.64 | 8.14 | - |
| YUV | 69.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 79 | 0 | 0.28 | 0.05 | 0.67 | 310.43 | 0.16 | 0.28 |
| Hex | 53 | 3C | 4F | 0 | 1C | 5 | 43 | 136 | 10 | 1C |
| Octal | 123 | 74 | 117 | 0 | 34 | 5 | 103 | 466 | 20 | 34 |
| Binary | 1010011 | 111100 | 1001111 | 0 | 11100 | 101 | 1000011 | 100110110 | 10000 | 11100 |
Color Harmonies of #533C4F
Complementary color
Monochromatic Colors of #533C4F
Black with #533C4F
Text Example
Text Example
White with #533C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C4F; }
p { color: rgb(83,60,79); }
H1.HeaderClassName
{
color: #533C4F;
}
.AnyTagClassName
{
color: #533C4F;
}
</style>
background-color css
<style>
a { background-color: #533C4F; }
a { background-color: rgb(83,60,79); }
div.DivClassName
{
background-color: #533C4F;
}
.BgClassName
{
background-color: #533C4F;
}
</style>
border-color css
<style>
span { border-color: #533C4F; }
span { border-color: rgb(83,60,79); }
td.TdClassName
{
border-color: #533C4F;
}
.TagClassName
{
border-color: #533C4F;
}
</style>