Shades of Purple #640678
Tints of Purple #640678
RGB
CMYK
RGB Variations
Color information
#640678 (or 0x640678) is known color: Purple. HEX triplet: 64, 06 and 78. RGB value is (100,6,120). Sum of RGB (Red+Green+Blue) = 100+6+120=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #640678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640678 is #9BF987. Grayscale: #2E2E2E. Windows color (decimal): -10221960 or 7865956. OLE color: 7865956.
HSL color Cylindrical-coordinate representation of color #640678: hue angle of 289.47º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640678 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 6 | 120 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.53 |
| HSL | 289.47º | 0.9% | 0.25% | - |
| HSV(B) | 289.47º | 0.95% | 0.47% | - |
| XYZ | 8.71 | 4.2 | 18.12 | - |
| YUV | 47.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 120 | 0.17 | 0.95 | 0 | 0.53 | 289.47 | 0.9 | 0.25 |
| Hex | 64 | 6 | 78 | 11 | 5F | 0 | 35 | 121 | 5A | 19 |
| Octal | 144 | 6 | 170 | 21 | 137 | 0 | 65 | 441 | 132 | 31 |
| Binary | 1100100 | 110 | 1111000 | 10001 | 1011111 | 0 | 110101 | 100100001 | 1011010 | 11001 |
Color Harmonies of #640678
Complementary color
Monochromatic Colors of #640678
Black with #640678
Text Example
Text Example
White with #640678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640678; }
p { color: rgb(100,6,120); }
H1.HeaderClassName
{
color: #640678;
}
.AnyTagClassName
{
color: #640678;
}
</style>
background-color css
<style>
a { background-color: #640678; }
a { background-color: rgb(100,6,120); }
div.DivClassName
{
background-color: #640678;
}
.BgClassName
{
background-color: #640678;
}
</style>
border-color css
<style>
span { border-color: #640678; }
span { border-color: rgb(100,6,120); }
td.TdClassName
{
border-color: #640678;
}
.TagClassName
{
border-color: #640678;
}
</style>