Shades of Purple Taupe #56364E
Tints of Purple Taupe #56364E
RGB
CMYK
RGB Variations
Color information
#56364E (or 0x56364E) is known color: Purple Taupe. HEX triplet: 56, 36 and 4E. RGB value is (86,54,78). Sum of RGB (Red+Green+Blue) = 86+54+78=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 86 - color contains mainly: red. Hex color #56364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56364E is #A9C9B1. Grayscale: #424242. Windows color (decimal): -11127218 or 5125718. OLE color: 5125718.
HSL color Cylindrical-coordinate representation of color #56364E: hue angle of 315º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56364E is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 54 | 78 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.66 |
| HSL | 315º | 0.23% | 0.27% | - |
| HSV(B) | 315º | 0.37% | 0.34% | - |
| XYZ | 6.53 | 5.17 | 7.86 | - |
| YUV | 66.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 54 | 78 | 0 | 0.37 | 0.09 | 0.66 | 315 | 0.23 | 0.27 |
| Hex | 56 | 36 | 4E | 0 | 25 | 9 | 42 | 13B | 17 | 1B |
| Octal | 126 | 66 | 116 | 0 | 45 | 11 | 102 | 473 | 27 | 33 |
| Binary | 1010110 | 110110 | 1001110 | 0 | 100101 | 1001 | 1000010 | 100111011 | 10111 | 11011 |
Color Harmonies of #56364E
Complementary color
Monochromatic Colors of #56364E
Black with #56364E
Text Example
Text Example
White with #56364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56364E; }
p { color: rgb(86,54,78); }
H1.HeaderClassName
{
color: #56364E;
}
.AnyTagClassName
{
color: #56364E;
}
</style>
background-color css
<style>
a { background-color: #56364E; }
a { background-color: rgb(86,54,78); }
div.DivClassName
{
background-color: #56364E;
}
.BgClassName
{
background-color: #56364E;
}
</style>
border-color css
<style>
span { border-color: #56364E; }
span { border-color: rgb(86,54,78); }
td.TdClassName
{
border-color: #56364E;
}
.TagClassName
{
border-color: #56364E;
}
</style>