#7111F0

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

Shades of Electric Indigo #7111F0

Tints of Electric Indigo #7111F0

Color information

#7111F0 (or 0x7111F0) is unknown color: approx Electric Indigo. HEX triplet: 71, 11 and F0. RGB value is (113,17,240). Sum of RGB (Red+Green+Blue) = 113+17+240=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 240 (94.14% from 255 or 64.86% from 370); Max value from RGB is 240 - color contains mainly: blue. Hex color #7111F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7111F0 is #8EEE0F. Grayscale: #464646. Windows color (decimal): -9367056 or 15733105. OLE color: 15733105.

HSL color Cylindrical-coordinate representation of color #7111F0: hue angle of 265.83º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7111F0 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11317240-
CMYK0.530.9300.06
HSL265.83º88.14%50.39%-
HSV(B)265.83º92.92%94.12%-
XYZ22.7410.283.21-
YUV71.13223.3157.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.54%
GREEN value IS 17 (7.03% from 255) = 4.59%
BLUE value IS 240 (94.14% from 255) = 64.86%
R=30.54%
G=4.59%
B=64.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal113172400.530.9300.06265.8388.1450.39
Hex7111F0355D0610a5832
Octal16121360651350641213062
Binary11100011000111110000110101101110101101000010101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7111F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7111F0; }

 p { color: rgb(113,17,240); }

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

<style>
 a { background-color: #7111F0; }

 a { background-color: rgb(113,17,240); }

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

<style>
 span { border-color: #7111F0; }

 span { border-color: rgb(113,17,240); }

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