Html Css Color HEX #7107EA Electric Indigo

📋 copy color: '#7107EA'

red 113 ◦ green 7 ◦ blue 234

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

Shades of Electric Indigo #7107EA

Tints of Electric Indigo #7107EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.1%

R = 31.92%
G = 1.98%
B = 66.1%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7107EA (or 0x7107EA) is known color: Electric Indigo. HEX triplet: 71, 07 and EA. RGB value is (113,7,234). Sum of RGB (Red+Green+Blue) = 113+7+234=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #7107EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7107EA is #8EF815. Grayscale: #3F3F3F. Windows color (decimal): -9369622 or 15337329. OLE color: 15337329.

HSL color Cylindrical-coordinate representation of color #7107EA: hue angle of 268.02º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7107EA is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 7 234 -
CMYK 0.52 0.97 0 0.08
HSL 268.02º 0.94% 0.47% -
HSV(B) 268.02º 0.97% 0.92% -
XYZ 21.74 9.6 78.55 -
YUV 64.57 223.62 162.54 -
System Red Green Blue C M Y K H S L
Decimal 113 7 234 0.52 0.97 0 0.08 268.02 0.94 0.47
Hex 71 7 EA 34 61 0 8 10C 5E 2F
Octal 161 7 352 64 141 0 10 414 136 57
Binary 1110001 111 11101010 110100 1100001 0 1000 100001100 1011110 101111

Color Harmonies of #7107EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7107EA

Black with #7107EA

Text Example


Text Example

White with #7107EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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