#7E11FF

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

Shades of Electric Indigo #7E11FF

Tints of Electric Indigo #7E11FF

Color information

#7E11FF (or 0x7E11FF) is unknown color: approx Electric Indigo. HEX triplet: 7E, 11 and FF. RGB value is (126,17,255). Sum of RGB (Red+Green+Blue) = 126+17+255=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E11FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E11FF is #81EE00. Grayscale: #4B4B4B. Windows color (decimal): -8515073 or 16716158. OLE color: 16716158.

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

Color convert

RGB12617255-
CMYK0.510.9300
HSL267.48º100%53.33%-
HSV(B)267.48º93.33%100%-
XYZ26.8512.0695.52-
YUV76.72228.61163.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.66%
GREEN value IS 17 (7.03% from 255) = 4.27%
BLUE value IS 255 (100% from 255) = 64.07%
R=31.66%
G=4.27%
B=64.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal126172550.510.9300267.4810053.33
Hex7E11FF335D0010b6435
Octal17621377631350041314465
Binary111111010001111111111100111011101001000010111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E11FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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