Shades of Purple Taupe #563650
Tints of Purple Taupe #563650
RGB
CMYK
RGB Variations
Color information
#563650 (or 0x563650) is known color: Purple Taupe. HEX triplet: 56, 36 and 50. RGB value is (86,54,80). Sum of RGB (Red+Green+Blue) = 86+54+80=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 86 - color contains mainly: red. Hex color #563650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563650 is #A9C9AF. Grayscale: #424242. Windows color (decimal): -11127216 or 5256790. OLE color: 5256790.
HSL color Cylindrical-coordinate representation of color #563650: hue angle of 311.25º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #563650 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 54 | 80 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.66 |
| HSL | 311.25º | 0.23% | 0.27% | - |
| HSV(B) | 311.25º | 0.37% | 0.34% | - |
| XYZ | 6.6 | 5.2 | 8.24 | - |
| YUV | 66.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 54 | 80 | 0 | 0.37 | 0.07 | 0.66 | 311.25 | 0.23 | 0.27 |
| Hex | 56 | 36 | 50 | 0 | 25 | 7 | 42 | 137 | 17 | 1B |
| Octal | 126 | 66 | 120 | 0 | 45 | 7 | 102 | 467 | 27 | 33 |
| Binary | 1010110 | 110110 | 1010000 | 0 | 100101 | 111 | 1000010 | 100110111 | 10111 | 11011 |
Color Harmonies of #563650
Complementary color
Monochromatic Colors of #563650
Black with #563650
Text Example
Text Example
White with #563650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563650; }
p { color: rgb(86,54,80); }
H1.HeaderClassName
{
color: #563650;
}
.AnyTagClassName
{
color: #563650;
}
</style>
background-color css
<style>
a { background-color: #563650; }
a { background-color: rgb(86,54,80); }
div.DivClassName
{
background-color: #563650;
}
.BgClassName
{
background-color: #563650;
}
</style>
border-color css
<style>
span { border-color: #563650; }
span { border-color: rgb(86,54,80); }
td.TdClassName
{
border-color: #563650;
}
.TagClassName
{
border-color: #563650;
}
</style>