Shades of Purple #640668
Tints of Purple #640668
RGB
CMYK
RGB Variations
Color information
#640668 (or 0x640668) is known color: Purple. HEX triplet: 64, 06 and 68. RGB value is (100,6,104). Sum of RGB (Red+Green+Blue) = 100+6+104=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #640668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640668 is #9BF997. Grayscale: #2C2C2C. Windows color (decimal): -10221976 or 6817380. OLE color: 6817380.
HSL color Cylindrical-coordinate representation of color #640668: hue angle of 297.55º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640668 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 6 | 104 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.59 |
| HSL | 297.55º | 0.89% | 0.22% | - |
| HSV(B) | 297.55º | 0.94% | 0.41% | - |
| XYZ | 7.82 | 3.84 | 13.43 | - |
| YUV | 45.28 | 161.14 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 104 | 0.04 | 0.94 | 0 | 0.59 | 297.55 | 0.89 | 0.22 |
| Hex | 64 | 6 | 68 | 4 | 5E | 0 | 3B | 12A | 59 | 16 |
| Octal | 144 | 6 | 150 | 4 | 136 | 0 | 73 | 452 | 131 | 26 |
| Binary | 1100100 | 110 | 1101000 | 100 | 1011110 | 0 | 111011 | 100101010 | 1011001 | 10110 |
Color Harmonies of #640668
Complementary color
Monochromatic Colors of #640668
Black with #640668
Text Example
Text Example
White with #640668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640668; }
p { color: rgb(100,6,104); }
H1.HeaderClassName
{
color: #640668;
}
.AnyTagClassName
{
color: #640668;
}
</style>
background-color css
<style>
a { background-color: #640668; }
a { background-color: rgb(100,6,104); }
div.DivClassName
{
background-color: #640668;
}
.BgClassName
{
background-color: #640668;
}
</style>
border-color css
<style>
span { border-color: #640668; }
span { border-color: rgb(100,6,104); }
td.TdClassName
{
border-color: #640668;
}
.TagClassName
{
border-color: #640668;
}
</style>