Html Css Color HEX #790EEC Electric Indigo

📋 copy color: '#790EEC'

red 121 ◦ green 14 ◦ blue 236

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

Shades of Electric Indigo #790EEC

Tints of Electric Indigo #790EEC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.77%

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

R = 32.61%
G = 3.77%
B = 63.61%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#790EEC (or 0x790EEC) is known color: Electric Indigo. HEX triplet: 79, 0E and EC. RGB value is (121,14,236). Sum of RGB (Red+Green+Blue) = 121+14+236=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #790EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790EEC is #86F113. Grayscale: #464646. Windows color (decimal): -8843540 or 15470201. OLE color: 15470201.

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

Color convert

RGB 121 14 236 -
CMYK 0.49 0.94 0 0.07
HSL 268.92º 0.89% 0.49% -
HSV(B) 268.92º 0.94% 0.93% -
XYZ 23.18 10.44 80.15 -
YUV 71.3 220.95 163.45 -
System Red Green Blue C M Y K H S L
Decimal 121 14 236 0.49 0.94 0 0.07 268.92 0.89 0.49
Hex 79 E EC 31 5E 0 7 10D 59 31
Octal 171 16 354 61 136 0 7 415 131 61
Binary 1111001 1110 11101100 110001 1011110 0 111 100001101 1011001 110001

Color Harmonies of #790EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790EEC

Black with #790EEC

Text Example


Text Example

White with #790EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790EEC; }

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

 H1.HeaderClassName
 {
   color: #790EEC;
 }
 .AnyTagClassName
 {
   color: #790EEC;
 }
</style>

background-color css

<style>
 a { background-color: #790EEC; }

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

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

border-color css

<style>
 span { border-color: #790EEC; }

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

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