Shades of Blue Violet #7942EA
Tints of Blue Violet #7942EA
RGB
CMYK
RGB Variations
Color information
#7942EA (or 0x7942EA) is known color: Blue Violet. HEX triplet: 79, 42 and EA. RGB value is (121,66,234). Sum of RGB (Red+Green+Blue) = 121+66+234=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #7942EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7942EA is #86BD15. Grayscale: #646464. Windows color (decimal): -8830230 or 15352441. OLE color: 15352441.
HSL color Cylindrical-coordinate representation of color #7942EA: hue angle of 259.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7942EA is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 66 | 234 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.08 |
| HSL | 259.64º | 0.8% | 0.59% | - |
| HSV(B) | 259.64º | 0.72% | 0.92% | - |
| XYZ | 24.68 | 13.9 | 79.22 | - |
| YUV | 101.6 | 202.72 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 66 | 234 | 0.48 | 0.72 | 0 | 0.08 | 259.64 | 0.8 | 0.59 |
| Hex | 79 | 42 | EA | 30 | 48 | 0 | 8 | 104 | 50 | 3B |
| Octal | 171 | 102 | 352 | 60 | 110 | 0 | 10 | 404 | 120 | 73 |
| Binary | 1111001 | 1000010 | 11101010 | 110000 | 1001000 | 0 | 1000 | 100000100 | 1010000 | 111011 |
Color Harmonies of #7942EA
Complementary color
Monochromatic Colors of #7942EA
Black with #7942EA
Text Example
Text Example
White with #7942EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7942EA; }
p { color: rgb(121,66,234); }
H1.HeaderClassName
{
color: #7942EA;
}
.AnyTagClassName
{
color: #7942EA;
}
</style>
background-color css
<style>
a { background-color: #7942EA; }
a { background-color: rgb(121,66,234); }
div.DivClassName
{
background-color: #7942EA;
}
.BgClassName
{
background-color: #7942EA;
}
</style>
border-color css
<style>
span { border-color: #7942EA; }
span { border-color: rgb(121,66,234); }
td.TdClassName
{
border-color: #7942EA;
}
.TagClassName
{
border-color: #7942EA;
}
</style>