Shades of Blue Violet #7714E0
Tints of Blue Violet #7714E0
RGB
CMYK
RGB Variations
Color information
#7714E0 (or 0x7714E0) is known color: Blue Violet. HEX triplet: 77, 14 and E0. RGB value is (119,20,224). Sum of RGB (Red+Green+Blue) = 119+20+224=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 224 (87.89% from 255 or 61.71% from 363); Max value from RGB is 224 - color contains mainly: blue. Hex color #7714E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7714E0 is #88EB1F. Grayscale: #484848. Windows color (decimal): -8973088 or 14685303. OLE color: 14685303.
HSL color Cylindrical-coordinate representation of color #7714E0: hue angle of 269.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7714E0 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 20 | 224 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.12 |
| HSL | 269.12º | 0.84% | 0.48% | - |
| HSV(B) | 269.12º | 0.91% | 0.88% | - |
| XYZ | 21.31 | 9.8 | 71.29 | - |
| YUV | 72.86 | 213.3 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 20 | 224 | 0.47 | 0.91 | 0 | 0.12 | 269.12 | 0.84 | 0.48 |
| Hex | 77 | 14 | E0 | 2F | 5B | 0 | C | 10D | 54 | 30 |
| Octal | 167 | 24 | 340 | 57 | 133 | 0 | 14 | 415 | 124 | 60 |
| Binary | 1110111 | 10100 | 11100000 | 101111 | 1011011 | 0 | 1100 | 100001101 | 1010100 | 110000 |
Color Harmonies of #7714E0
Complementary color
Monochromatic Colors of #7714E0
Black with #7714E0
Text Example
Text Example
White with #7714E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7714E0; }
p { color: rgb(119,20,224); }
H1.HeaderClassName
{
color: #7714E0;
}
.AnyTagClassName
{
color: #7714E0;
}
</style>
background-color css
<style>
a { background-color: #7714E0; }
a { background-color: rgb(119,20,224); }
div.DivClassName
{
background-color: #7714E0;
}
.BgClassName
{
background-color: #7714E0;
}
</style>
border-color css
<style>
span { border-color: #7714E0; }
span { border-color: rgb(119,20,224); }
td.TdClassName
{
border-color: #7714E0;
}
.TagClassName
{
border-color: #7714E0;
}
</style>