Html Css Color HEX #7117EF Electric Indigo

📋 copy color: '#7117EF'

red 113 ◦ green 23 ◦ blue 239

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

Shades of Electric Indigo #7117EF

Tints of Electric Indigo #7117EF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.13%

 BLUE value IS 239 (93.75% from 255) = 63.73%

R = 30.13%
G = 6.13%
B = 63.73%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7117EF (or 0x7117EF) is known color: Electric Indigo. HEX triplet: 71, 17 and EF. RGB value is (113,23,239). Sum of RGB (Red+Green+Blue) = 113+23+239=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #7117EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7117EF is #8EE810. Grayscale: #494949. Windows color (decimal): -9365521 or 15669105. OLE color: 15669105.

HSL color Cylindrical-coordinate representation of color #7117EF: hue angle of 265º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7117EF is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 23 239 -
CMYK 0.53 0.90 0 0.06
HSL 265º 0.87% 0.51% -
HSV(B) 265º 0.9% 0.94% -
XYZ 22.7 10.36 82.46 -
YUV 74.53 220.82 155.44 -
System Red Green Blue C M Y K H S L
Decimal 113 23 239 0.53 0.90 0 0.06 265 0.87 0.51
Hex 71 17 EF 35 5A 0 6 109 57 33
Octal 161 27 357 65 132 0 6 411 127 63
Binary 1110001 10111 11101111 110101 1011010 0 110 100001001 1010111 110011

Color Harmonies of #7117EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7117EF

Black with #7117EF

Text Example


Text Example

White with #7117EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7117EF; }

 p { color: rgb(113,23,239); }

 H1.HeaderClassName
 {
   color: #7117EF;
 }
 .AnyTagClassName
 {
   color: #7117EF;
 }
</style>

background-color css

<style>
 a { background-color: #7117EF; }

 a { background-color: rgb(113,23,239); }

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

border-color css

<style>
 span { border-color: #7117EF; }

 span { border-color: rgb(113,23,239); }

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