Shades of Purple Taupe #643E5A
Tints of Purple Taupe #643E5A
RGB
CMYK
RGB Variations
Color information
#643E5A (or 0x643E5A) is known color: Purple Taupe. HEX triplet: 64, 3E and 5A. RGB value is (100,62,90). Sum of RGB (Red+Green+Blue) = 100+62+90=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 100 - color contains mainly: red. Hex color #643E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643E5A is #9BC1A5. Grayscale: #4C4C4C. Windows color (decimal): -10207654 or 5914212. OLE color: 5914212.
HSL color Cylindrical-coordinate representation of color #643E5A: hue angle of 315.79º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #643E5A is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 62 | 90 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.61 |
| HSL | 315.79º | 0.23% | 0.32% | - |
| HSV(B) | 315.79º | 0.38% | 0.39% | - |
| XYZ | 8.82 | 6.89 | 10.54 | - |
| YUV | 76.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 90 | 0 | 0.38 | 0.10 | 0.61 | 315.79 | 0.23 | 0.32 |
| Hex | 64 | 3E | 5A | 0 | 26 | A | 3D | 13C | 17 | 20 |
| Octal | 144 | 76 | 132 | 0 | 46 | 12 | 75 | 474 | 27 | 40 |
| Binary | 1100100 | 111110 | 1011010 | 0 | 100110 | 1010 | 111101 | 100111100 | 10111 | 100000 |
Color Harmonies of #643E5A
Complementary color
Monochromatic Colors of #643E5A
Black with #643E5A
Text Example
Text Example
White with #643E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643E5A; }
p { color: rgb(100,62,90); }
H1.HeaderClassName
{
color: #643E5A;
}
.AnyTagClassName
{
color: #643E5A;
}
</style>
background-color css
<style>
a { background-color: #643E5A; }
a { background-color: rgb(100,62,90); }
div.DivClassName
{
background-color: #643E5A;
}
.BgClassName
{
background-color: #643E5A;
}
</style>
border-color css
<style>
span { border-color: #643E5A; }
span { border-color: rgb(100,62,90); }
td.TdClassName
{
border-color: #643E5A;
}
.TagClassName
{
border-color: #643E5A;
}
</style>