Shades of Purple Taupe #563453
Tints of Purple Taupe #563453
RGB
CMYK
RGB Variations
Color information
#563453 (or 0x563453) is known color: Purple Taupe. HEX triplet: 56, 34 and 53. RGB value is (86,52,83). Sum of RGB (Red+Green+Blue) = 86+52+83=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #563453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563453 is #A9CBAC. Grayscale: #414141. Windows color (decimal): -11127725 or 5452886. OLE color: 5452886.
HSL color Cylindrical-coordinate representation of color #563453: hue angle of 305.29º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #563453 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 52 | 83 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.66 |
| HSL | 305.29º | 0.25% | 0.27% | - |
| HSV(B) | 305.29º | 0.4% | 0.34% | - |
| XYZ | 6.63 | 5.06 | 8.81 | - |
| YUV | 65.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 52 | 83 | 0 | 0.40 | 0.03 | 0.66 | 305.29 | 0.25 | 0.27 |
| Hex | 56 | 34 | 53 | 0 | 28 | 3 | 42 | 131 | 19 | 1B |
| Octal | 126 | 64 | 123 | 0 | 50 | 3 | 102 | 461 | 31 | 33 |
| Binary | 1010110 | 110100 | 1010011 | 0 | 101000 | 11 | 1000010 | 100110001 | 11001 | 11011 |
Color Harmonies of #563453
Complementary color
Monochromatic Colors of #563453
Black with #563453
Text Example
Text Example
White with #563453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563453; }
p { color: rgb(86,52,83); }
H1.HeaderClassName
{
color: #563453;
}
.AnyTagClassName
{
color: #563453;
}
</style>
background-color css
<style>
a { background-color: #563453; }
a { background-color: rgb(86,52,83); }
div.DivClassName
{
background-color: #563453;
}
.BgClassName
{
background-color: #563453;
}
</style>
border-color css
<style>
span { border-color: #563453; }
span { border-color: rgb(86,52,83); }
td.TdClassName
{
border-color: #563453;
}
.TagClassName
{
border-color: #563453;
}
</style>