Shades of Purple Taupe #533C4E
Tints of Purple Taupe #533C4E
RGB
CMYK
RGB Variations
Color information
#533C4E (or 0x533C4E) is known color: Purple Taupe. HEX triplet: 53, 3C and 4E. RGB value is (83,60,78). Sum of RGB (Red+Green+Blue) = 83+60+78=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #533C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C4E is #ACC3B1. Grayscale: #444444. Windows color (decimal): -11322290 or 5127251. OLE color: 5127251.
HSL color Cylindrical-coordinate representation of color #533C4E: hue angle of 313.04º 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 #533C4E is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 78 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.67 |
| HSL | 313.04º | 0.16% | 0.28% | - |
| HSV(B) | 313.04º | 0.28% | 0.33% | - |
| XYZ | 6.56 | 5.62 | 7.95 | - |
| YUV | 68.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 78 | 0 | 0.28 | 0.06 | 0.67 | 313.04 | 0.16 | 0.28 |
| Hex | 53 | 3C | 4E | 0 | 1C | 6 | 43 | 139 | 10 | 1C |
| Octal | 123 | 74 | 116 | 0 | 34 | 6 | 103 | 471 | 20 | 34 |
| Binary | 1010011 | 111100 | 1001110 | 0 | 11100 | 110 | 1000011 | 100111001 | 10000 | 11100 |
Color Harmonies of #533C4E
Complementary color
Monochromatic Colors of #533C4E
Black with #533C4E
Text Example
Text Example
White with #533C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C4E; }
p { color: rgb(83,60,78); }
H1.HeaderClassName
{
color: #533C4E;
}
.AnyTagClassName
{
color: #533C4E;
}
</style>
background-color css
<style>
a { background-color: #533C4E; }
a { background-color: rgb(83,60,78); }
div.DivClassName
{
background-color: #533C4E;
}
.BgClassName
{
background-color: #533C4E;
}
</style>
border-color css
<style>
span { border-color: #533C4E; }
span { border-color: rgb(83,60,78); }
td.TdClassName
{
border-color: #533C4E;
}
.TagClassName
{
border-color: #533C4E;
}
</style>