Shades of Purple Taupe #64465C
Tints of Purple Taupe #64465C
RGB
CMYK
RGB Variations
Color information
#64465C (or 0x64465C) is known color: Purple Taupe. HEX triplet: 64, 46 and 5C. RGB value is (100,70,92). Sum of RGB (Red+Green+Blue) = 100+70+92=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 100 - color contains mainly: red. Hex color #64465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64465C is #9BB9A3. Grayscale: #515151. Windows color (decimal): -10205604 or 6047332. OLE color: 6047332.
HSL color Cylindrical-coordinate representation of color #64465C: hue angle of 316º 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 #64465C is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 70 | 92 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.61 |
| HSL | 316º | 0.18% | 0.33% | - |
| HSV(B) | 316º | 0.3% | 0.39% | - |
| XYZ | 9.38 | 7.86 | 11.15 | - |
| YUV | 81.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 92 | 0 | 0.30 | 0.08 | 0.61 | 316 | 0.18 | 0.33 |
| Hex | 64 | 46 | 5C | 0 | 1E | 8 | 3D | 13C | 12 | 21 |
| Octal | 144 | 106 | 134 | 0 | 36 | 10 | 75 | 474 | 22 | 41 |
| Binary | 1100100 | 1000110 | 1011100 | 0 | 11110 | 1000 | 111101 | 100111100 | 10010 | 100001 |
Color Harmonies of #64465C
Complementary color
Monochromatic Colors of #64465C
Black with #64465C
Text Example
Text Example
White with #64465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64465C; }
p { color: rgb(100,70,92); }
H1.HeaderClassName
{
color: #64465C;
}
.AnyTagClassName
{
color: #64465C;
}
</style>
background-color css
<style>
a { background-color: #64465C; }
a { background-color: rgb(100,70,92); }
div.DivClassName
{
background-color: #64465C;
}
.BgClassName
{
background-color: #64465C;
}
</style>
border-color css
<style>
span { border-color: #64465C; }
span { border-color: rgb(100,70,92); }
td.TdClassName
{
border-color: #64465C;
}
.TagClassName
{
border-color: #64465C;
}
</style>