Shades of Purple Taupe #563C4C
Tints of Purple Taupe #563C4C
RGB
CMYK
RGB Variations
Color information
#563C4C (or 0x563C4C) is known color: Purple Taupe. HEX triplet: 56, 3C and 4C. RGB value is (86,60,76). Sum of RGB (Red+Green+Blue) = 86+60+76=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 86 - color contains mainly: red. Hex color #563C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C4C is #A9C3B3. Grayscale: #454545. Windows color (decimal): -11125684 or 4996182. OLE color: 4996182.
HSL color Cylindrical-coordinate representation of color #563C4C: hue angle of 323.08º 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 #563C4C is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 76 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.66 |
| HSL | 323.08º | 0.18% | 0.29% | - |
| HSV(B) | 323.08º | 0.3% | 0.34% | - |
| XYZ | 6.76 | 5.73 | 7.59 | - |
| YUV | 69.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 76 | 0 | 0.30 | 0.12 | 0.66 | 323.08 | 0.18 | 0.29 |
| Hex | 56 | 3C | 4C | 0 | 1E | C | 42 | 143 | 12 | 1D |
| Octal | 126 | 74 | 114 | 0 | 36 | 14 | 102 | 503 | 22 | 35 |
| Binary | 1010110 | 111100 | 1001100 | 0 | 11110 | 1100 | 1000010 | 101000011 | 10010 | 11101 |
Color Harmonies of #563C4C
Complementary color
Monochromatic Colors of #563C4C
Black with #563C4C
Text Example
Text Example
White with #563C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C4C; }
p { color: rgb(86,60,76); }
H1.HeaderClassName
{
color: #563C4C;
}
.AnyTagClassName
{
color: #563C4C;
}
</style>
background-color css
<style>
a { background-color: #563C4C; }
a { background-color: rgb(86,60,76); }
div.DivClassName
{
background-color: #563C4C;
}
.BgClassName
{
background-color: #563C4C;
}
</style>
border-color css
<style>
span { border-color: #563C4C; }
span { border-color: rgb(86,60,76); }
td.TdClassName
{
border-color: #563C4C;
}
.TagClassName
{
border-color: #563C4C;
}
</style>