Html Css Color HEX #7111FE Electric Indigo

📋 copy color: '#7111FE'

red 113 ◦ green 17 ◦ blue 254

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

Shades of Electric Indigo #7111FE

Tints of Electric Indigo #7111FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.43%

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

R = 29.43%
G = 4.43%
B = 66.15%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7111FE (or 0x7111FE) is known color: Electric Indigo. HEX triplet: 71, 11 and FE. RGB value is (113,17,254). Sum of RGB (Red+Green+Blue) = 113+17+254=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #7111FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7111FE is #8EEE01. Grayscale: #474747. Windows color (decimal): -9367042 or 16650609. OLE color: 16650609.

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

Color convert

RGB 113 17 254 -
CMYK 0.56 0.93 0 0.00
HSL 264.3º 0.99% 0.53% -
HSV(B) 264.3º 0.93% 1% -
XYZ 24.9 11.07 94.59 -
YUV 72.72 230.3 156.73 -
System Red Green Blue C M Y K H S L
Decimal 113 17 254 0.56 0.93 0 0.00 264.3 0.99 0.53
Hex 71 11 FE 38 5D 0 0 108 63 35
Octal 161 21 376 70 135 0 0 410 143 65
Binary 1110001 10001 11111110 111000 1011101 0 0 100001000 1100011 110101

Color Harmonies of #7111FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7111FE

Black with #7111FE

Text Example


Text Example

White with #7111FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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