Html Css Color HEX #7A0EEF Electric Indigo

📋 copy color: '#7A0EEF'

red 122 ◦ green 14 ◦ blue 239

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

Shades of Electric Indigo #7A0EEF

Tints of Electric Indigo #7A0EEF

RGB

 RED value IS 122 (48.05% from 255) = 32.53%

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

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

R = 32.53%
G = 3.73%
B = 63.73%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7A0EEF (or 0x7A0EEF) is known color: Electric Indigo. HEX triplet: 7A, 0E and EF. RGB value is (122,14,239). Sum of RGB (Red+Green+Blue) = 122+14+239=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #7A0EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0EEF is #85F110. Grayscale: #474747. Windows color (decimal): -8778001 or 15666810. OLE color: 15666810.

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

Color convert

RGB 122 14 239 -
CMYK 0.49 0.94 0 0.06
HSL 268.8º 0.89% 0.5% -
HSV(B) 268.8º 0.94% 0.94% -
XYZ 23.76 10.68 82.47 -
YUV 71.94 222.28 163.7 -
System Red Green Blue C M Y K H S L
Decimal 122 14 239 0.49 0.94 0 0.06 268.8 0.89 0.5
Hex 7A E EF 31 5E 0 6 10D 59 32
Octal 172 16 357 61 136 0 6 415 131 62
Binary 1111010 1110 11101111 110001 1011110 0 110 100001101 1011001 110010

Color Harmonies of #7A0EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0EEF

Black with #7A0EEF

Text Example


Text Example

White with #7A0EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A0EEF; }

 p { color: rgb(122,14,239); }

 H1.HeaderClassName
 {
   color: #7A0EEF;
 }
 .AnyTagClassName
 {
   color: #7A0EEF;
 }
</style>

background-color css

<style>
 a { background-color: #7A0EEF; }

 a { background-color: rgb(122,14,239); }

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

border-color css

<style>
 span { border-color: #7A0EEF; }

 span { border-color: rgb(122,14,239); }

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