Shades of Purple #640777
Tints of Purple #640777
RGB
CMYK
RGB Variations
Color information
#640777 (or 0x640777) is known color: Purple. HEX triplet: 64, 07 and 77. RGB value is (100,7,119). Sum of RGB (Red+Green+Blue) = 100+7+119=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #640777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640777 is #9BF888. Grayscale: #2F2F2F. Windows color (decimal): -10221705 or 7800676. OLE color: 7800676.
HSL color Cylindrical-coordinate representation of color #640777: hue angle of 289.82º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640777 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 7 | 119 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.53 |
| HSL | 289.82º | 0.89% | 0.25% | - |
| HSV(B) | 289.82º | 0.94% | 0.47% | - |
| XYZ | 8.66 | 4.19 | 17.81 | - |
| YUV | 47.58 | 168.31 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 7 | 119 | 0.16 | 0.94 | 0 | 0.53 | 289.82 | 0.89 | 0.25 |
| Hex | 64 | 7 | 77 | 10 | 5E | 0 | 35 | 122 | 59 | 19 |
| Octal | 144 | 7 | 167 | 20 | 136 | 0 | 65 | 442 | 131 | 31 |
| Binary | 1100100 | 111 | 1110111 | 10000 | 1011110 | 0 | 110101 | 100100010 | 1011001 | 11001 |
Color Harmonies of #640777
Complementary color
Monochromatic Colors of #640777
Black with #640777
Text Example
Text Example
White with #640777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640777; }
p { color: rgb(100,7,119); }
H1.HeaderClassName
{
color: #640777;
}
.AnyTagClassName
{
color: #640777;
}
</style>
background-color css
<style>
a { background-color: #640777; }
a { background-color: rgb(100,7,119); }
div.DivClassName
{
background-color: #640777;
}
.BgClassName
{
background-color: #640777;
}
</style>
border-color css
<style>
span { border-color: #640777; }
span { border-color: rgb(100,7,119); }
td.TdClassName
{
border-color: #640777;
}
.TagClassName
{
border-color: #640777;
}
</style>