Shades of Purple Taupe #643F59
Tints of Purple Taupe #643F59
RGB
CMYK
RGB Variations
Color information
#643F59 (or 0x643F59) is known color: Purple Taupe. HEX triplet: 64, 3F and 59. RGB value is (100,63,89). Sum of RGB (Red+Green+Blue) = 100+63+89=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 100 - color contains mainly: red. Hex color #643F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643F59 is #9BC0A6. Grayscale: #4C4C4C. Windows color (decimal): -10207399 or 5848932. OLE color: 5848932.
HSL color Cylindrical-coordinate representation of color #643F59: hue angle of 317.84º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #643F59 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 63 | 89 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.61 |
| HSL | 317.84º | 0.23% | 0.32% | - |
| HSV(B) | 317.84º | 0.37% | 0.39% | - |
| XYZ | 8.84 | 6.99 | 10.33 | - |
| YUV | 77.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 89 | 0 | 0.37 | 0.11 | 0.61 | 317.84 | 0.23 | 0.32 |
| Hex | 64 | 3F | 59 | 0 | 25 | B | 3D | 13E | 17 | 20 |
| Octal | 144 | 77 | 131 | 0 | 45 | 13 | 75 | 476 | 27 | 40 |
| Binary | 1100100 | 111111 | 1011001 | 0 | 100101 | 1011 | 111101 | 100111110 | 10111 | 100000 |
Color Harmonies of #643F59
Complementary color
Monochromatic Colors of #643F59
Black with #643F59
Text Example
Text Example
White with #643F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F59; }
p { color: rgb(100,63,89); }
H1.HeaderClassName
{
color: #643F59;
}
.AnyTagClassName
{
color: #643F59;
}
</style>
background-color css
<style>
a { background-color: #643F59; }
a { background-color: rgb(100,63,89); }
div.DivClassName
{
background-color: #643F59;
}
.BgClassName
{
background-color: #643F59;
}
</style>
border-color css
<style>
span { border-color: #643F59; }
span { border-color: rgb(100,63,89); }
td.TdClassName
{
border-color: #643F59;
}
.TagClassName
{
border-color: #643F59;
}
</style>