Shades of Purple #640078
Tints of Purple #640078
RGB
CMYK
RGB Variations
Color information
#640078 (or 0x640078) is known color: Purple. HEX triplet: 64, 00 and 78. RGB value is (100,0,120). Sum of RGB (Red+Green+Blue) = 100+0+120=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #640078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640078 is #9BFF87. Grayscale: #2B2B2B. Windows color (decimal): -10223496 or 7864420. OLE color: 7864420.
HSL color Cylindrical-coordinate representation of color #640078: hue angle of 290º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #640078 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 0 | 120 | - |
| CMYK | 0.17 | 1 | 0 | 0.53 |
| HSL | 290º | 1% | 0.24% | - |
| HSV(B) | 290º | 1% | 0.47% | - |
| XYZ | 8.65 | 4.07 | 18.1 | - |
| YUV | 43.58 | 171.13 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 120 | 0.17 | 1 | 0 | 0.53 | 290 | 1 | 0.24 |
| Hex | 64 | 0 | 78 | 11 | 64 | 0 | 35 | 122 | 64 | 18 |
| Octal | 144 | 0 | 170 | 21 | 144 | 0 | 65 | 442 | 144 | 30 |
| Binary | 1100100 | 0 | 1111000 | 10001 | 1100100 | 0 | 110101 | 100100010 | 1100100 | 11000 |
Color Harmonies of #640078
Complementary color
Monochromatic Colors of #640078
Black with #640078
Text Example
Text Example
White with #640078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640078; }
p { color: rgb(100,0,120); }
H1.HeaderClassName
{
color: #640078;
}
.AnyTagClassName
{
color: #640078;
}
</style>
background-color css
<style>
a { background-color: #640078; }
a { background-color: rgb(100,0,120); }
div.DivClassName
{
background-color: #640078;
}
.BgClassName
{
background-color: #640078;
}
</style>
border-color css
<style>
span { border-color: #640078; }
span { border-color: rgb(100,0,120); }
td.TdClassName
{
border-color: #640078;
}
.TagClassName
{
border-color: #640078;
}
</style>