Shades of Purple Taupe #644660
Tints of Purple Taupe #644660
RGB
CMYK
RGB Variations
Color information
#644660 (or 0x644660) is known color: Purple Taupe. HEX triplet: 64, 46 and 60. RGB value is (100,70,96). Sum of RGB (Red+Green+Blue) = 100+70+96=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 100 - color contains mainly: red. Hex color #644660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644660 is #9BB99F. Grayscale: #515151. Windows color (decimal): -10205600 or 6309476. OLE color: 6309476.
HSL color Cylindrical-coordinate representation of color #644660: hue angle of 308º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #644660 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 70 | 96 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.61 |
| HSL | 308º | 0.18% | 0.33% | - |
| HSV(B) | 308º | 0.3% | 0.39% | - |
| XYZ | 9.56 | 7.93 | 12.09 | - |
| YUV | 81.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 96 | 0 | 0.30 | 0.04 | 0.61 | 308 | 0.18 | 0.33 |
| Hex | 64 | 46 | 60 | 0 | 1E | 4 | 3D | 134 | 12 | 21 |
| Octal | 144 | 106 | 140 | 0 | 36 | 4 | 75 | 464 | 22 | 41 |
| Binary | 1100100 | 1000110 | 1100000 | 0 | 11110 | 100 | 111101 | 100110100 | 10010 | 100001 |
Color Harmonies of #644660
Complementary color
Monochromatic Colors of #644660
Black with #644660
Text Example
Text Example
White with #644660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644660; }
p { color: rgb(100,70,96); }
H1.HeaderClassName
{
color: #644660;
}
.AnyTagClassName
{
color: #644660;
}
</style>
background-color css
<style>
a { background-color: #644660; }
a { background-color: rgb(100,70,96); }
div.DivClassName
{
background-color: #644660;
}
.BgClassName
{
background-color: #644660;
}
</style>
border-color css
<style>
span { border-color: #644660; }
span { border-color: rgb(100,70,96); }
td.TdClassName
{
border-color: #644660;
}
.TagClassName
{
border-color: #644660;
}
</style>