Html Css Color HEX #7814F4 Electric Indigo

📋 copy color: '#7814F4'

red 120 ◦ green 20 ◦ blue 244

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

Shades of Electric Indigo #7814F4

Tints of Electric Indigo #7814F4

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.21%

 BLUE value IS 244 (95.7% from 255) = 63.54%

R = 31.25%
G = 5.21%
B = 63.54%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7814F4 (or 0x7814F4) is known color: Electric Indigo. HEX triplet: 78, 14 and F4. RGB value is (120,20,244). Sum of RGB (Red+Green+Blue) = 120+20+244=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 244 (95.70% from 255 or 63.54% from 384); Max value from RGB is 244 - color contains mainly: blue. Hex color #7814F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7814F4 is #87EB0B. Grayscale: #4A4A4A. Windows color (decimal): -8907532 or 15996024. OLE color: 15996024.

HSL color Cylindrical-coordinate representation of color #7814F4: hue angle of 266.79º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7814F4 is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 120 20 244 -
CMYK 0.51 0.92 0 0.04
HSL 266.79º 0.91% 0.52% -
HSV(B) 266.79º 0.92% 0.96% -
XYZ 24.33 11.03 86.43 -
YUV 75.44 223.13 159.79 -
System Red Green Blue C M Y K H S L
Decimal 120 20 244 0.51 0.92 0 0.04 266.79 0.91 0.52
Hex 78 14 F4 33 5C 0 4 10B 5B 34
Octal 170 24 364 63 134 0 4 413 133 64
Binary 1111000 10100 11110100 110011 1011100 0 100 100001011 1011011 110100

Color Harmonies of #7814F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7814F4

Black with #7814F4

Text Example


Text Example

White with #7814F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7814F4; }

 p { color: rgb(120,20,244); }

 H1.HeaderClassName
 {
   color: #7814F4;
 }
 .AnyTagClassName
 {
   color: #7814F4;
 }
</style>

background-color css

<style>
 a { background-color: #7814F4; }

 a { background-color: rgb(120,20,244); }

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

border-color css

<style>
 span { border-color: #7814F4; }

 span { border-color: rgb(120,20,244); }

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