Shades of Purple #640672
Tints of Purple #640672
RGB
CMYK
RGB Variations
Color information
#640672 (or 0x640672) is known color: Purple. HEX triplet: 64, 06 and 72. RGB value is (100,6,114). Sum of RGB (Red+Green+Blue) = 100+6+114=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #640672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640672 is #9BF98D. Grayscale: #2E2E2E. Windows color (decimal): -10221966 or 7472740. OLE color: 7472740.
HSL color Cylindrical-coordinate representation of color #640672: hue angle of 292.22º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640672 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 6 | 114 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.55 |
| HSL | 292.22º | 0.9% | 0.24% | - |
| HSV(B) | 292.22º | 0.95% | 0.45% | - |
| XYZ | 8.36 | 4.05 | 16.26 | - |
| YUV | 46.42 | 166.14 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 114 | 0.12 | 0.95 | 0 | 0.55 | 292.22 | 0.9 | 0.24 |
| Hex | 64 | 6 | 72 | C | 5F | 0 | 37 | 124 | 5A | 18 |
| Octal | 144 | 6 | 162 | 14 | 137 | 0 | 67 | 444 | 132 | 30 |
| Binary | 1100100 | 110 | 1110010 | 1100 | 1011111 | 0 | 110111 | 100100100 | 1011010 | 11000 |
Color Harmonies of #640672
Complementary color
Monochromatic Colors of #640672
Black with #640672
Text Example
Text Example
White with #640672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640672; }
p { color: rgb(100,6,114); }
H1.HeaderClassName
{
color: #640672;
}
.AnyTagClassName
{
color: #640672;
}
</style>
background-color css
<style>
a { background-color: #640672; }
a { background-color: rgb(100,6,114); }
div.DivClassName
{
background-color: #640672;
}
.BgClassName
{
background-color: #640672;
}
</style>
border-color css
<style>
span { border-color: #640672; }
span { border-color: rgb(100,6,114); }
td.TdClassName
{
border-color: #640672;
}
.TagClassName
{
border-color: #640672;
}
</style>