Html Css Color HEX #711EF7 Electric Indigo

📋 copy color: '#711EF7'

red 113 ◦ green 30 ◦ blue 247

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

Shades of Electric Indigo #711EF7

Tints of Electric Indigo #711EF7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.69%

 BLUE value IS 247 (96.88% from 255) = 63.33%

R = 28.97%
G = 7.69%
B = 63.33%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#711EF7 (or 0x711EF7) is known color: Electric Indigo. HEX triplet: 71, 1E and F7. RGB value is (113,30,247). Sum of RGB (Red+Green+Blue) = 113+30+247=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 247 (96.88% from 255 or 63.33% from 390); Max value from RGB is 247 - color contains mainly: blue. Hex color #711EF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711EF7 is #8EE108. Grayscale: #4E4E4E. Windows color (decimal): -9363721 or 16195185. OLE color: 16195185.

HSL color Cylindrical-coordinate representation of color #711EF7: hue angle of 262.95º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711EF7 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 113 30 247 -
CMYK 0.54 0.88 0 0.03
HSL 262.95º 0.93% 0.54% -
HSV(B) 262.95º 0.88% 0.97% -
XYZ 24.06 11.15 88.88 -
YUV 79.56 222.5 151.86 -
System Red Green Blue C M Y K H S L
Decimal 113 30 247 0.54 0.88 0 0.03 262.95 0.93 0.54
Hex 71 1E F7 36 58 0 3 107 5D 36
Octal 161 36 367 66 130 0 3 407 135 66
Binary 1110001 11110 11110111 110110 1011000 0 11 100000111 1011101 110110

Color Harmonies of #711EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711EF7

Black with #711EF7

Text Example


Text Example

White with #711EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711EF7; }

 p { color: rgb(113,30,247); }

 H1.HeaderClassName
 {
   color: #711EF7;
 }
 .AnyTagClassName
 {
   color: #711EF7;
 }
</style>

background-color css

<style>
 a { background-color: #711EF7; }

 a { background-color: rgb(113,30,247); }

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

border-color css

<style>
 span { border-color: #711EF7; }

 span { border-color: rgb(113,30,247); }

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