Html Css Color HEX #711CF6 Electric Indigo

📋 copy color: '#711CF6'

red 113 ◦ green 28 ◦ blue 246

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

Shades of Electric Indigo #711CF6

Tints of Electric Indigo #711CF6

RGB

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

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

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

R = 29.2%
G = 7.24%
B = 63.57%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#711CF6 (or 0x711CF6) is known color: Electric Indigo. HEX triplet: 71, 1C and F6. RGB value is (113,28,246). Sum of RGB (Red+Green+Blue) = 113+28+246=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 246 (96.48% from 255 or 63.57% from 387); Max value from RGB is 246 - color contains mainly: blue. Hex color #711CF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711CF6 is #8EE309. Grayscale: #4D4D4D. Windows color (decimal): -9364234 or 16129137. OLE color: 16129137.

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

Color convert

RGB 113 28 246 -
CMYK 0.54 0.89 0 0.04
HSL 263.39º 0.92% 0.54% -
HSV(B) 263.39º 0.89% 0.96% -
XYZ 23.86 11 88.05 -
YUV 78.27 222.66 152.77 -
System Red Green Blue C M Y K H S L
Decimal 113 28 246 0.54 0.89 0 0.04 263.39 0.92 0.54
Hex 71 1C F6 36 59 0 4 107 5C 36
Octal 161 34 366 66 131 0 4 407 134 66
Binary 1110001 11100 11110110 110110 1011001 0 100 100000111 1011100 110110

Color Harmonies of #711CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711CF6

Black with #711CF6

Text Example


Text Example

White with #711CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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