Html Css Color HEX #7107EC Electric Indigo

📋 copy color: '#7107EC'

red 113 ◦ green 7 ◦ blue 236

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

Shades of Electric Indigo #7107EC

Tints of Electric Indigo #7107EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 66.29%

R = 31.74%
G = 1.97%
B = 66.29%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7107EC (or 0x7107EC) is known color: Electric Indigo. HEX triplet: 71, 07 and EC. RGB value is (113,7,236). Sum of RGB (Red+Green+Blue) = 113+7+236=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #7107EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7107EC is #8EF813. Grayscale: #3F3F3F. Windows color (decimal): -9369620 or 15468401. OLE color: 15468401.

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

Color convert

RGB 113 7 236 -
CMYK 0.52 0.97 0 0.07
HSL 267.77º 0.94% 0.48% -
HSV(B) 267.77º 0.97% 0.93% -
XYZ 22.03 9.72 80.07 -
YUV 64.8 224.62 162.38 -
System Red Green Blue C M Y K H S L
Decimal 113 7 236 0.52 0.97 0 0.07 267.77 0.94 0.48
Hex 71 7 EC 34 61 0 7 10C 5E 30
Octal 161 7 354 64 141 0 7 414 136 60
Binary 1110001 111 11101100 110100 1100001 0 111 100001100 1011110 110000

Color Harmonies of #7107EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7107EC

Black with #7107EC

Text Example


Text Example

White with #7107EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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