Html Css Color HEX #7E1AFF Electric Indigo

📋 copy color: '#7E1AFF'

red 126 ◦ green 26 ◦ blue 255

#7E1AFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #7E1AFF

Tints of Electric Indigo #7E1AFF

RGB

 RED value IS 126 (49.61% from 255) = 30.96%

 GREEN value IS 26 (10.55% from 255) = 6.39%

 BLUE value IS 255 (100% from 255) = 62.65%

R = 30.96%
G = 6.39%
B = 62.65%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7E1AFF (or 0x7E1AFF) is known color: Electric Indigo. HEX triplet: 7E, 1A and FF. RGB value is (126,26,255). Sum of RGB (Red+Green+Blue) = 126+26+255=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E1AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E1AFF is #81E500. Grayscale: #515151. Windows color (decimal): -8512769 or 16718462. OLE color: 16718462.

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

Color convert

RGB 126 26 255 -
CMYK 0.51 0.90 0 0
HSL 266.2º 1% 0.55% -
HSV(B) 266.2º 0.9% 1% -
XYZ 27.02 12.39 95.58 -
YUV 82.01 225.63 159.38 -
System Red Green Blue C M Y K H S L
Decimal 126 26 255 0.51 0.90 0 0 266.2 1 0.55
Hex 7E 1A FF 33 5A 0 0 10A 64 37
Octal 176 32 377 63 132 0 0 412 144 67
Binary 1111110 11010 11111111 110011 1011010 0 0 100001010 1100100 110111

Color Harmonies of #7E1AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1AFF

Black with #7E1AFF

Text Example


Text Example

White with #7E1AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E1AFF;
 }
 .AnyTagClassName
 {
   color: #7E1AFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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