Html Css Color HEX #7117FE Electric Indigo

📋 copy color: '#7117FE'

red 113 ◦ green 23 ◦ blue 254

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

Shades of Electric Indigo #7117FE

Tints of Electric Indigo #7117FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.13%

R = 28.97%
G = 5.9%
B = 65.13%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7117FE (or 0x7117FE) is known color: Electric Indigo. HEX triplet: 71, 17 and FE. RGB value is (113,23,254). Sum of RGB (Red+Green+Blue) = 113+23+254=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #7117FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7117FE is #8EE801. Grayscale: #4B4B4B. Windows color (decimal): -9365506 or 16652145. OLE color: 16652145.

HSL color Cylindrical-coordinate representation of color #7117FE: hue angle of 263.38º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7117FE is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 23 254 -
CMYK 0.56 0.91 0 0.00
HSL 263.38º 0.99% 0.54% -
HSV(B) 263.38º 0.91% 1% -
XYZ 25.01 11.28 94.63 -
YUV 76.24 228.32 154.22 -
System Red Green Blue C M Y K H S L
Decimal 113 23 254 0.56 0.91 0 0.00 263.38 0.99 0.54
Hex 71 17 FE 38 5B 0 0 107 63 36
Octal 161 27 376 70 133 0 0 407 143 66
Binary 1110001 10111 11111110 111000 1011011 0 0 100000111 1100011 110110

Color Harmonies of #7117FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7117FE

Black with #7117FE

Text Example


Text Example

White with #7117FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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