#7E00FF

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

Shades of Electric Indigo #7E00FF

Tints of Electric Indigo #7E00FF

Color information

#7E00FF (or 0x7E00FF) is unknown color: approx Electric Indigo. HEX triplet: 7E, 00 and FF. RGB value is (126,0,255). Sum of RGB (Red+Green+Blue) = 126+0+255=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E00FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E00FF is #81FF00. Grayscale: #414141. Windows color (decimal): -8519425 or 16711806. OLE color: 16711806.

HSL color Cylindrical-coordinate representation of color #7E00FF: hue angle of 269.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E00FF is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1260255-
CMYK0.51100
HSL269.65º100%50%-
HSV(B)269.65º100%100%-
XYZ26.6511.6695.45-
YUV66.74234.24170.27-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 66.93%
R=33.07%
G=0%
B=66.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal12602550.51100269.6510050
Hex7E0FF33640010e6432
Octal1760377631440041614462
Binary11111100111111111100111100100001000011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E00FF; }

 p { color: rgb(126,0,255); }

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

<style>
 a { background-color: #7E00FF; }

 a { background-color: rgb(126,0,255); }

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

<style>
 span { border-color: #7E00FF; }

 span { border-color: rgb(126,0,255); }

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