Shades of Purple Taupe #56384D
Tints of Purple Taupe #56384D
RGB
CMYK
RGB Variations
Color information
#56384D (or 0x56384D) is known color: Purple Taupe. HEX triplet: 56, 38 and 4D. RGB value is (86,56,77). Sum of RGB (Red+Green+Blue) = 86+56+77=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 86 - color contains mainly: red. Hex color #56384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56384D is #A9C7B2. Grayscale: #434343. Windows color (decimal): -11126707 or 5060694. OLE color: 5060694.
HSL color Cylindrical-coordinate representation of color #56384D: hue angle of 318º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56384D is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 56 | 77 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.66 |
| HSL | 318º | 0.21% | 0.28% | - |
| HSV(B) | 318º | 0.35% | 0.34% | - |
| XYZ | 6.59 | 5.34 | 7.7 | - |
| YUV | 67.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 56 | 77 | 0 | 0.35 | 0.10 | 0.66 | 318 | 0.21 | 0.28 |
| Hex | 56 | 38 | 4D | 0 | 23 | A | 42 | 13E | 15 | 1C |
| Octal | 126 | 70 | 115 | 0 | 43 | 12 | 102 | 476 | 25 | 34 |
| Binary | 1010110 | 111000 | 1001101 | 0 | 100011 | 1010 | 1000010 | 100111110 | 10101 | 11100 |
Color Harmonies of #56384D
Complementary color
Monochromatic Colors of #56384D
Black with #56384D
Text Example
Text Example
White with #56384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56384D; }
p { color: rgb(86,56,77); }
H1.HeaderClassName
{
color: #56384D;
}
.AnyTagClassName
{
color: #56384D;
}
</style>
background-color css
<style>
a { background-color: #56384D; }
a { background-color: rgb(86,56,77); }
div.DivClassName
{
background-color: #56384D;
}
.BgClassName
{
background-color: #56384D;
}
</style>
border-color css
<style>
span { border-color: #56384D; }
span { border-color: rgb(86,56,77); }
td.TdClassName
{
border-color: #56384D;
}
.TagClassName
{
border-color: #56384D;
}
</style>