#7E0FFF

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

Shades of Electric Indigo #7E0FFF

Tints of Electric Indigo #7E0FFF

Color information

#7E0FFF (or 0x7E0FFF) is unknown color: approx Electric Indigo. HEX triplet: 7E, 0F and FF. RGB value is (126,15,255). Sum of RGB (Red+Green+Blue) = 126+15+255=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E0FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E0FFF is #81F000. Grayscale: #4A4A4A. Windows color (decimal): -8515585 or 16715646. OLE color: 16715646.

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

Color convert

RGB12615255-
CMYK0.510.9400
HSL267.75º100%52.94%-
HSV(B)267.75º94.12%100%-
XYZ26.831295.51-
YUV75.55229.27163.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.82%
GREEN value IS 15 (6.25% from 255) = 3.79%
BLUE value IS 255 (100% from 255) = 64.39%
R=31.82%
G=3.79%
B=64.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal126152550.510.9400267.7510052.94
Hex7EFFF335E0010c6435
Octal17617377631360041414465
Binary11111101111111111111100111011110001000011001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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