#7119F7

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

Shades of Electric Indigo #7119F7

Tints of Electric Indigo #7119F7

Color information

#7119F7 (or 0x7119F7) is unknown color: approx Electric Indigo. HEX triplet: 71, 19 and F7. RGB value is (113,25,247). Sum of RGB (Red+Green+Blue) = 113+25+247=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 247 (96.88% from 255 or 64.16% from 385); Max value from RGB is 247 - color contains mainly: blue. Hex color #7119F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7119F7 is #8EE608. Grayscale: #4B4B4B. Windows color (decimal): -9365001 or 16193905. OLE color: 16193905.

HSL color Cylindrical-coordinate representation of color #7119F7: hue angle of 263.78º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7119F7 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11325247-
CMYK0.540.9000.03
HSL263.78º93.28%53.33%-
HSV(B)263.78º89.88%96.86%-
XYZ23.9510.9288.84-
YUV76.62224.15153.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.35%
GREEN value IS 25 (10.16% from 255) = 6.49%
BLUE value IS 247 (96.88% from 255) = 64.16%
R=29.35%
G=6.49%
B=64.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal113252470.540.9000.03263.7893.2853.33
Hex7119F7365A031085d35
Octal16131367661320341013565
Binary1110001110011111011111011010110100111000010001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7119F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7119F7; }

 p { color: rgb(113,25,247); }

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

<style>
 a { background-color: #7119F7; }

 a { background-color: rgb(113,25,247); }

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

<style>
 span { border-color: #7119F7; }

 span { border-color: rgb(113,25,247); }

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