Html Css Color HEX #711DF6 Electric Indigo

📋 copy color: '#711DF6'

red 113 ◦ green 29 ◦ blue 246

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

Shades of Electric Indigo #711DF6

Tints of Electric Indigo #711DF6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.47%

 BLUE value IS 246 (96.48% from 255) = 63.4%

R = 29.12%
G = 7.47%
B = 63.4%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#711DF6 (or 0x711DF6) is known color: Electric Indigo. HEX triplet: 71, 1D and F6. RGB value is (113,29,246). Sum of RGB (Red+Green+Blue) = 113+29+246=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 246 (96.48% from 255 or 63.40% from 388); Max value from RGB is 246 - color contains mainly: blue. Hex color #711DF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711DF6 is #8EE209. Grayscale: #4E4E4E. Windows color (decimal): -9363978 or 16129393. OLE color: 16129393.

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

Color convert

RGB 113 29 246 -
CMYK 0.54 0.88 0 0.04
HSL 263.23º 0.92% 0.54% -
HSV(B) 263.23º 0.88% 0.96% -
XYZ 23.88 11.04 88.06 -
YUV 78.85 222.33 152.36 -
System Red Green Blue C M Y K H S L
Decimal 113 29 246 0.54 0.88 0 0.04 263.23 0.92 0.54
Hex 71 1D F6 36 58 0 4 107 5C 36
Octal 161 35 366 66 130 0 4 407 134 66
Binary 1110001 11101 11110110 110110 1011000 0 100 100000111 1011100 110110

Color Harmonies of #711DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711DF6

Black with #711DF6

Text Example


Text Example

White with #711DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,29,246); }

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

background-color css

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

 a { background-color: rgb(113,29,246); }

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

border-color css

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

 span { border-color: rgb(113,29,246); }

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