Shades of Blue Violet #7814EA
Tints of Blue Violet #7814EA
RGB
CMYK
RGB Variations
Color information
#7814EA (or 0x7814EA) is known color: Blue Violet. HEX triplet: 78, 14 and EA. RGB value is (120,20,234). Sum of RGB (Red+Green+Blue) = 120+20+234=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #7814EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7814EA is #87EB15. Grayscale: #494949. Windows color (decimal): -8907542 or 15340664. OLE color: 15340664.
HSL color Cylindrical-coordinate representation of color #7814EA: hue angle of 268.04º 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 #7814EA is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 20 | 234 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.08 |
| HSL | 268.04º | 0.84% | 0.5% | - |
| HSV(B) | 268.04º | 0.91% | 0.92% | - |
| XYZ | 22.85 | 10.43 | 78.65 | - |
| YUV | 74.3 | 218.13 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 20 | 234 | 0.49 | 0.91 | 0 | 0.08 | 268.04 | 0.84 | 0.5 |
| Hex | 78 | 14 | EA | 31 | 5B | 0 | 8 | 10C | 54 | 32 |
| Octal | 170 | 24 | 352 | 61 | 133 | 0 | 10 | 414 | 124 | 62 |
| Binary | 1111000 | 10100 | 11101010 | 110001 | 1011011 | 0 | 1000 | 100001100 | 1010100 | 110010 |
Color Harmonies of #7814EA
Complementary color
Monochromatic Colors of #7814EA
Black with #7814EA
Text Example
Text Example
White with #7814EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7814EA; }
p { color: rgb(120,20,234); }
H1.HeaderClassName
{
color: #7814EA;
}
.AnyTagClassName
{
color: #7814EA;
}
</style>
background-color css
<style>
a { background-color: #7814EA; }
a { background-color: rgb(120,20,234); }
div.DivClassName
{
background-color: #7814EA;
}
.BgClassName
{
background-color: #7814EA;
}
</style>
border-color css
<style>
span { border-color: #7814EA; }
span { border-color: rgb(120,20,234); }
td.TdClassName
{
border-color: #7814EA;
}
.TagClassName
{
border-color: #7814EA;
}
</style>