Shades of Purple Taupe #64475D
Tints of Purple Taupe #64475D
RGB
CMYK
RGB Variations
Color information
#64475D (or 0x64475D) is known color: Purple Taupe. HEX triplet: 64, 47 and 5D. RGB value is (100,71,93). Sum of RGB (Red+Green+Blue) = 100+71+93=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 100 - color contains mainly: red. Hex color #64475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64475D is #9BB8A2. Grayscale: #525252. Windows color (decimal): -10205347 or 6113124. OLE color: 6113124.
HSL color Cylindrical-coordinate representation of color #64475D: hue angle of 314.48º 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 #64475D is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 71 | 93 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.61 |
| HSL | 314.48º | 0.17% | 0.34% | - |
| HSV(B) | 314.48º | 0.29% | 0.39% | - |
| XYZ | 9.48 | 8.01 | 11.4 | - |
| YUV | 82.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 93 | 0 | 0.29 | 0.07 | 0.61 | 314.48 | 0.17 | 0.34 |
| Hex | 64 | 47 | 5D | 0 | 1D | 7 | 3D | 13A | 11 | 22 |
| Octal | 144 | 107 | 135 | 0 | 35 | 7 | 75 | 472 | 21 | 42 |
| Binary | 1100100 | 1000111 | 1011101 | 0 | 11101 | 111 | 111101 | 100111010 | 10001 | 100010 |
Color Harmonies of #64475D
Complementary color
Monochromatic Colors of #64475D
Black with #64475D
Text Example
Text Example
White with #64475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64475D; }
p { color: rgb(100,71,93); }
H1.HeaderClassName
{
color: #64475D;
}
.AnyTagClassName
{
color: #64475D;
}
</style>
background-color css
<style>
a { background-color: #64475D; }
a { background-color: rgb(100,71,93); }
div.DivClassName
{
background-color: #64475D;
}
.BgClassName
{
background-color: #64475D;
}
</style>
border-color css
<style>
span { border-color: #64475D; }
span { border-color: rgb(100,71,93); }
td.TdClassName
{
border-color: #64475D;
}
.TagClassName
{
border-color: #64475D;
}
</style>