Shades of Purple Taupe #56364F
Tints of Purple Taupe #56364F
RGB
CMYK
RGB Variations
Color information
#56364F (or 0x56364F) is known color: Purple Taupe. HEX triplet: 56, 36 and 4F. RGB value is (86,54,79). Sum of RGB (Red+Green+Blue) = 86+54+79=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 86 - color contains mainly: red. Hex color #56364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56364F is #A9C9B0. Grayscale: #424242. Windows color (decimal): -11127217 or 5191254. OLE color: 5191254.
HSL color Cylindrical-coordinate representation of color #56364F: hue angle of 313.12º 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 #56364F is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 54 | 79 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.66 |
| HSL | 313.13º | 0.23% | 0.27% | - |
| HSV(B) | 313.13º | 0.37% | 0.34% | - |
| XYZ | 6.57 | 5.18 | 8.05 | - |
| YUV | 66.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 54 | 79 | 0 | 0.37 | 0.08 | 0.66 | 313.13 | 0.23 | 0.27 |
| Hex | 56 | 36 | 4F | 0 | 25 | 8 | 42 | 139 | 17 | 1B |
| Octal | 126 | 66 | 117 | 0 | 45 | 10 | 102 | 471 | 27 | 33 |
| Binary | 1010110 | 110110 | 1001111 | 0 | 100101 | 1000 | 1000010 | 100111001 | 10111 | 11011 |
Color Harmonies of #56364F
Complementary color
Monochromatic Colors of #56364F
Black with #56364F
Text Example
Text Example
White with #56364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56364F; }
p { color: rgb(86,54,79); }
H1.HeaderClassName
{
color: #56364F;
}
.AnyTagClassName
{
color: #56364F;
}
</style>
background-color css
<style>
a { background-color: #56364F; }
a { background-color: rgb(86,54,79); }
div.DivClassName
{
background-color: #56364F;
}
.BgClassName
{
background-color: #56364F;
}
</style>
border-color css
<style>
span { border-color: #56364F; }
span { border-color: rgb(86,54,79); }
td.TdClassName
{
border-color: #56364F;
}
.TagClassName
{
border-color: #56364F;
}
</style>