Html Css Color HEX #7840EA Blue Violet

📋 copy color: '#7840EA'

red 120 ◦ green 64 ◦ blue 234

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

Shades of Blue Violet #7840EA

Tints of Blue Violet #7840EA

RGB

 RED value IS 120 (47.27% from 255) = 28.71%

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

 BLUE value IS 234 (91.8% from 255) = 55.98%

R = 28.71%
G = 15.31%
B = 55.98%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7840EA (or 0x7840EA) is known color: Blue Violet. HEX triplet: 78, 40 and EA. RGB value is (120,64,234). Sum of RGB (Red+Green+Blue) = 120+64+234=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #7840EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7840EA is #87BF15. Grayscale: #636363. Windows color (decimal): -8896278 or 15351928. OLE color: 15351928.

HSL color Cylindrical-coordinate representation of color #7840EA: hue angle of 259.76º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7840EA is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 64 234 -
CMYK 0.49 0.73 0 0.08
HSL 259.76º 0.8% 0.58% -
HSV(B) 259.76º 0.73% 0.92% -
XYZ 24.43 13.6 79.18 -
YUV 100.12 203.55 142.18 -
System Red Green Blue C M Y K H S L
Decimal 120 64 234 0.49 0.73 0 0.08 259.76 0.8 0.58
Hex 78 40 EA 31 49 0 8 104 50 3A
Octal 170 100 352 61 111 0 10 404 120 72
Binary 1111000 1000000 11101010 110001 1001001 0 1000 100000100 1010000 111010

Color Harmonies of #7840EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7840EA

Black with #7840EA

Text Example


Text Example

White with #7840EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7840EA; }

 p { color: rgb(120,64,234); }

 H1.HeaderClassName
 {
   color: #7840EA;
 }
 .AnyTagClassName
 {
   color: #7840EA;
 }
</style>

background-color css

<style>
 a { background-color: #7840EA; }

 a { background-color: rgb(120,64,234); }

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

border-color css

<style>
 span { border-color: #7840EA; }

 span { border-color: rgb(120,64,234); }

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