Html Css Color HEX #7940EF Blue Violet

📋 copy color: '#7940EF'

red 121 ◦ green 64 ◦ blue 239

#7940EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #7940EF

Tints of Blue Violet #7940EF

RGB

 RED value IS 121 (47.66% from 255) = 28.54%

 GREEN value IS 64 (25.39% from 255) = 15.09%

 BLUE value IS 239 (93.75% from 255) = 56.37%

R = 28.54%
G = 15.09%
B = 56.37%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7940EF (or 0x7940EF) is known color: Blue Violet. HEX triplet: 79, 40 and EF. RGB value is (121,64,239). Sum of RGB (Red+Green+Blue) = 121+64+239=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #7940EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7940EF is #86BF10. Grayscale: #646464. Windows color (decimal): -8830737 or 15679609. OLE color: 15679609.

HSL color Cylindrical-coordinate representation of color #7940EF: hue angle of 259.54º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7940EF is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 121 64 239 -
CMYK 0.49 0.73 0 0.06
HSL 259.54º 0.85% 0.59% -
HSV(B) 259.54º 0.73% 0.94% -
XYZ 25.3 13.96 83.02 -
YUV 100.99 205.88 142.27 -
System Red Green Blue C M Y K H S L
Decimal 121 64 239 0.49 0.73 0 0.06 259.54 0.85 0.59
Hex 79 40 EF 31 49 0 6 104 55 3B
Octal 171 100 357 61 111 0 6 404 125 73
Binary 1111001 1000000 11101111 110001 1001001 0 110 100000100 1010101 111011

Color Harmonies of #7940EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7940EF

Black with #7940EF

Text Example


Text Example

White with #7940EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7940EF; }

 p { color: rgb(121,64,239); }

 H1.HeaderClassName
 {
   color: #7940EF;
 }
 .AnyTagClassName
 {
   color: #7940EF;
 }
</style>

background-color css

<style>
 a { background-color: #7940EF; }

 a { background-color: rgb(121,64,239); }

 div.DivClassName
 {
   background-color: #7940EF;
 }
 .BgClassName
 {
   background-color: #7940EF;
 }
</style>

border-color css

<style>
 span { border-color: #7940EF; }

 span { border-color: rgb(121,64,239); }

 td.TdClassName
 {
   border-color: #7940EF;
 }
 .TagClassName
 {
   border-color: #7940EF;
 }
</style>