Html Css Color HEX #7110EC Electric Indigo

📋 copy color: '#7110EC'

red 113 ◦ green 16 ◦ blue 236

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

Shades of Electric Indigo #7110EC

Tints of Electric Indigo #7110EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.38%

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

R = 30.96%
G = 4.38%
B = 64.66%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7110EC (or 0x7110EC) is known color: Electric Indigo. HEX triplet: 71, 10 and EC. RGB value is (113,16,236). Sum of RGB (Red+Green+Blue) = 113+16+236=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #7110EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7110EC is #8EEF13. Grayscale: #454545. Windows color (decimal): -9367316 or 15470705. OLE color: 15470705.

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

Color convert

RGB 113 16 236 -
CMYK 0.52 0.93 0 0.07
HSL 266.45º 0.87% 0.49% -
HSV(B) 266.45º 0.93% 0.93% -
XYZ 22.14 9.94 80.11 -
YUV 70.08 221.64 158.61 -
System Red Green Blue C M Y K H S L
Decimal 113 16 236 0.52 0.93 0 0.07 266.45 0.87 0.49
Hex 71 10 EC 34 5D 0 7 10A 57 31
Octal 161 20 354 64 135 0 7 412 127 61
Binary 1110001 10000 11101100 110100 1011101 0 111 100001010 1010111 110001

Color Harmonies of #7110EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7110EC

Black with #7110EC

Text Example


Text Example

White with #7110EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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