Shades of Blue Violet #7914EB
Tints of Blue Violet #7914EB
RGB
CMYK
RGB Variations
Color information
#7914EB (or 0x7914EB) is known color: Blue Violet. HEX triplet: 79, 14 and EB. RGB value is (121,20,235). Sum of RGB (Red+Green+Blue) = 121+20+235=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #7914EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7914EB is #86EB14. Grayscale: #494949. Windows color (decimal): -8842005 or 15406201. OLE color: 15406201.
HSL color Cylindrical-coordinate representation of color #7914EB: hue angle of 268.19º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7914EB is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 20 | 235 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.08 |
| HSL | 268.19º | 0.84% | 0.5% | - |
| HSV(B) | 268.19º | 0.91% | 0.92% | - |
| XYZ | 23.13 | 10.56 | 79.42 | - |
| YUV | 74.71 | 218.46 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 20 | 235 | 0.49 | 0.91 | 0 | 0.08 | 268.19 | 0.84 | 0.5 |
| Hex | 79 | 14 | EB | 31 | 5B | 0 | 8 | 10C | 54 | 32 |
| Octal | 171 | 24 | 353 | 61 | 133 | 0 | 10 | 414 | 124 | 62 |
| Binary | 1111001 | 10100 | 11101011 | 110001 | 1011011 | 0 | 1000 | 100001100 | 1010100 | 110010 |
Color Harmonies of #7914EB
Complementary color
Monochromatic Colors of #7914EB
Black with #7914EB
Text Example
Text Example
White with #7914EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7914EB; }
p { color: rgb(121,20,235); }
H1.HeaderClassName
{
color: #7914EB;
}
.AnyTagClassName
{
color: #7914EB;
}
</style>
background-color css
<style>
a { background-color: #7914EB; }
a { background-color: rgb(121,20,235); }
div.DivClassName
{
background-color: #7914EB;
}
.BgClassName
{
background-color: #7914EB;
}
</style>
border-color css
<style>
span { border-color: #7914EB; }
span { border-color: rgb(121,20,235); }
td.TdClassName
{
border-color: #7914EB;
}
.TagClassName
{
border-color: #7914EB;
}
</style>