Html Css Color HEX #7E16FA Electric Indigo

📋 copy color: '#7E16FA'

red 126 ◦ green 22 ◦ blue 250

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

Shades of Electric Indigo #7E16FA

Tints of Electric Indigo #7E16FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.53%

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

R = 31.66%
G = 5.53%
B = 62.81%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7E16FA (or 0x7E16FA) is known color: Electric Indigo. HEX triplet: 7E, 16 and FA. RGB value is (126,22,250). Sum of RGB (Red+Green+Blue) = 126+22+250=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E16FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E16FA is #81E905. Grayscale: #4E4E4E. Windows color (decimal): -8513798 or 16389758. OLE color: 16389758.

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

Color convert

RGB 126 22 250 -
CMYK 0.50 0.91 0 0.02
HSL 267.37º 0.96% 0.53% -
HSV(B) 267.37º 0.91% 0.98% -
XYZ 26.15 11.91 91.36 -
YUV 79.09 224.46 161.46 -
System Red Green Blue C M Y K H S L
Decimal 126 22 250 0.50 0.91 0 0.02 267.37 0.96 0.53
Hex 7E 16 FA 32 5B 0 2 10B 60 35
Octal 176 26 372 62 133 0 2 413 140 65
Binary 1111110 10110 11111010 110010 1011011 0 10 100001011 1100000 110101

Color Harmonies of #7E16FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E16FA

Black with #7E16FA

Text Example


Text Example

White with #7E16FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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