#7109FE

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

Shades of Electric Indigo #7109FE

Tints of Electric Indigo #7109FE

Color information

#7109FE (or 0x7109FE) is unknown color: approx Electric Indigo. HEX triplet: 71, 09 and FE. RGB value is (113,9,254). Sum of RGB (Red+Green+Blue) = 113+9+254=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #7109FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7109FE is #8EF601. Grayscale: #434343. Windows color (decimal): -9369090 or 16648561. OLE color: 16648561.

HSL color Cylindrical-coordinate representation of color #7109FE: hue angle of 265.47º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7109FE is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1139254-
CMYK0.560.9600.00
HSL265.47º99.19%51.57%-
HSV(B)265.47º96.46%99.61%-
XYZ24.810.8694.56-
YUV68.03232.96160.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.05%
GREEN value IS 9 (3.91% from 255) = 2.39%
BLUE value IS 254 (99.61% from 255) = 67.55%
R=30.05%
G=2.39%
B=67.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal11392540.560.9600.00265.4799.1951.57
Hex719FE3860001096334
Octal16111376701400041114364
Binary11100011001111111101110001100000001000010011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7109FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7109FE; }

 p { color: rgb(113,9,254); }

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

<style>
 a { background-color: #7109FE; }

 a { background-color: rgb(113,9,254); }

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

<style>
 span { border-color: #7109FE; }

 span { border-color: rgb(113,9,254); }

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