Html Css Color HEX #7E18FF Electric Indigo

📋 copy color: '#7E18FF'

red 126 ◦ green 24 ◦ blue 255

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

Shades of Electric Indigo #7E18FF

Tints of Electric Indigo #7E18FF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.93%

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

R = 31.11%
G = 5.93%
B = 62.96%

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

#7E18FF (or 0x7E18FF) is known color: Electric Indigo. HEX triplet: 7E, 18 and FF. RGB value is (126,24,255). Sum of RGB (Red+Green+Blue) = 126+24+255=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E18FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E18FF is #81E700. Grayscale: #505050. Windows color (decimal): -8513281 or 16717950. OLE color: 16717950.

HSL color Cylindrical-coordinate representation of color #7E18FF: hue angle of 266.49º 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 #7E18FF is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 126 24 255 -
CMYK 0.51 0.91 0 0
HSL 266.49º 1% 0.55% -
HSV(B) 266.49º 0.91% 1% -
XYZ 26.98 12.31 95.56 -
YUV 80.83 226.29 160.22 -
System Red Green Blue C M Y K H S L
Decimal 126 24 255 0.51 0.91 0 0 266.49 1 0.55
Hex 7E 18 FF 33 5B 0 0 10A 64 37
Octal 176 30 377 63 133 0 0 412 144 67
Binary 1111110 11000 11111111 110011 1011011 0 0 100001010 1100100 110111

Color Harmonies of #7E18FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E18FF

Black with #7E18FF

Text Example


Text Example

White with #7E18FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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