#7711ed

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

Shades of Electric Indigo #7711ED

Tints of Electric Indigo #7711ED

Color information

#7711ED (or 0x7711ED) is unknown color: approx Electric Indigo. HEX triplet: 77, 11 and ED. RGB value is (119,17,237). Sum of RGB (Red+Green+Blue) = 119+17+237=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 237 (92.97% from 255 or 63.54% from 373); Max value from RGB is 237 - color contains mainly: blue. Hex color #7711ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7711ED is #88EE12. Grayscale: #474747. Windows color (decimal): -8973843 or 15536503. OLE color: 15536503.

HSL color Cylindrical-coordinate representation of color #7711ED: hue angle of 267.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7711ED is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11917237-
CMYK0.500.9300.07
HSL267.82º86.61%49.8%-
HSV(B)267.82º92.83%92.94%-
XYZ23.0910.4480.92-
YUV72.58220.79161.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.90%
GREEN value IS 17 (7.03% from 255) = 4.56%
BLUE value IS 237 (92.97% from 255) = 63.54%
R=31.90%
G=4.56%
B=63.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal119172370.500.9300.07267.8286.6149.8
Hex7711ED325D0710c5732
Octal16721355621350741412762
Binary11101111000111101101110010101110101111000011001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7711ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7711ed; }

 p { color: rgb(119,17,237); }

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

<style>
 a { background-color: #7711ed; }

 a { background-color: rgb(119,17,237); }

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

<style>
 span { border-color: #7711ed; }

 span { border-color: rgb(119,17,237); }

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