Shades of Purple Taupe #564052
Tints of Purple Taupe #564052
RGB
CMYK
RGB Variations
Color information
#564052 (or 0x564052) is known color: Purple Taupe. HEX triplet: 56, 40 and 52. RGB value is (86,64,82). Sum of RGB (Red+Green+Blue) = 86+64+82=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 86 - color contains mainly: red. Hex color #564052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564052 is #A9BFAD. Grayscale: #484848. Windows color (decimal): -11124654 or 5390422. OLE color: 5390422.
HSL color Cylindrical-coordinate representation of color #564052: hue angle of 310.91º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #564052 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 64 | 82 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.66 |
| HSL | 310.91º | 0.15% | 0.29% | - |
| HSV(B) | 310.91º | 0.26% | 0.34% | - |
| XYZ | 7.19 | 6.25 | 8.81 | - |
| YUV | 72.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 64 | 82 | 0 | 0.26 | 0.05 | 0.66 | 310.91 | 0.15 | 0.29 |
| Hex | 56 | 40 | 52 | 0 | 1A | 5 | 42 | 137 | F | 1D |
| Octal | 126 | 100 | 122 | 0 | 32 | 5 | 102 | 467 | 17 | 35 |
| Binary | 1010110 | 1000000 | 1010010 | 0 | 11010 | 101 | 1000010 | 100110111 | 1111 | 11101 |
Color Harmonies of #564052
Complementary color
Monochromatic Colors of #564052
Black with #564052
Text Example
Text Example
White with #564052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564052; }
p { color: rgb(86,64,82); }
H1.HeaderClassName
{
color: #564052;
}
.AnyTagClassName
{
color: #564052;
}
</style>
background-color css
<style>
a { background-color: #564052; }
a { background-color: rgb(86,64,82); }
div.DivClassName
{
background-color: #564052;
}
.BgClassName
{
background-color: #564052;
}
</style>
border-color css
<style>
span { border-color: #564052; }
span { border-color: rgb(86,64,82); }
td.TdClassName
{
border-color: #564052;
}
.TagClassName
{
border-color: #564052;
}
</style>