#7704E7

Color #7704E7 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7704E7

Tints of Electric Indigo #7704E7

Color information

#7704E7 (or 0x7704E7) is unknown color: approx Electric Indigo. HEX triplet: 77, 04 and E7. RGB value is (119,4,231). Sum of RGB (Red+Green+Blue) = 119+4+231=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 231 (90.62% from 255 or 65.25% from 354); Max value from RGB is 231 - color contains mainly: blue. Hex color #7704E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7704E7 is #88FB18. Grayscale: #3F3F3F. Windows color (decimal): -8977177 or 15139959. OLE color: 15139959.

HSL color Cylindrical-coordinate representation of color #7704E7: hue angle of 270.4º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7704E7 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1194231-
CMYK0.480.9800.09
HSL270.4º96.6%46.08%-
HSV(B)270.4º98.27%90.59%-
XYZ22.079.7876.33-
YUV64.26222.1167.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.62%
GREEN value IS 4 (1.95% from 255) = 1.13%
BLUE value IS 231 (90.62% from 255) = 65.25%
R=33.62%
G=1.13%
B=65.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal11942310.480.9800.09270.496.646.08
Hex774E730620910e612e
Octal16743476014201141614156
Binary1110111100111001111100001100010010011000011101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7704E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7704E7; }

 p { color: rgb(119,4,231); }

 H1.HeaderClassName
 {
   color: #7704E7;
 }
 .AnyTagClassName
 {
   color: #7704E7;
 }
</style>
background-color css

<style>
 a { background-color: #7704E7; }

 a { background-color: rgb(119,4,231); }

 div.DivClassName
 {
   background-color: #7704E7;
 }
 .BgClassName
 {
   background-color: #7704E7;
 }
</style>
border-color css

<style>
 span { border-color: #7704E7; }

 span { border-color: rgb(119,4,231); }

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