Shades of Purple Taupe #64485D
Tints of Purple Taupe #64485D
RGB
CMYK
RGB Variations
Color information
#64485D (or 0x64485D) is known color: Purple Taupe. HEX triplet: 64, 48 and 5D. RGB value is (100,72,93). Sum of RGB (Red+Green+Blue) = 100+72+93=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 100 - color contains mainly: red. Hex color #64485D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64485D is #9BB7A2. Grayscale: #525252. Windows color (decimal): -10205091 or 6113380. OLE color: 6113380.
HSL color Cylindrical-coordinate representation of color #64485D: hue angle of 315º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #64485D is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 72 | 93 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.61 |
| HSL | 315º | 0.16% | 0.34% | - |
| HSV(B) | 315º | 0.28% | 0.39% | - |
| XYZ | 9.55 | 8.13 | 11.42 | - |
| YUV | 82.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 93 | 0 | 0.28 | 0.07 | 0.61 | 315 | 0.16 | 0.34 |
| Hex | 64 | 48 | 5D | 0 | 1C | 7 | 3D | 13B | 10 | 22 |
| Octal | 144 | 110 | 135 | 0 | 34 | 7 | 75 | 473 | 20 | 42 |
| Binary | 1100100 | 1001000 | 1011101 | 0 | 11100 | 111 | 111101 | 100111011 | 10000 | 100010 |
Color Harmonies of #64485D
Complementary color
Monochromatic Colors of #64485D
Black with #64485D
Text Example
Text Example
White with #64485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64485D; }
p { color: rgb(100,72,93); }
H1.HeaderClassName
{
color: #64485D;
}
.AnyTagClassName
{
color: #64485D;
}
</style>
background-color css
<style>
a { background-color: #64485D; }
a { background-color: rgb(100,72,93); }
div.DivClassName
{
background-color: #64485D;
}
.BgClassName
{
background-color: #64485D;
}
</style>
border-color css
<style>
span { border-color: #64485D; }
span { border-color: rgb(100,72,93); }
td.TdClassName
{
border-color: #64485D;
}
.TagClassName
{
border-color: #64485D;
}
</style>