Shades of Purple Taupe #563C4D
Tints of Purple Taupe #563C4D
RGB
CMYK
RGB Variations
Color information
#563C4D (or 0x563C4D) is known color: Purple Taupe. HEX triplet: 56, 3C and 4D. RGB value is (86,60,77). Sum of RGB (Red+Green+Blue) = 86+60+77=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 86 - color contains mainly: red. Hex color #563C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563C4D is #A9C3B2. Grayscale: #454545. Windows color (decimal): -11125683 or 5061718. OLE color: 5061718.
HSL color Cylindrical-coordinate representation of color #563C4D: hue angle of 320.77º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #563C4D is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 77 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.66 |
| HSL | 320.77º | 0.18% | 0.29% | - |
| HSV(B) | 320.77º | 0.3% | 0.34% | - |
| XYZ | 6.79 | 5.75 | 7.77 | - |
| YUV | 69.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 77 | 0 | 0.30 | 0.10 | 0.66 | 320.77 | 0.18 | 0.29 |
| Hex | 56 | 3C | 4D | 0 | 1E | A | 42 | 141 | 12 | 1D |
| Octal | 126 | 74 | 115 | 0 | 36 | 12 | 102 | 501 | 22 | 35 |
| Binary | 1010110 | 111100 | 1001101 | 0 | 11110 | 1010 | 1000010 | 101000001 | 10010 | 11101 |
Color Harmonies of #563C4D
Complementary color
Monochromatic Colors of #563C4D
Black with #563C4D
Text Example
Text Example
White with #563C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C4D; }
p { color: rgb(86,60,77); }
H1.HeaderClassName
{
color: #563C4D;
}
.AnyTagClassName
{
color: #563C4D;
}
</style>
background-color css
<style>
a { background-color: #563C4D; }
a { background-color: rgb(86,60,77); }
div.DivClassName
{
background-color: #563C4D;
}
.BgClassName
{
background-color: #563C4D;
}
</style>
border-color css
<style>
span { border-color: #563C4D; }
span { border-color: rgb(86,60,77); }
td.TdClassName
{
border-color: #563C4D;
}
.TagClassName
{
border-color: #563C4D;
}
</style>