#7106EE

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

Shades of Electric Indigo #7106EE

Tints of Electric Indigo #7106EE

Color information

#7106EE (or 0x7106EE) is unknown color: approx Electric Indigo. HEX triplet: 71, 06 and EE. RGB value is (113,6,238). Sum of RGB (Red+Green+Blue) = 113+6+238=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 6 (2.73% from 255 or 1.68% 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 #7106EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7106EE is #8EF911. Grayscale: #3F3F3F. Windows color (decimal): -9369874 or 15599217. OLE color: 15599217.

HSL color Cylindrical-coordinate representation of color #7106EE: hue angle of 267.67º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7106EE is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1136238-
CMYK0.530.9700.07
HSL267.67º95.08%47.84%-
HSV(B)267.67º97.48%93.33%-
XYZ22.319.8181.61-
YUV64.44225.95162.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.65%
GREEN value IS 6 (2.73% from 255) = 1.68%
BLUE value IS 238 (93.36% from 255) = 66.67%
R=31.65%
G=1.68%
B=66.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal11362380.530.9700.07267.6795.0847.84
Hex716EE35610710c5f30
Octal1616356651410741413760
Binary111000111011101110110101110000101111000011001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7106EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,6,238); }

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

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

 a { background-color: rgb(113,6,238); }

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

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

 span { border-color: rgb(113,6,238); }

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