Shades of Purple #640279
Tints of Purple #640279
RGB
CMYK
RGB Variations
Color information
#640279 (or 0x640279) is known color: Purple. HEX triplet: 64, 02 and 79. RGB value is (100,2,121). Sum of RGB (Red+Green+Blue) = 100+2+121=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #640279 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640279 is #9BFD86. Grayscale: #2C2C2C. Windows color (decimal): -10222983 or 7930468. OLE color: 7930468.
HSL color Cylindrical-coordinate representation of color #640279: hue angle of 289.41º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640279 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 2 | 121 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.53 |
| HSL | 289.41º | 0.97% | 0.24% | - |
| HSV(B) | 289.41º | 0.98% | 0.47% | - |
| XYZ | 8.73 | 4.13 | 18.43 | - |
| YUV | 44.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 121 | 0.17 | 0.98 | 0 | 0.53 | 289.41 | 0.97 | 0.24 |
| Hex | 64 | 2 | 79 | 11 | 62 | 0 | 35 | 121 | 61 | 18 |
| Octal | 144 | 2 | 171 | 21 | 142 | 0 | 65 | 441 | 141 | 30 |
| Binary | 1100100 | 10 | 1111001 | 10001 | 1100010 | 0 | 110101 | 100100001 | 1100001 | 11000 |
Color Harmonies of #640279
Complementary color
Monochromatic Colors of #640279
Black with #640279
Text Example
Text Example
White with #640279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640279; }
p { color: rgb(100,2,121); }
H1.HeaderClassName
{
color: #640279;
}
.AnyTagClassName
{
color: #640279;
}
</style>
background-color css
<style>
a { background-color: #640279; }
a { background-color: rgb(100,2,121); }
div.DivClassName
{
background-color: #640279;
}
.BgClassName
{
background-color: #640279;
}
</style>
border-color css
<style>
span { border-color: #640279; }
span { border-color: rgb(100,2,121); }
td.TdClassName
{
border-color: #640279;
}
.TagClassName
{
border-color: #640279;
}
</style>