Shades of Purple Taupe #56394C
Tints of Purple Taupe #56394C
RGB
CMYK
RGB Variations
Color information
#56394C (or 0x56394C) is known color: Purple Taupe. HEX triplet: 56, 39 and 4C. RGB value is (86,57,76). Sum of RGB (Red+Green+Blue) = 86+57+76=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 86 - color contains mainly: red. Hex color #56394C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56394C is #A9C6B3. Grayscale: #434343. Windows color (decimal): -11126452 or 4995414. OLE color: 4995414.
HSL color Cylindrical-coordinate representation of color #56394C: hue angle of 320.69º 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 #56394C is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 57 | 76 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.66 |
| HSL | 320.69º | 0.2% | 0.28% | - |
| HSV(B) | 320.69º | 0.34% | 0.34% | - |
| XYZ | 6.61 | 5.43 | 7.54 | - |
| YUV | 67.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 57 | 76 | 0 | 0.34 | 0.12 | 0.66 | 320.69 | 0.2 | 0.28 |
| Hex | 56 | 39 | 4C | 0 | 22 | C | 42 | 141 | 14 | 1C |
| Octal | 126 | 71 | 114 | 0 | 42 | 14 | 102 | 501 | 24 | 34 |
| Binary | 1010110 | 111001 | 1001100 | 0 | 100010 | 1100 | 1000010 | 101000001 | 10100 | 11100 |
Color Harmonies of #56394C
Complementary color
Monochromatic Colors of #56394C
Black with #56394C
Text Example
Text Example
White with #56394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56394C; }
p { color: rgb(86,57,76); }
H1.HeaderClassName
{
color: #56394C;
}
.AnyTagClassName
{
color: #56394C;
}
</style>
background-color css
<style>
a { background-color: #56394C; }
a { background-color: rgb(86,57,76); }
div.DivClassName
{
background-color: #56394C;
}
.BgClassName
{
background-color: #56394C;
}
</style>
border-color css
<style>
span { border-color: #56394C; }
span { border-color: rgb(86,57,76); }
td.TdClassName
{
border-color: #56394C;
}
.TagClassName
{
border-color: #56394C;
}
</style>