Shades of Purple #640F76
Tints of Purple #640F76
RGB
CMYK
RGB Variations
Color information
#640F76 (or 0x640F76) is known color: Purple. HEX triplet: 64, 0F and 76. RGB value is (100,15,118). Sum of RGB (Red+Green+Blue) = 100+15+118=233 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.92% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #640F76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640F76 is #9BF089. Grayscale: #333333. Windows color (decimal): -10219658 or 7737188. OLE color: 7737188.
HSL color Cylindrical-coordinate representation of color #640F76: hue angle of 289.51º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #640F76 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 15 | 118 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.54 |
| HSL | 289.51º | 0.77% | 0.26% | - |
| HSV(B) | 289.51º | 0.87% | 0.46% | - |
| XYZ | 8.7 | 4.36 | 17.52 | - |
| YUV | 52.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 118 | 0.15 | 0.87 | 0 | 0.54 | 289.51 | 0.77 | 0.26 |
| Hex | 64 | F | 76 | F | 57 | 0 | 36 | 122 | 4D | 1A |
| Octal | 144 | 17 | 166 | 17 | 127 | 0 | 66 | 442 | 115 | 32 |
| Binary | 1100100 | 1111 | 1110110 | 1111 | 1010111 | 0 | 110110 | 100100010 | 1001101 | 11010 |
Color Harmonies of #640F76
Complementary color
Monochromatic Colors of #640F76
Black with #640F76
Text Example
Text Example
White with #640F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640F76; }
p { color: rgb(100,15,118); }
H1.HeaderClassName
{
color: #640F76;
}
.AnyTagClassName
{
color: #640F76;
}
</style>
background-color css
<style>
a { background-color: #640F76; }
a { background-color: rgb(100,15,118); }
div.DivClassName
{
background-color: #640F76;
}
.BgClassName
{
background-color: #640F76;
}
</style>
border-color css
<style>
span { border-color: #640F76; }
span { border-color: rgb(100,15,118); }
td.TdClassName
{
border-color: #640F76;
}
.TagClassName
{
border-color: #640F76;
}
</style>