Shades of Purple #640468
Tints of Purple #640468
RGB
CMYK
RGB Variations
Color information
#640468 (or 0x640468) is known color: Purple. HEX triplet: 64, 04 and 68. RGB value is (100,4,104). Sum of RGB (Red+Green+Blue) = 100+4+104=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #640468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640468 is #9BFB97. Grayscale: #2B2B2B. Windows color (decimal): -10222488 or 6816868. OLE color: 6816868.
HSL color Cylindrical-coordinate representation of color #640468: hue angle of 297.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640468 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 4 | 104 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.59 |
| HSL | 297.6º | 0.93% | 0.21% | - |
| HSV(B) | 297.6º | 0.96% | 0.41% | - |
| XYZ | 7.8 | 3.8 | 13.42 | - |
| YUV | 44.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 104 | 0.04 | 0.96 | 0 | 0.59 | 297.6 | 0.93 | 0.21 |
| Hex | 64 | 4 | 68 | 4 | 60 | 0 | 3B | 12A | 5D | 15 |
| Octal | 144 | 4 | 150 | 4 | 140 | 0 | 73 | 452 | 135 | 25 |
| Binary | 1100100 | 100 | 1101000 | 100 | 1100000 | 0 | 111011 | 100101010 | 1011101 | 10101 |
Color Harmonies of #640468
Complementary color
Monochromatic Colors of #640468
Black with #640468
Text Example
Text Example
White with #640468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640468; }
p { color: rgb(100,4,104); }
H1.HeaderClassName
{
color: #640468;
}
.AnyTagClassName
{
color: #640468;
}
</style>
background-color css
<style>
a { background-color: #640468; }
a { background-color: rgb(100,4,104); }
div.DivClassName
{
background-color: #640468;
}
.BgClassName
{
background-color: #640468;
}
</style>
border-color css
<style>
span { border-color: #640468; }
span { border-color: rgb(100,4,104); }
td.TdClassName
{
border-color: #640468;
}
.TagClassName
{
border-color: #640468;
}
</style>