Html Css Color HEX #7E12FA Electric Indigo

📋 copy color: '#7E12FA'

red 126 ◦ green 18 ◦ blue 250

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

Shades of Electric Indigo #7E12FA

Tints of Electric Indigo #7E12FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.57%

 BLUE value IS 250 (98.05% from 255) = 63.45%

R = 31.98%
G = 4.57%
B = 63.45%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7E12FA (or 0x7E12FA) is known color: Electric Indigo. HEX triplet: 7E, 12 and FA. RGB value is (126,18,250). Sum of RGB (Red+Green+Blue) = 126+18+250=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E12FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E12FA is #81ED05. Grayscale: #4B4B4B. Windows color (decimal): -8514822 or 16388734. OLE color: 16388734.

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

Color convert

RGB 126 18 250 -
CMYK 0.50 0.93 0 0.02
HSL 267.93º 0.96% 0.53% -
HSV(B) 267.93º 0.93% 0.98% -
XYZ 26.08 11.77 91.34 -
YUV 76.74 225.78 163.14 -
System Red Green Blue C M Y K H S L
Decimal 126 18 250 0.50 0.93 0 0.02 267.93 0.96 0.53
Hex 7E 12 FA 32 5D 0 2 10C 60 35
Octal 176 22 372 62 135 0 2 414 140 65
Binary 1111110 10010 11111010 110010 1011101 0 10 100001100 1100000 110101

Color Harmonies of #7E12FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E12FA

Black with #7E12FA

Text Example


Text Example

White with #7E12FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,18,250); }

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

background-color css

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

 a { background-color: rgb(126,18,250); }

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

border-color css

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

 span { border-color: rgb(126,18,250); }

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