Shades of Purple Taupe #56394E
Tints of Purple Taupe #56394E
RGB
CMYK
RGB Variations
Color information
#56394E (or 0x56394E) is known color: Purple Taupe. HEX triplet: 56, 39 and 4E. RGB value is (86,57,78). Sum of RGB (Red+Green+Blue) = 86+57+78=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #56394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56394E is #A9C6B1. Grayscale: #444444. Windows color (decimal): -11126450 or 5126486. OLE color: 5126486.
HSL color Cylindrical-coordinate representation of color #56394E: hue angle of 316.55º 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 #56394E is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 57 | 78 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.66 |
| HSL | 316.55º | 0.2% | 0.28% | - |
| HSV(B) | 316.55º | 0.34% | 0.34% | - |
| XYZ | 6.68 | 5.45 | 7.91 | - |
| YUV | 68.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 57 | 78 | 0 | 0.34 | 0.09 | 0.66 | 316.55 | 0.2 | 0.28 |
| Hex | 56 | 39 | 4E | 0 | 22 | 9 | 42 | 13D | 14 | 1C |
| Octal | 126 | 71 | 116 | 0 | 42 | 11 | 102 | 475 | 24 | 34 |
| Binary | 1010110 | 111001 | 1001110 | 0 | 100010 | 1001 | 1000010 | 100111101 | 10100 | 11100 |
Color Harmonies of #56394E
Complementary color
Monochromatic Colors of #56394E
Black with #56394E
Text Example
Text Example
White with #56394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56394E; }
p { color: rgb(86,57,78); }
H1.HeaderClassName
{
color: #56394E;
}
.AnyTagClassName
{
color: #56394E;
}
</style>
background-color css
<style>
a { background-color: #56394E; }
a { background-color: rgb(86,57,78); }
div.DivClassName
{
background-color: #56394E;
}
.BgClassName
{
background-color: #56394E;
}
</style>
border-color css
<style>
span { border-color: #56394E; }
span { border-color: rgb(86,57,78); }
td.TdClassName
{
border-color: #56394E;
}
.TagClassName
{
border-color: #56394E;
}
</style>