Shades of Purple Taupe #64415B
Tints of Purple Taupe #64415B
RGB
CMYK
RGB Variations
Color information
#64415B (or 0x64415B) is known color: Purple Taupe. HEX triplet: 64, 41 and 5B. RGB value is (100,65,91). Sum of RGB (Red+Green+Blue) = 100+65+91=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 100 - color contains mainly: red. Hex color #64415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64415B is #9BBEA4. Grayscale: #4E4E4E. Windows color (decimal): -10206885 or 5980516. OLE color: 5980516.
HSL color Cylindrical-coordinate representation of color #64415B: hue angle of 315.43º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64415B is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 65 | 91 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.61 |
| HSL | 315.43º | 0.21% | 0.32% | - |
| HSV(B) | 315.43º | 0.35% | 0.39% | - |
| XYZ | 9.03 | 7.25 | 10.82 | - |
| YUV | 78.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 91 | 0 | 0.35 | 0.09 | 0.61 | 315.43 | 0.21 | 0.32 |
| Hex | 64 | 41 | 5B | 0 | 23 | 9 | 3D | 13B | 15 | 20 |
| Octal | 144 | 101 | 133 | 0 | 43 | 11 | 75 | 473 | 25 | 40 |
| Binary | 1100100 | 1000001 | 1011011 | 0 | 100011 | 1001 | 111101 | 100111011 | 10101 | 100000 |
Color Harmonies of #64415B
Complementary color
Monochromatic Colors of #64415B
Black with #64415B
Text Example
Text Example
White with #64415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64415B; }
p { color: rgb(100,65,91); }
H1.HeaderClassName
{
color: #64415B;
}
.AnyTagClassName
{
color: #64415B;
}
</style>
background-color css
<style>
a { background-color: #64415B; }
a { background-color: rgb(100,65,91); }
div.DivClassName
{
background-color: #64415B;
}
.BgClassName
{
background-color: #64415B;
}
</style>
border-color css
<style>
span { border-color: #64415B; }
span { border-color: rgb(100,65,91); }
td.TdClassName
{
border-color: #64415B;
}
.TagClassName
{
border-color: #64415B;
}
</style>