#7107E3

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

Shades of Electric Indigo #7107E3

Tints of Electric Indigo #7107E3

Color information

#7107E3 (or 0x7107E3) is unknown color: approx Electric Indigo. HEX triplet: 71, 07 and E3. RGB value is (113,7,227). Sum of RGB (Red+Green+Blue) = 113+7+227=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 227 (89.06% from 255 or 65.42% from 347); Max value from RGB is 227 - color contains mainly: blue. Hex color #7107E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7107E3 is #8EF81C. Grayscale: #3F3F3F. Windows color (decimal): -9369629 or 14878577. OLE color: 14878577.

HSL color Cylindrical-coordinate representation of color #7107E3: hue angle of 268.91º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7107E3 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1137227-
CMYK0.500.9700.11
HSL268.91º94.02%45.88%-
HSV(B)268.91º96.92%89.02%-
XYZ20.759.2173.36-
YUV63.77220.12163.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 7 (3.12% from 255) = 2.02%
BLUE value IS 227 (89.06% from 255) = 65.42%
R=32.56%
G=2.02%
B=65.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal11372270.500.9700.11268.9194.0245.88
Hex717E332610B10d5e2e
Octal16173436214101341513656
Binary1110001111111000111100101100001010111000011011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7107E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7107E3; }

 p { color: rgb(113,7,227); }

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

<style>
 a { background-color: #7107E3; }

 a { background-color: rgb(113,7,227); }

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

<style>
 span { border-color: #7107E3; }

 span { border-color: rgb(113,7,227); }

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