Shades of Blue Violet #7714E7
Tints of Blue Violet #7714E7
RGB
CMYK
RGB Variations
Color information
#7714E7 (or 0x7714E7) is known color: Blue Violet. HEX triplet: 77, 14 and E7. RGB value is (119,20,231). Sum of RGB (Red+Green+Blue) = 119+20+231=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 231 (90.62% from 255 or 62.43% from 370); Max value from RGB is 231 - color contains mainly: blue. Hex color #7714E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7714E7 is #88EB18. Grayscale: #484848. Windows color (decimal): -8973081 or 15144055. OLE color: 15144055.
HSL color Cylindrical-coordinate representation of color #7714E7: hue angle of 268.15º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7714E7 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 20 | 231 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.09 |
| HSL | 268.15º | 0.84% | 0.49% | - |
| HSV(B) | 268.15º | 0.91% | 0.91% | - |
| XYZ | 22.28 | 10.19 | 76.39 | - |
| YUV | 73.66 | 216.8 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 20 | 231 | 0.48 | 0.91 | 0 | 0.09 | 268.15 | 0.84 | 0.49 |
| Hex | 77 | 14 | E7 | 30 | 5B | 0 | 9 | 10C | 54 | 31 |
| Octal | 167 | 24 | 347 | 60 | 133 | 0 | 11 | 414 | 124 | 61 |
| Binary | 1110111 | 10100 | 11100111 | 110000 | 1011011 | 0 | 1001 | 100001100 | 1010100 | 110001 |
Color Harmonies of #7714E7
Complementary color
Monochromatic Colors of #7714E7
Black with #7714E7
Text Example
Text Example
White with #7714E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7714E7; }
p { color: rgb(119,20,231); }
H1.HeaderClassName
{
color: #7714E7;
}
.AnyTagClassName
{
color: #7714E7;
}
</style>
background-color css
<style>
a { background-color: #7714E7; }
a { background-color: rgb(119,20,231); }
div.DivClassName
{
background-color: #7714E7;
}
.BgClassName
{
background-color: #7714E7;
}
</style>
border-color css
<style>
span { border-color: #7714E7; }
span { border-color: rgb(119,20,231); }
td.TdClassName
{
border-color: #7714E7;
}
.TagClassName
{
border-color: #7714E7;
}
</style>