#7700EE

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

Shades of Electric Indigo #7700EE

Tints of Electric Indigo #7700EE

Color information

#7700EE (or 0x7700EE) is unknown color: approx Electric Indigo. HEX triplet: 77, 00 and EE. RGB value is (119,0,238). Sum of RGB (Red+Green+Blue) = 119+0+238=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 238 (93.36% from 255 or 66.67% from 357); Max value from RGB is 238 - color contains mainly: blue. Hex color #7700EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7700EE is #88FF11. Grayscale: #3D3D3D. Windows color (decimal): -8978194 or 15597687. OLE color: 15597687.

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

Color convert

RGB1190238-
CMYK0.50100.07
HSL270º100%46.67%-
HSV(B)270º100%93.33%-
XYZ23.0410.0981.62-
YUV62.71226.92168.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 238 (93.36% from 255) = 66.67%
R=33.33%
G=0%
B=66.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal11902380.50100.0727010046.67
Hex770EE32640710e642f
Octal1670356621440741614457
Binary1110111011101110110010110010001111000011101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7700EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7700EE; }

 p { color: rgb(119,0,238); }

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

<style>
 a { background-color: #7700EE; }

 a { background-color: rgb(119,0,238); }

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

<style>
 span { border-color: #7700EE; }

 span { border-color: rgb(119,0,238); }

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