Html Css Color HEX #7117FA Electric Indigo

📋 copy color: '#7117FA'

red 113 ◦ green 23 ◦ blue 250

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

Shades of Electric Indigo #7117FA

Tints of Electric Indigo #7117FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.77%

R = 29.27%
G = 5.96%
B = 64.77%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7117FA (or 0x7117FA) is known color: Electric Indigo. HEX triplet: 71, 17 and FA. RGB value is (113,23,250). Sum of RGB (Red+Green+Blue) = 113+23+250=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #7117FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7117FA is #8EE805. Grayscale: #4A4A4A. Windows color (decimal): -9365510 or 16390001. OLE color: 16390001.

HSL color Cylindrical-coordinate representation of color #7117FA: hue angle of 263.79º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7117FA is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 23 250 -
CMYK 0.55 0.91 0 0.02
HSL 263.79º 0.96% 0.54% -
HSV(B) 263.79º 0.91% 0.98% -
XYZ 24.37 11.03 91.29 -
YUV 75.79 226.32 154.54 -
System Red Green Blue C M Y K H S L
Decimal 113 23 250 0.55 0.91 0 0.02 263.79 0.96 0.54
Hex 71 17 FA 37 5B 0 2 108 60 36
Octal 161 27 372 67 133 0 2 410 140 66
Binary 1110001 10111 11111010 110111 1011011 0 10 100001000 1100000 110110

Color Harmonies of #7117FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7117FA

Black with #7117FA

Text Example


Text Example

White with #7117FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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