Shades of Purple Taupe #64435B
Tints of Purple Taupe #64435B
RGB
CMYK
RGB Variations
Color information
#64435B (or 0x64435B) is known color: Purple Taupe. HEX triplet: 64, 43 and 5B. RGB value is (100,67,91). Sum of RGB (Red+Green+Blue) = 100+67+91=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 100 - color contains mainly: red. Hex color #64435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64435B is #9BBCA4. Grayscale: #4F4F4F. Windows color (decimal): -10206373 or 5981028. OLE color: 5981028.
HSL color Cylindrical-coordinate representation of color #64435B: hue angle of 316.36º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64435B is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 67 | 91 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.61 |
| HSL | 316.36º | 0.2% | 0.33% | - |
| HSV(B) | 316.36º | 0.33% | 0.39% | - |
| XYZ | 9.15 | 7.48 | 10.86 | - |
| YUV | 79.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 91 | 0 | 0.33 | 0.09 | 0.61 | 316.36 | 0.2 | 0.33 |
| Hex | 64 | 43 | 5B | 0 | 21 | 9 | 3D | 13C | 14 | 21 |
| Octal | 144 | 103 | 133 | 0 | 41 | 11 | 75 | 474 | 24 | 41 |
| Binary | 1100100 | 1000011 | 1011011 | 0 | 100001 | 1001 | 111101 | 100111100 | 10100 | 100001 |
Color Harmonies of #64435B
Complementary color
Monochromatic Colors of #64435B
Black with #64435B
Text Example
Text Example
White with #64435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64435B; }
p { color: rgb(100,67,91); }
H1.HeaderClassName
{
color: #64435B;
}
.AnyTagClassName
{
color: #64435B;
}
</style>
background-color css
<style>
a { background-color: #64435B; }
a { background-color: rgb(100,67,91); }
div.DivClassName
{
background-color: #64435B;
}
.BgClassName
{
background-color: #64435B;
}
</style>
border-color css
<style>
span { border-color: #64435B; }
span { border-color: rgb(100,67,91); }
td.TdClassName
{
border-color: #64435B;
}
.TagClassName
{
border-color: #64435B;
}
</style>