Shades of Blue Violet #7640EA
Tints of Blue Violet #7640EA
RGB
CMYK
RGB Variations
Color information
#7640EA (or 0x7640EA) is known color: Blue Violet. HEX triplet: 76, 40 and EA. RGB value is (118,64,234). Sum of RGB (Red+Green+Blue) = 118+64+234=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #7640EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7640EA is #89BF15. Grayscale: #626262. Windows color (decimal): -9027350 or 15351926. OLE color: 15351926.
HSL color Cylindrical-coordinate representation of color #7640EA: hue angle of 259.06º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7640EA is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 64 | 234 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.08 |
| HSL | 259.06º | 0.8% | 0.58% | - |
| HSV(B) | 259.06º | 0.73% | 0.92% | - |
| XYZ | 24.16 | 13.46 | 79.17 | - |
| YUV | 99.53 | 203.89 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 234 | 0.50 | 0.73 | 0 | 0.08 | 259.06 | 0.8 | 0.58 |
| Hex | 76 | 40 | EA | 32 | 49 | 0 | 8 | 103 | 50 | 3A |
| Octal | 166 | 100 | 352 | 62 | 111 | 0 | 10 | 403 | 120 | 72 |
| Binary | 1110110 | 1000000 | 11101010 | 110010 | 1001001 | 0 | 1000 | 100000011 | 1010000 | 111010 |
Color Harmonies of #7640EA
Complementary color
Monochromatic Colors of #7640EA
Black with #7640EA
Text Example
Text Example
White with #7640EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7640EA; }
p { color: rgb(118,64,234); }
H1.HeaderClassName
{
color: #7640EA;
}
.AnyTagClassName
{
color: #7640EA;
}
</style>
background-color css
<style>
a { background-color: #7640EA; }
a { background-color: rgb(118,64,234); }
div.DivClassName
{
background-color: #7640EA;
}
.BgClassName
{
background-color: #7640EA;
}
</style>
border-color css
<style>
span { border-color: #7640EA; }
span { border-color: rgb(118,64,234); }
td.TdClassName
{
border-color: #7640EA;
}
.TagClassName
{
border-color: #7640EA;
}
</style>