#7705E8

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

Shades of Electric Indigo #7705E8

Tints of Electric Indigo #7705E8

Color information

#7705E8 (or 0x7705E8) is unknown color: approx Electric Indigo. HEX triplet: 77, 05 and E8. RGB value is (119,5,232). Sum of RGB (Red+Green+Blue) = 119+5+232=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 232 (91.02% from 255 or 65.17% from 356); Max value from RGB is 232 - color contains mainly: blue. Hex color #7705E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7705E8 is #88FA17. Grayscale: #404040. Windows color (decimal): -8976920 or 15205751. OLE color: 15205751.

HSL color Cylindrical-coordinate representation of color #7705E8: hue angle of 270.13º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7705E8 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1195232-
CMYK0.490.9800.09
HSL270.13º95.78%46.47%-
HSV(B)270.13º97.84%90.98%-
XYZ22.239.8677.07-
YUV64.96222.27166.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.43%
GREEN value IS 5 (2.34% from 255) = 1.40%
BLUE value IS 232 (91.02% from 255) = 65.17%
R=33.43%
G=1.40%
B=65.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal11952320.490.9800.09270.1395.7846.47
Hex775E831620910e602e
Octal16753506114201141614056
Binary1110111101111010001100011100010010011000011101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7705E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7705E8; }

 p { color: rgb(119,5,232); }

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

<style>
 a { background-color: #7705E8; }

 a { background-color: rgb(119,5,232); }

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

<style>
 span { border-color: #7705E8; }

 span { border-color: rgb(119,5,232); }

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