Html Css Color HEX #7E17FF Electric Indigo

📋 copy color: '#7E17FF'

red 126 ◦ green 23 ◦ blue 255

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

Shades of Electric Indigo #7E17FF

Tints of Electric Indigo #7E17FF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.69%

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

R = 31.19%
G = 5.69%
B = 63.12%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7E17FF (or 0x7E17FF) is known color: Electric Indigo. HEX triplet: 7E, 17 and FF. RGB value is (126,23,255). Sum of RGB (Red+Green+Blue) = 126+23+255=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E17FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E17FF is #81E800. Grayscale: #4F4F4F. Windows color (decimal): -8513537 or 16717694. OLE color: 16717694.

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

Color convert

RGB 126 23 255 -
CMYK 0.51 0.91 0 0
HSL 266.64º 1% 0.55% -
HSV(B) 266.64º 0.91% 1% -
XYZ 26.96 12.27 95.55 -
YUV 80.25 226.62 160.64 -
System Red Green Blue C M Y K H S L
Decimal 126 23 255 0.51 0.91 0 0 266.64 1 0.55
Hex 7E 17 FF 33 5B 0 0 10B 64 37
Octal 176 27 377 63 133 0 0 413 144 67
Binary 1111110 10111 11111111 110011 1011011 0 0 100001011 1100100 110111

Color Harmonies of #7E17FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E17FF

Black with #7E17FF

Text Example


Text Example

White with #7E17FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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