Shades of Blue Violet #7942EF
Tints of Blue Violet #7942EF
RGB
CMYK
RGB Variations
Color information
#7942EF (or 0x7942EF) is known color: Blue Violet. HEX triplet: 79, 42 and EF. RGB value is (121,66,239). Sum of RGB (Red+Green+Blue) = 121+66+239=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #7942EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7942EF is #86BD10. Grayscale: #656565. Windows color (decimal): -8830225 or 15680121. OLE color: 15680121.
HSL color Cylindrical-coordinate representation of color #7942EF: hue angle of 259.08º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7942EF is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 66 | 239 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.06 |
| HSL | 259.08º | 0.84% | 0.6% | - |
| HSV(B) | 259.08º | 0.72% | 0.94% | - |
| XYZ | 25.41 | 14.19 | 83.06 | - |
| YUV | 102.17 | 205.22 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 66 | 239 | 0.49 | 0.72 | 0 | 0.06 | 259.08 | 0.84 | 0.6 |
| Hex | 79 | 42 | EF | 31 | 48 | 0 | 6 | 103 | 54 | 3C |
| Octal | 171 | 102 | 357 | 61 | 110 | 0 | 6 | 403 | 124 | 74 |
| Binary | 1111001 | 1000010 | 11101111 | 110001 | 1001000 | 0 | 110 | 100000011 | 1010100 | 111100 |
Color Harmonies of #7942EF
Complementary color
Monochromatic Colors of #7942EF
Black with #7942EF
Text Example
Text Example
White with #7942EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7942EF; }
p { color: rgb(121,66,239); }
H1.HeaderClassName
{
color: #7942EF;
}
.AnyTagClassName
{
color: #7942EF;
}
</style>
background-color css
<style>
a { background-color: #7942EF; }
a { background-color: rgb(121,66,239); }
div.DivClassName
{
background-color: #7942EF;
}
.BgClassName
{
background-color: #7942EF;
}
</style>
border-color css
<style>
span { border-color: #7942EF; }
span { border-color: rgb(121,66,239); }
td.TdClassName
{
border-color: #7942EF;
}
.TagClassName
{
border-color: #7942EF;
}
</style>