#7606F6

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

Shades of Electric Indigo #7606F6

Tints of Electric Indigo #7606F6

Color information

#7606F6 (or 0x7606F6) is unknown color: approx Electric Indigo. HEX triplet: 76, 06 and F6. RGB value is (118,6,246). Sum of RGB (Red+Green+Blue) = 118+6+246=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 246 (96.48% from 255 or 66.49% from 370); Max value from RGB is 246 - color contains mainly: blue. Hex color #7606F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7606F6 is #89F909. Grayscale: #424242. Windows color (decimal): -9042186 or 16123510. OLE color: 16123510.

HSL color Cylindrical-coordinate representation of color #7606F6: hue angle of 268º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7606F6 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1186246-
CMYK0.520.9800.04
HSL268º95.24%49.41%-
HSV(B)268º97.56%96.47%-
XYZ24.1710.6487.97-
YUV66.85229.11164.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.89%
GREEN value IS 6 (2.73% from 255) = 1.62%
BLUE value IS 246 (96.48% from 255) = 66.49%
R=31.89%
G=1.62%
B=66.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal11862460.520.9800.0426895.2449.41
Hex766F634620410c5f31
Octal1666366641420441413761
Binary111011011011110110110100110001001001000011001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7606F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7606F6; }

 p { color: rgb(118,6,246); }

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

<style>
 a { background-color: #7606F6; }

 a { background-color: rgb(118,6,246); }

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

<style>
 span { border-color: #7606F6; }

 span { border-color: rgb(118,6,246); }

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