Html Css Color HEX #7E16FD Electric Indigo

📋 copy color: '#7E16FD'

red 126 ◦ green 22 ◦ blue 253

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

Shades of Electric Indigo #7E16FD

Tints of Electric Indigo #7E16FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.09%

R = 31.42%
G = 5.49%
B = 63.09%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7E16FD (or 0x7E16FD) is known color: Electric Indigo. HEX triplet: 7E, 16 and FD. RGB value is (126,22,253). Sum of RGB (Red+Green+Blue) = 126+22+253=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E16FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E16FD is #81E902. Grayscale: #4E4E4E. Windows color (decimal): -8513795 or 16586366. OLE color: 16586366.

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

Color convert

RGB 126 22 253 -
CMYK 0.50 0.91 0 0.01
HSL 267.01º 0.98% 0.54% -
HSV(B) 267.01º 0.91% 0.99% -
XYZ 26.62 12.1 93.86 -
YUV 79.43 225.96 161.22 -
System Red Green Blue C M Y K H S L
Decimal 126 22 253 0.50 0.91 0 0.01 267.01 0.98 0.54
Hex 7E 16 FD 32 5B 0 1 10B 62 36
Octal 176 26 375 62 133 0 1 413 142 66
Binary 1111110 10110 11111101 110010 1011011 0 1 100001011 1100010 110110

Color Harmonies of #7E16FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E16FD

Black with #7E16FD

Text Example


Text Example

White with #7E16FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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