Shades of Purple Taupe #56394D
Tints of Purple Taupe #56394D
RGB
CMYK
RGB Variations
Color information
#56394D (or 0x56394D) is known color: Purple Taupe. HEX triplet: 56, 39 and 4D. RGB value is (86,57,77). Sum of RGB (Red+Green+Blue) = 86+57+77=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 86 - color contains mainly: red. Hex color #56394D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56394D is #A9C6B2. Grayscale: #434343. Windows color (decimal): -11126451 or 5060950. OLE color: 5060950.
HSL color Cylindrical-coordinate representation of color #56394D: hue angle of 318.62º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56394D is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 57 | 77 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.66 |
| HSL | 318.62º | 0.2% | 0.28% | - |
| HSV(B) | 318.62º | 0.34% | 0.34% | - |
| XYZ | 6.64 | 5.44 | 7.72 | - |
| YUV | 67.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 57 | 77 | 0 | 0.34 | 0.10 | 0.66 | 318.62 | 0.2 | 0.28 |
| Hex | 56 | 39 | 4D | 0 | 22 | A | 42 | 13F | 14 | 1C |
| Octal | 126 | 71 | 115 | 0 | 42 | 12 | 102 | 477 | 24 | 34 |
| Binary | 1010110 | 111001 | 1001101 | 0 | 100010 | 1010 | 1000010 | 100111111 | 10100 | 11100 |
Color Harmonies of #56394D
Complementary color
Monochromatic Colors of #56394D
Black with #56394D
Text Example
Text Example
White with #56394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56394D; }
p { color: rgb(86,57,77); }
H1.HeaderClassName
{
color: #56394D;
}
.AnyTagClassName
{
color: #56394D;
}
</style>
background-color css
<style>
a { background-color: #56394D; }
a { background-color: rgb(86,57,77); }
div.DivClassName
{
background-color: #56394D;
}
.BgClassName
{
background-color: #56394D;
}
</style>
border-color css
<style>
span { border-color: #56394D; }
span { border-color: rgb(86,57,77); }
td.TdClassName
{
border-color: #56394D;
}
.TagClassName
{
border-color: #56394D;
}
</style>