Html Css Color HEX #7107E3 Electric Indigo

📋 copy color: '#7107E3'

red 113 ◦ green 7 ◦ blue 227

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

Shades of Electric Indigo #7107E3

Tints of Electric Indigo #7107E3

RGB

 RED value IS 113 (44.53% from 255) = 32.56%

 GREEN value IS 7 (3.13% from 255) = 2.02%

 BLUE value IS 227 (89.06% from 255) = 65.42%

R = 32.56%
G = 2.02%
B = 65.42%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7107E3 (or 0x7107E3) is known color: Electric Indigo. HEX triplet: 71, 07 and E3. RGB value is (113,7,227). Sum of RGB (Red+Green+Blue) = 113+7+227=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 227 (89.06% from 255 or 65.42% from 347); Max value from RGB is 227 - color contains mainly: blue. Hex color #7107E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7107E3 is #8EF81C. Grayscale: #3F3F3F. Windows color (decimal): -9369629 or 14878577. OLE color: 14878577.

HSL color Cylindrical-coordinate representation of color #7107E3: hue angle of 268.91º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7107E3 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 113 7 227 -
CMYK 0.50 0.97 0 0.11
HSL 268.91º 0.94% 0.46% -
HSV(B) 268.91º 0.97% 0.89% -
XYZ 20.75 9.21 73.36 -
YUV 63.77 220.12 163.11 -
System Red Green Blue C M Y K H S L
Decimal 113 7 227 0.50 0.97 0 0.11 268.91 0.94 0.46
Hex 71 7 E3 32 61 0 B 10D 5E 2E
Octal 161 7 343 62 141 0 13 415 136 56
Binary 1110001 111 11100011 110010 1100001 0 1011 100001101 1011110 101110

Color Harmonies of #7107E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7107E3

Black with #7107E3

Text Example


Text Example

White with #7107E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7107E3; }

 p { color: rgb(113,7,227); }

 H1.HeaderClassName
 {
   color: #7107E3;
 }
 .AnyTagClassName
 {
   color: #7107E3;
 }
</style>

background-color css

<style>
 a { background-color: #7107E3; }

 a { background-color: rgb(113,7,227); }

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

border-color css

<style>
 span { border-color: #7107E3; }

 span { border-color: rgb(113,7,227); }

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