Shades of Purple Taupe #64475C
Tints of Purple Taupe #64475C
RGB
CMYK
RGB Variations
Color information
#64475C (or 0x64475C) is known color: Purple Taupe. HEX triplet: 64, 47 and 5C. RGB value is (100,71,92). Sum of RGB (Red+Green+Blue) = 100+71+92=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 100 - color contains mainly: red. Hex color #64475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64475C is #9BB8A3. Grayscale: #525252. Windows color (decimal): -10205348 or 6047588. OLE color: 6047588.
HSL color Cylindrical-coordinate representation of color #64475C: hue angle of 316.55º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64475C is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 71 | 92 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.61 |
| HSL | 316.55º | 0.17% | 0.34% | - |
| HSV(B) | 316.55º | 0.29% | 0.39% | - |
| XYZ | 9.44 | 7.99 | 11.17 | - |
| YUV | 82.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 92 | 0 | 0.29 | 0.08 | 0.61 | 316.55 | 0.17 | 0.34 |
| Hex | 64 | 47 | 5C | 0 | 1D | 8 | 3D | 13D | 11 | 22 |
| Octal | 144 | 107 | 134 | 0 | 35 | 10 | 75 | 475 | 21 | 42 |
| Binary | 1100100 | 1000111 | 1011100 | 0 | 11101 | 1000 | 111101 | 100111101 | 10001 | 100010 |
Color Harmonies of #64475C
Complementary color
Monochromatic Colors of #64475C
Black with #64475C
Text Example
Text Example
White with #64475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64475C; }
p { color: rgb(100,71,92); }
H1.HeaderClassName
{
color: #64475C;
}
.AnyTagClassName
{
color: #64475C;
}
</style>
background-color css
<style>
a { background-color: #64475C; }
a { background-color: rgb(100,71,92); }
div.DivClassName
{
background-color: #64475C;
}
.BgClassName
{
background-color: #64475C;
}
</style>
border-color css
<style>
span { border-color: #64475C; }
span { border-color: rgb(100,71,92); }
td.TdClassName
{
border-color: #64475C;
}
.TagClassName
{
border-color: #64475C;
}
</style>