#7604E7

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

Shades of Electric Indigo #7604E7

Tints of Electric Indigo #7604E7

Color information

#7604E7 (or 0x7604E7) is unknown color: approx Electric Indigo. HEX triplet: 76, 04 and E7. RGB value is (118,4,231). Sum of RGB (Red+Green+Blue) = 118+4+231=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 231 (90.62% from 255 or 65.44% from 353); Max value from RGB is 231 - color contains mainly: blue. Hex color #7604E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7604E7 is #89FB18. Grayscale: #3F3F3F. Windows color (decimal): -9042713 or 15139958. OLE color: 15139958.

HSL color Cylindrical-coordinate representation of color #7604E7: hue angle of 270.13º 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 #7604E7 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1184231-
CMYK0.490.9800.09
HSL270.13º96.6%46.08%-
HSV(B)270.13º98.27%90.59%-
XYZ21.949.7176.32-
YUV63.96222.27166.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.43%
GREEN value IS 4 (1.95% from 255) = 1.13%
BLUE value IS 231 (90.62% from 255) = 65.44%
R=33.43%
G=1.13%
B=65.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal11842310.490.9800.09270.1396.646.08
Hex764E731620910e612e
Octal16643476114201141614156
Binary1110110100111001111100011100010010011000011101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7604E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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