Shades of Purple #640878
Tints of Purple #640878
RGB
CMYK
RGB Variations
Color information
#640878 (or 0x640878) is known color: Purple. HEX triplet: 64, 08 and 78. RGB value is (100,8,120). Sum of RGB (Red+Green+Blue) = 100+8+120=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #640878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640878 is #9BF787. Grayscale: #2F2F2F. Windows color (decimal): -10221448 or 7866468. OLE color: 7866468.
HSL color Cylindrical-coordinate representation of color #640878: hue angle of 289.29º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640878 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 8 | 120 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.53 |
| HSL | 289.29º | 0.88% | 0.25% | - |
| HSV(B) | 289.29º | 0.93% | 0.47% | - |
| XYZ | 8.73 | 4.24 | 18.13 | - |
| YUV | 48.28 | 168.48 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 120 | 0.17 | 0.93 | 0 | 0.53 | 289.29 | 0.88 | 0.25 |
| Hex | 64 | 8 | 78 | 11 | 5D | 0 | 35 | 121 | 58 | 19 |
| Octal | 144 | 10 | 170 | 21 | 135 | 0 | 65 | 441 | 130 | 31 |
| Binary | 1100100 | 1000 | 1111000 | 10001 | 1011101 | 0 | 110101 | 100100001 | 1011000 | 11001 |
Color Harmonies of #640878
Complementary color
Monochromatic Colors of #640878
Black with #640878
Text Example
Text Example
White with #640878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640878; }
p { color: rgb(100,8,120); }
H1.HeaderClassName
{
color: #640878;
}
.AnyTagClassName
{
color: #640878;
}
</style>
background-color css
<style>
a { background-color: #640878; }
a { background-color: rgb(100,8,120); }
div.DivClassName
{
background-color: #640878;
}
.BgClassName
{
background-color: #640878;
}
</style>
border-color css
<style>
span { border-color: #640878; }
span { border-color: rgb(100,8,120); }
td.TdClassName
{
border-color: #640878;
}
.TagClassName
{
border-color: #640878;
}
</style>