Shades of Purple #640E72
Tints of Purple #640E72
RGB
CMYK
RGB Variations
Color information
#640E72 (or 0x640E72) is known color: Purple. HEX triplet: 64, 0E and 72. RGB value is (100,14,114). Sum of RGB (Red+Green+Blue) = 100+14+114=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #640E72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640E72 is #9BF18D. Grayscale: #323232. Windows color (decimal): -10219918 or 7474788. OLE color: 7474788.
HSL color Cylindrical-coordinate representation of color #640E72: hue angle of 291.6º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #640E72 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 14 | 114 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.55 |
| HSL | 291.6º | 0.78% | 0.25% | - |
| HSV(B) | 291.6º | 0.88% | 0.45% | - |
| XYZ | 8.45 | 4.24 | 16.29 | - |
| YUV | 51.11 | 163.49 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 114 | 0.12 | 0.88 | 0 | 0.55 | 291.6 | 0.78 | 0.25 |
| Hex | 64 | E | 72 | C | 58 | 0 | 37 | 124 | 4E | 19 |
| Octal | 144 | 16 | 162 | 14 | 130 | 0 | 67 | 444 | 116 | 31 |
| Binary | 1100100 | 1110 | 1110010 | 1100 | 1011000 | 0 | 110111 | 100100100 | 1001110 | 11001 |
Color Harmonies of #640E72
Complementary color
Monochromatic Colors of #640E72
Black with #640E72
Text Example
Text Example
White with #640E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640E72; }
p { color: rgb(100,14,114); }
H1.HeaderClassName
{
color: #640E72;
}
.AnyTagClassName
{
color: #640E72;
}
</style>
background-color css
<style>
a { background-color: #640E72; }
a { background-color: rgb(100,14,114); }
div.DivClassName
{
background-color: #640E72;
}
.BgClassName
{
background-color: #640E72;
}
</style>
border-color css
<style>
span { border-color: #640E72; }
span { border-color: rgb(100,14,114); }
td.TdClassName
{
border-color: #640E72;
}
.TagClassName
{
border-color: #640E72;
}
</style>