Shades of Purple Taupe #56374D
Tints of Purple Taupe #56374D
RGB
CMYK
RGB Variations
Color information
#56374D (or 0x56374D) is known color: Purple Taupe. HEX triplet: 56, 37 and 4D. RGB value is (86,55,77). Sum of RGB (Red+Green+Blue) = 86+55+77=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 86 - color contains mainly: red. Hex color #56374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56374D is #A9C8B2. Grayscale: #424242. Windows color (decimal): -11126963 or 5060438. OLE color: 5060438.
HSL color Cylindrical-coordinate representation of color #56374D: hue angle of 317.42º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56374D is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 55 | 77 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.66 |
| HSL | 317.42º | 0.22% | 0.28% | - |
| HSV(B) | 317.42º | 0.36% | 0.34% | - |
| XYZ | 6.54 | 5.25 | 7.69 | - |
| YUV | 66.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 55 | 77 | 0 | 0.36 | 0.10 | 0.66 | 317.42 | 0.22 | 0.28 |
| Hex | 56 | 37 | 4D | 0 | 24 | A | 42 | 13D | 16 | 1C |
| Octal | 126 | 67 | 115 | 0 | 44 | 12 | 102 | 475 | 26 | 34 |
| Binary | 1010110 | 110111 | 1001101 | 0 | 100100 | 1010 | 1000010 | 100111101 | 10110 | 11100 |
Color Harmonies of #56374D
Complementary color
Monochromatic Colors of #56374D
Black with #56374D
Text Example
Text Example
White with #56374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56374D; }
p { color: rgb(86,55,77); }
H1.HeaderClassName
{
color: #56374D;
}
.AnyTagClassName
{
color: #56374D;
}
</style>
background-color css
<style>
a { background-color: #56374D; }
a { background-color: rgb(86,55,77); }
div.DivClassName
{
background-color: #56374D;
}
.BgClassName
{
background-color: #56374D;
}
</style>
border-color css
<style>
span { border-color: #56374D; }
span { border-color: rgb(86,55,77); }
td.TdClassName
{
border-color: #56374D;
}
.TagClassName
{
border-color: #56374D;
}
</style>