Shades of Purple Taupe #564154
Tints of Purple Taupe #564154
RGB
CMYK
RGB Variations
Color information
#564154 (or 0x564154) is known color: Purple Taupe. HEX triplet: 56, 41 and 54. RGB value is (86,65,84). Sum of RGB (Red+Green+Blue) = 86+65+84=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 86 - color contains mainly: red. Hex color #564154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564154 is #A9BEAB. Grayscale: #494949. Windows color (decimal): -11124396 or 5521750. OLE color: 5521750.
HSL color Cylindrical-coordinate representation of color #564154: hue angle of 305.71º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #564154 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 65 | 84 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.66 |
| HSL | 305.71º | 0.14% | 0.3% | - |
| HSV(B) | 305.71º | 0.24% | 0.34% | - |
| XYZ | 7.33 | 6.4 | 9.24 | - |
| YUV | 73.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 84 | 0 | 0.24 | 0.02 | 0.66 | 305.71 | 0.14 | 0.3 |
| Hex | 56 | 41 | 54 | 0 | 18 | 2 | 42 | 132 | E | 1E |
| Octal | 126 | 101 | 124 | 0 | 30 | 2 | 102 | 462 | 16 | 36 |
| Binary | 1010110 | 1000001 | 1010100 | 0 | 11000 | 10 | 1000010 | 100110010 | 1110 | 11110 |
Color Harmonies of #564154
Complementary color
Monochromatic Colors of #564154
Black with #564154
Text Example
Text Example
White with #564154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564154; }
p { color: rgb(86,65,84); }
H1.HeaderClassName
{
color: #564154;
}
.AnyTagClassName
{
color: #564154;
}
</style>
background-color css
<style>
a { background-color: #564154; }
a { background-color: rgb(86,65,84); }
div.DivClassName
{
background-color: #564154;
}
.BgClassName
{
background-color: #564154;
}
</style>
border-color css
<style>
span { border-color: #564154; }
span { border-color: rgb(86,65,84); }
td.TdClassName
{
border-color: #564154;
}
.TagClassName
{
border-color: #564154;
}
</style>