Shades of Blue Violet #7914EA
Tints of Blue Violet #7914EA
RGB
CMYK
RGB Variations
Color information
#7914EA (or 0x7914EA) is known color: Blue Violet. HEX triplet: 79, 14 and EA. RGB value is (121,20,234). Sum of RGB (Red+Green+Blue) = 121+20+234=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #7914EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7914EA is #86EB15. Grayscale: #494949. Windows color (decimal): -8842006 or 15340665. OLE color: 15340665.
HSL color Cylindrical-coordinate representation of color #7914EA: hue angle of 268.32º 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 #7914EA is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 20 | 234 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.08 |
| HSL | 268.32º | 0.84% | 0.5% | - |
| HSV(B) | 268.32º | 0.91% | 0.92% | - |
| XYZ | 22.99 | 10.51 | 78.66 | - |
| YUV | 74.6 | 217.96 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 20 | 234 | 0.48 | 0.91 | 0 | 0.08 | 268.32 | 0.84 | 0.5 |
| Hex | 79 | 14 | EA | 30 | 5B | 0 | 8 | 10C | 54 | 32 |
| Octal | 171 | 24 | 352 | 60 | 133 | 0 | 10 | 414 | 124 | 62 |
| Binary | 1111001 | 10100 | 11101010 | 110000 | 1011011 | 0 | 1000 | 100001100 | 1010100 | 110010 |
Color Harmonies of #7914EA
Complementary color
Monochromatic Colors of #7914EA
Black with #7914EA
Text Example
Text Example
White with #7914EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7914EA; }
p { color: rgb(121,20,234); }
H1.HeaderClassName
{
color: #7914EA;
}
.AnyTagClassName
{
color: #7914EA;
}
</style>
background-color css
<style>
a { background-color: #7914EA; }
a { background-color: rgb(121,20,234); }
div.DivClassName
{
background-color: #7914EA;
}
.BgClassName
{
background-color: #7914EA;
}
</style>
border-color css
<style>
span { border-color: #7914EA; }
span { border-color: rgb(121,20,234); }
td.TdClassName
{
border-color: #7914EA;
}
.TagClassName
{
border-color: #7914EA;
}
</style>