#7007F8

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

Shades of Electric Indigo #7007F8

Tints of Electric Indigo #7007F8

Color information

#7007F8 (or 0x7007F8) is unknown color: approx Electric Indigo. HEX triplet: 70, 07 and F8. RGB value is (112,7,248). Sum of RGB (Red+Green+Blue) = 112+7+248=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 248 (97.27% from 255 or 67.57% from 367); Max value from RGB is 248 - color contains mainly: blue. Hex color #7007F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7007F8 is #8FF807. Grayscale: #414141. Windows color (decimal): -9435144 or 16254832. OLE color: 16254832.

HSL color Cylindrical-coordinate representation of color #7007F8: hue angle of 266.14º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7007F8 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1127248-
CMYK0.550.9700.03
HSL266.14º94.51%50%-
HSV(B)266.14º97.18%97.25%-
XYZ23.710.3789.56-
YUV65.87230.79160.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 7 (3.12% from 255) = 1.91%
BLUE value IS 248 (97.27% from 255) = 67.57%
R=30.52%
G=1.91%
B=67.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal11272480.550.9700.03266.1494.5150
Hex707F837610310a5f32
Octal1607370671410341213762
Binary11100001111111100011011111000010111000010101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7007F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7007F8; }

 p { color: rgb(112,7,248); }

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

<style>
 a { background-color: #7007F8; }

 a { background-color: rgb(112,7,248); }

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

<style>
 span { border-color: #7007F8; }

 span { border-color: rgb(112,7,248); }

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