Shades of Purple #640479
Tints of Purple #640479
RGB
CMYK
RGB Variations
Color information
#640479 (or 0x640479) is known color: Purple. HEX triplet: 64, 04 and 79. RGB value is (100,4,121). Sum of RGB (Red+Green+Blue) = 100+4+121=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #640479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640479 is #9BFB86. Grayscale: #2D2D2D. Windows color (decimal): -10222471 or 7930980. OLE color: 7930980.
HSL color Cylindrical-coordinate representation of color #640479: hue angle of 289.23º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640479 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 4 | 121 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.53 |
| HSL | 289.23º | 0.94% | 0.25% | - |
| HSV(B) | 289.23º | 0.97% | 0.47% | - |
| XYZ | 8.75 | 4.18 | 18.43 | - |
| YUV | 46.04 | 170.3 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 121 | 0.17 | 0.97 | 0 | 0.53 | 289.23 | 0.94 | 0.25 |
| Hex | 64 | 4 | 79 | 11 | 61 | 0 | 35 | 121 | 5E | 19 |
| Octal | 144 | 4 | 171 | 21 | 141 | 0 | 65 | 441 | 136 | 31 |
| Binary | 1100100 | 100 | 1111001 | 10001 | 1100001 | 0 | 110101 | 100100001 | 1011110 | 11001 |
Color Harmonies of #640479
Complementary color
Monochromatic Colors of #640479
Black with #640479
Text Example
Text Example
White with #640479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640479; }
p { color: rgb(100,4,121); }
H1.HeaderClassName
{
color: #640479;
}
.AnyTagClassName
{
color: #640479;
}
</style>
background-color css
<style>
a { background-color: #640479; }
a { background-color: rgb(100,4,121); }
div.DivClassName
{
background-color: #640479;
}
.BgClassName
{
background-color: #640479;
}
</style>
border-color css
<style>
span { border-color: #640479; }
span { border-color: rgb(100,4,121); }
td.TdClassName
{
border-color: #640479;
}
.TagClassName
{
border-color: #640479;
}
</style>