Html Css Color HEX #711CF7 Electric Indigo

📋 copy color: '#711CF7'

red 113 ◦ green 28 ◦ blue 247

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

Shades of Electric Indigo #711CF7

Tints of Electric Indigo #711CF7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.22%

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

R = 29.12%
G = 7.22%
B = 63.66%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#711CF7 (or 0x711CF7) is known color: Electric Indigo. HEX triplet: 71, 1C and F7. RGB value is (113,28,247). Sum of RGB (Red+Green+Blue) = 113+28+247=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 247 (96.88% from 255 or 63.66% from 388); Max value from RGB is 247 - color contains mainly: blue. Hex color #711CF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711CF7 is #8EE308. Grayscale: #4D4D4D. Windows color (decimal): -9364233 or 16194673. OLE color: 16194673.

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

Color convert

RGB 113 28 247 -
CMYK 0.54 0.89 0 0.03
HSL 263.29º 0.93% 0.54% -
HSV(B) 263.29º 0.89% 0.97% -
XYZ 24.01 11.06 88.86 -
YUV 78.38 223.16 152.69 -
System Red Green Blue C M Y K H S L
Decimal 113 28 247 0.54 0.89 0 0.03 263.29 0.93 0.54
Hex 71 1C F7 36 59 0 3 107 5D 36
Octal 161 34 367 66 131 0 3 407 135 66
Binary 1110001 11100 11110111 110110 1011001 0 11 100000111 1011101 110110

Color Harmonies of #711CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711CF7

Black with #711CF7

Text Example


Text Example

White with #711CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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