Shades of Purple Taupe #53374D
Tints of Purple Taupe #53374D
RGB
CMYK
RGB Variations
Color information
#53374D (or 0x53374D) is known color: Purple Taupe. HEX triplet: 53, 37 and 4D. RGB value is (83,55,77). Sum of RGB (Red+Green+Blue) = 83+55+77=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #53374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53374D is #ACC8B2. Grayscale: #414141. Windows color (decimal): -11323571 or 5060435. OLE color: 5060435.
HSL color Cylindrical-coordinate representation of color #53374D: hue angle of 312.86º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53374D is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 55 | 77 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.67 |
| HSL | 312.86º | 0.2% | 0.27% | - |
| HSV(B) | 312.86º | 0.34% | 0.33% | - |
| XYZ | 6.27 | 5.11 | 7.68 | - |
| YUV | 65.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 55 | 77 | 0 | 0.34 | 0.07 | 0.67 | 312.86 | 0.2 | 0.27 |
| Hex | 53 | 37 | 4D | 0 | 22 | 7 | 43 | 139 | 14 | 1B |
| Octal | 123 | 67 | 115 | 0 | 42 | 7 | 103 | 471 | 24 | 33 |
| Binary | 1010011 | 110111 | 1001101 | 0 | 100010 | 111 | 1000011 | 100111001 | 10100 | 11011 |
Color Harmonies of #53374D
Complementary color
Monochromatic Colors of #53374D
Black with #53374D
Text Example
Text Example
White with #53374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53374D; }
p { color: rgb(83,55,77); }
H1.HeaderClassName
{
color: #53374D;
}
.AnyTagClassName
{
color: #53374D;
}
</style>
background-color css
<style>
a { background-color: #53374D; }
a { background-color: rgb(83,55,77); }
div.DivClassName
{
background-color: #53374D;
}
.BgClassName
{
background-color: #53374D;
}
</style>
border-color css
<style>
span { border-color: #53374D; }
span { border-color: rgb(83,55,77); }
td.TdClassName
{
border-color: #53374D;
}
.TagClassName
{
border-color: #53374D;
}
</style>