Shades of Purple Taupe #56384B
Tints of Purple Taupe #56384B
RGB
CMYK
RGB Variations
Color information
#56384B (or 0x56384B) is known color: Purple Taupe. HEX triplet: 56, 38 and 4B. RGB value is (86,56,75). Sum of RGB (Red+Green+Blue) = 86+56+75=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 86 - color contains mainly: red. Hex color #56384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56384B is #A9C7B4. Grayscale: #434343. Windows color (decimal): -11126709 or 4929622. OLE color: 4929622.
HSL color Cylindrical-coordinate representation of color #56384B: hue angle of 322º 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 #56384B is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 56 | 75 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.66 |
| HSL | 322º | 0.21% | 0.28% | - |
| HSV(B) | 322º | 0.35% | 0.34% | - |
| XYZ | 6.52 | 5.31 | 7.34 | - |
| YUV | 67.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 56 | 75 | 0 | 0.35 | 0.13 | 0.66 | 322 | 0.21 | 0.28 |
| Hex | 56 | 38 | 4B | 0 | 23 | D | 42 | 142 | 15 | 1C |
| Octal | 126 | 70 | 113 | 0 | 43 | 15 | 102 | 502 | 25 | 34 |
| Binary | 1010110 | 111000 | 1001011 | 0 | 100011 | 1101 | 1000010 | 101000010 | 10101 | 11100 |
Color Harmonies of #56384B
Complementary color
Monochromatic Colors of #56384B
Black with #56384B
Text Example
Text Example
White with #56384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56384B; }
p { color: rgb(86,56,75); }
H1.HeaderClassName
{
color: #56384B;
}
.AnyTagClassName
{
color: #56384B;
}
</style>
background-color css
<style>
a { background-color: #56384B; }
a { background-color: rgb(86,56,75); }
div.DivClassName
{
background-color: #56384B;
}
.BgClassName
{
background-color: #56384B;
}
</style>
border-color css
<style>
span { border-color: #56384B; }
span { border-color: rgb(86,56,75); }
td.TdClassName
{
border-color: #56384B;
}
.TagClassName
{
border-color: #56384B;
}
</style>