Shades of Purple #640076
Tints of Purple #640076
RGB
CMYK
RGB Variations
Color information
#640076 (or 0x640076) is known color: Purple. HEX triplet: 64, 00 and 76. RGB value is (100,0,118). Sum of RGB (Red+Green+Blue) = 100+0+118=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #640076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640076 is #9BFF89. Grayscale: #2A2A2A. Windows color (decimal): -10223498 or 7733348. OLE color: 7733348.
HSL color Cylindrical-coordinate representation of color #640076: hue angle of 290.85º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #640076 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 0 | 118 | - |
| CMYK | 0.15 | 1 | 0 | 0.54 |
| HSL | 290.85º | 1% | 0.23% | - |
| HSV(B) | 290.85º | 1% | 0.46% | - |
| XYZ | 8.53 | 4.02 | 17.47 | - |
| YUV | 43.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 118 | 0.15 | 1 | 0 | 0.54 | 290.85 | 1 | 0.23 |
| Hex | 64 | 0 | 76 | F | 64 | 0 | 36 | 123 | 64 | 17 |
| Octal | 144 | 0 | 166 | 17 | 144 | 0 | 66 | 443 | 144 | 27 |
| Binary | 1100100 | 0 | 1110110 | 1111 | 1100100 | 0 | 110110 | 100100011 | 1100100 | 10111 |
Color Harmonies of #640076
Complementary color
Monochromatic Colors of #640076
Black with #640076
Text Example
Text Example
White with #640076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640076; }
p { color: rgb(100,0,118); }
H1.HeaderClassName
{
color: #640076;
}
.AnyTagClassName
{
color: #640076;
}
</style>
background-color css
<style>
a { background-color: #640076; }
a { background-color: rgb(100,0,118); }
div.DivClassName
{
background-color: #640076;
}
.BgClassName
{
background-color: #640076;
}
</style>
border-color css
<style>
span { border-color: #640076; }
span { border-color: rgb(100,0,118); }
td.TdClassName
{
border-color: #640076;
}
.TagClassName
{
border-color: #640076;
}
</style>