Html Css Color HEX #7706EA Electric Indigo

📋 copy color: '#7706EA'

red 119 ◦ green 6 ◦ blue 234

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

Shades of Electric Indigo #7706EA

Tints of Electric Indigo #7706EA

RGB

 RED value IS 119 (46.88% from 255) = 33.15%

 GREEN value IS 6 (2.73% from 255) = 1.67%

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

R = 33.15%
G = 1.67%
B = 65.18%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7706EA (or 0x7706EA) is known color: Electric Indigo. HEX triplet: 77, 06 and EA. RGB value is (119,6,234). Sum of RGB (Red+Green+Blue) = 119+6+234=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #7706EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7706EA is #88F915. Grayscale: #404040. Windows color (decimal): -8976662 or 15337079. OLE color: 15337079.

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

Color convert

RGB 119 6 234 -
CMYK 0.49 0.97 0 0.08
HSL 269.74º 0.95% 0.47% -
HSV(B) 269.74º 0.97% 0.92% -
XYZ 22.52 9.99 78.58 -
YUV 65.78 222.94 165.96 -
System Red Green Blue C M Y K H S L
Decimal 119 6 234 0.49 0.97 0 0.08 269.74 0.95 0.47
Hex 77 6 EA 31 61 0 8 10E 5F 2F
Octal 167 6 352 61 141 0 10 416 137 57
Binary 1110111 110 11101010 110001 1100001 0 1000 100001110 1011111 101111

Color Harmonies of #7706EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7706EA

Black with #7706EA

Text Example


Text Example

White with #7706EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,6,234); }

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

background-color css

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

 a { background-color: rgb(119,6,234); }

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

border-color css

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

 span { border-color: rgb(119,6,234); }

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