#7E0CED

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

Shades of Electric Indigo #7E0CED

Tints of Electric Indigo #7E0CED

Color information

#7E0CED (or 0x7E0CED) is unknown color: approx Electric Indigo. HEX triplet: 7E, 0C and ED. RGB value is (126,12,237). Sum of RGB (Red+Green+Blue) = 126+12+237=375 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.6% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 237 (92.97% from 255 or 63.2% from 375); Max value from RGB is 237 - color contains mainly: blue. Hex color #7E0CED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E0CED is #81F312. Grayscale: #464646. Windows color (decimal): -8516371 or 15535230. OLE color: 15535230.

HSL color Cylindrical-coordinate representation of color #7E0CED: hue angle of 270.4º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E0CED is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12612237-
CMYK0.470.9500.07
HSL270.4º90.36%48.82%-
HSV(B)270.4º94.94%92.94%-
XYZ24.0210.8180.94-
YUV71.74221.27166.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.6%
GREEN value IS 12 (5.08% from 255) = 3.2%
BLUE value IS 237 (92.97% from 255) = 63.2%
R=33.6%
G=3.2%
B=63.2%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal126122370.470.9500.07270.490.3648.82
Hex7ECED2F5F0710e5a31
Octal17614355571370741613261
Binary1111110110011101101101111101111101111000011101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,12,237); }

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

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

 a { background-color: rgb(126,12,237); }

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

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

 span { border-color: rgb(126,12,237); }

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