Shades of Purple Taupe #64495D
Tints of Purple Taupe #64495D
RGB
CMYK
RGB Variations
Color information
#64495D (or 0x64495D) is known color: Purple Taupe. HEX triplet: 64, 49 and 5D. RGB value is (100,73,93). Sum of RGB (Red+Green+Blue) = 100+73+93=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 100 - color contains mainly: red. Hex color #64495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64495D is #9BB6A2. Grayscale: #535353. Windows color (decimal): -10204835 or 6113636. OLE color: 6113636.
HSL color Cylindrical-coordinate representation of color #64495D: hue angle of 315.56º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64495D is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 73 | 93 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.61 |
| HSL | 315.56º | 0.16% | 0.34% | - |
| HSV(B) | 315.56º | 0.27% | 0.39% | - |
| XYZ | 9.61 | 8.26 | 11.44 | - |
| YUV | 83.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 93 | 0 | 0.27 | 0.07 | 0.61 | 315.56 | 0.16 | 0.34 |
| Hex | 64 | 49 | 5D | 0 | 1B | 7 | 3D | 13C | 10 | 22 |
| Octal | 144 | 111 | 135 | 0 | 33 | 7 | 75 | 474 | 20 | 42 |
| Binary | 1100100 | 1001001 | 1011101 | 0 | 11011 | 111 | 111101 | 100111100 | 10000 | 100010 |
Color Harmonies of #64495D
Complementary color
Monochromatic Colors of #64495D
Black with #64495D
Text Example
Text Example
White with #64495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64495D; }
p { color: rgb(100,73,93); }
H1.HeaderClassName
{
color: #64495D;
}
.AnyTagClassName
{
color: #64495D;
}
</style>
background-color css
<style>
a { background-color: #64495D; }
a { background-color: rgb(100,73,93); }
div.DivClassName
{
background-color: #64495D;
}
.BgClassName
{
background-color: #64495D;
}
</style>
border-color css
<style>
span { border-color: #64495D; }
span { border-color: rgb(100,73,93); }
td.TdClassName
{
border-color: #64495D;
}
.TagClassName
{
border-color: #64495D;
}
</style>