#7707E1

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

Shades of Electric Indigo #7707E1

Tints of Electric Indigo #7707E1

Color information

#7707E1 (or 0x7707E1) is unknown color: approx Electric Indigo. HEX triplet: 77, 07 and E1. RGB value is (119,7,225). Sum of RGB (Red+Green+Blue) = 119+7+225=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 225 (88.28% from 255 or 64.10% from 351); Max value from RGB is 225 - color contains mainly: blue. Hex color #7707E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7707E1 is #88F81E. Grayscale: #404040. Windows color (decimal): -8976415 or 14747511. OLE color: 14747511.

HSL color Cylindrical-coordinate representation of color #7707E1: hue angle of 270.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7707E1 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1197225-
CMYK0.470.9700.12
HSL270.83º93.97%45.49%-
HSV(B)270.83º96.89%88.24%-
XYZ21.279.5171.95-
YUV65.34218.11166.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.90%
GREEN value IS 7 (3.12% from 255) = 1.99%
BLUE value IS 225 (88.28% from 255) = 64.10%
R=33.90%
G=1.99%
B=64.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal11972250.470.9700.12270.8393.9745.49
Hex777E12F610C10f5e2d
Octal16773415714101441713655
Binary1110111111111000011011111100001011001000011111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7707E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7707E1; }

 p { color: rgb(119,7,225); }

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

<style>
 a { background-color: #7707E1; }

 a { background-color: rgb(119,7,225); }

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

<style>
 span { border-color: #7707E1; }

 span { border-color: rgb(119,7,225); }

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