Shades of Blue Violet #7740EF
Tints of Blue Violet #7740EF
RGB
CMYK
RGB Variations
Color information
#7740EF (or 0x7740EF) is known color: Blue Violet. HEX triplet: 77, 40 and EF. RGB value is (119,64,239). Sum of RGB (Red+Green+Blue) = 119+64+239=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #7740EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7740EF is #88BF10. Grayscale: #636363. Windows color (decimal): -8961809 or 15679607. OLE color: 15679607.
HSL color Cylindrical-coordinate representation of color #7740EF: hue angle of 258.86º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7740EF is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 64 | 239 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.06 |
| HSL | 258.86º | 0.85% | 0.59% | - |
| HSV(B) | 258.86º | 0.73% | 0.94% | - |
| XYZ | 25.02 | 13.82 | 83.01 | - |
| YUV | 100.4 | 206.22 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 239 | 0.50 | 0.73 | 0 | 0.06 | 258.86 | 0.85 | 0.59 |
| Hex | 77 | 40 | EF | 32 | 49 | 0 | 6 | 103 | 55 | 3B |
| Octal | 167 | 100 | 357 | 62 | 111 | 0 | 6 | 403 | 125 | 73 |
| Binary | 1110111 | 1000000 | 11101111 | 110010 | 1001001 | 0 | 110 | 100000011 | 1010101 | 111011 |
Color Harmonies of #7740EF
Complementary color
Monochromatic Colors of #7740EF
Black with #7740EF
Text Example
Text Example
White with #7740EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7740EF; }
p { color: rgb(119,64,239); }
H1.HeaderClassName
{
color: #7740EF;
}
.AnyTagClassName
{
color: #7740EF;
}
</style>
background-color css
<style>
a { background-color: #7740EF; }
a { background-color: rgb(119,64,239); }
div.DivClassName
{
background-color: #7740EF;
}
.BgClassName
{
background-color: #7740EF;
}
</style>
border-color css
<style>
span { border-color: #7740EF; }
span { border-color: rgb(119,64,239); }
td.TdClassName
{
border-color: #7740EF;
}
.TagClassName
{
border-color: #7740EF;
}
</style>