#7600E7

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

Shades of Electric Indigo #7600E7

Tints of Electric Indigo #7600E7

Color information

#7600E7 (or 0x7600E7) is unknown color: approx Electric Indigo. HEX triplet: 76, 00 and E7. RGB value is (118,0,231). Sum of RGB (Red+Green+Blue) = 118+0+231=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 231 (90.62% from 255 or 66.19% from 349); Max value from RGB is 231 - color contains mainly: blue. Hex color #7600E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7600E7 is #89FF18. Grayscale: #3C3C3C. Windows color (decimal): -9043737 or 15138934. OLE color: 15138934.

HSL color Cylindrical-coordinate representation of color #7600E7: hue angle of 270.65º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7600E7 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1180231-
CMYK0.49100.09
HSL270.65º100%45.29%-
HSV(B)270.65º100%90.59%-
XYZ21.99.6276.3-
YUV61.62223.59168.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 231 (90.62% from 255) = 66.19%
R=33.81%
G=0%
B=66.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal11802310.49100.09270.6510045.29
Hex760E731640910f642d
Octal16603476114401141714455
Binary11101100111001111100011100100010011000011111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7600E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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