Html Css Color HEX #7E13FF Electric Indigo

📋 copy color: '#7E13FF'

red 126 ◦ green 19 ◦ blue 255

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

Shades of Electric Indigo #7E13FF

Tints of Electric Indigo #7E13FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.75%

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

R = 31.5%
G = 4.75%
B = 63.75%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7E13FF (or 0x7E13FF) is known color: Electric Indigo. HEX triplet: 7E, 13 and FF. RGB value is (126,19,255). Sum of RGB (Red+Green+Blue) = 126+19+255=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E13FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E13FF is #81EC00. Grayscale: #4D4D4D. Windows color (decimal): -8514561 or 16716670. OLE color: 16716670.

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

Color convert

RGB 126 19 255 -
CMYK 0.51 0.93 0 0
HSL 267.2º 1% 0.54% -
HSV(B) 267.2º 0.93% 1% -
XYZ 26.89 12.12 95.53 -
YUV 77.9 227.95 162.31 -
System Red Green Blue C M Y K H S L
Decimal 126 19 255 0.51 0.93 0 0 267.2 1 0.54
Hex 7E 13 FF 33 5D 0 0 10B 64 36
Octal 176 23 377 63 135 0 0 413 144 66
Binary 1111110 10011 11111111 110011 1011101 0 0 100001011 1100100 110110

Color Harmonies of #7E13FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E13FF

Black with #7E13FF

Text Example


Text Example

White with #7E13FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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