Html Css Color HEX #7911EC Electric Indigo

📋 copy color: '#7911EC'

red 121 ◦ green 17 ◦ blue 236

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

Shades of Electric Indigo #7911EC

Tints of Electric Indigo #7911EC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.55%

 BLUE value IS 236 (92.58% from 255) = 63.1%

R = 32.35%
G = 4.55%
B = 63.1%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7911EC (or 0x7911EC) is known color: Electric Indigo. HEX triplet: 79, 11 and EC. RGB value is (121,17,236). Sum of RGB (Red+Green+Blue) = 121+17+236=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #7911EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7911EC is #86EE13. Grayscale: #484848. Windows color (decimal): -8842772 or 15470969. OLE color: 15470969.

HSL color Cylindrical-coordinate representation of color #7911EC: hue angle of 268.49º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7911EC is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 17 236 -
CMYK 0.49 0.93 0 0.07
HSL 268.49º 0.87% 0.5% -
HSV(B) 268.49º 0.93% 0.93% -
XYZ 23.23 10.52 80.16 -
YUV 73.06 219.96 162.19 -
System Red Green Blue C M Y K H S L
Decimal 121 17 236 0.49 0.93 0 0.07 268.49 0.87 0.5
Hex 79 11 EC 31 5D 0 7 10C 57 32
Octal 171 21 354 61 135 0 7 414 127 62
Binary 1111001 10001 11101100 110001 1011101 0 111 100001100 1010111 110010

Color Harmonies of #7911EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7911EC

Black with #7911EC

Text Example


Text Example

White with #7911EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7911EC; }

 p { color: rgb(121,17,236); }

 H1.HeaderClassName
 {
   color: #7911EC;
 }
 .AnyTagClassName
 {
   color: #7911EC;
 }
</style>

background-color css

<style>
 a { background-color: #7911EC; }

 a { background-color: rgb(121,17,236); }

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

border-color css

<style>
 span { border-color: #7911EC; }

 span { border-color: rgb(121,17,236); }

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