Shades of Purple #640278
Tints of Purple #640278
RGB
CMYK
RGB Variations
Color information
#640278 (or 0x640278) is known color: Purple. HEX triplet: 64, 02 and 78. RGB value is (100,2,120). Sum of RGB (Red+Green+Blue) = 100+2+120=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #640278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640278 is #9BFD87. Grayscale: #2C2C2C. Windows color (decimal): -10222984 or 7864932. OLE color: 7864932.
HSL color Cylindrical-coordinate representation of color #640278: hue angle of 289.83º 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 #640278 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 2 | 120 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.53 |
| HSL | 289.83º | 0.97% | 0.24% | - |
| HSV(B) | 289.83º | 0.98% | 0.47% | - |
| XYZ | 8.67 | 4.11 | 18.11 | - |
| YUV | 44.75 | 170.47 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 120 | 0.17 | 0.98 | 0 | 0.53 | 289.83 | 0.97 | 0.24 |
| Hex | 64 | 2 | 78 | 11 | 62 | 0 | 35 | 122 | 61 | 18 |
| Octal | 144 | 2 | 170 | 21 | 142 | 0 | 65 | 442 | 141 | 30 |
| Binary | 1100100 | 10 | 1111000 | 10001 | 1100010 | 0 | 110101 | 100100010 | 1100001 | 11000 |
Color Harmonies of #640278
Complementary color
Monochromatic Colors of #640278
Black with #640278
Text Example
Text Example
White with #640278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640278; }
p { color: rgb(100,2,120); }
H1.HeaderClassName
{
color: #640278;
}
.AnyTagClassName
{
color: #640278;
}
</style>
background-color css
<style>
a { background-color: #640278; }
a { background-color: rgb(100,2,120); }
div.DivClassName
{
background-color: #640278;
}
.BgClassName
{
background-color: #640278;
}
</style>
border-color css
<style>
span { border-color: #640278; }
span { border-color: rgb(100,2,120); }
td.TdClassName
{
border-color: #640278;
}
.TagClassName
{
border-color: #640278;
}
</style>