Html Css Color HEX #7611ED Electric Indigo

📋 copy color: '#7611ED'

red 118 ◦ green 17 ◦ blue 237

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

Shades of Electric Indigo #7611ED

Tints of Electric Indigo #7611ED

RGB

 RED value IS 118 (46.48% from 255) = 31.72%

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

 BLUE value IS 237 (92.97% from 255) = 63.71%

R = 31.72%
G = 4.57%
B = 63.71%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7611ED (or 0x7611ED) is known color: Electric Indigo. HEX triplet: 76, 11 and ED. RGB value is (118,17,237). Sum of RGB (Red+Green+Blue) = 118+17+237=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #7611ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7611ED is #89EE12. Grayscale: #474747. Windows color (decimal): -9039379 or 15536502. OLE color: 15536502.

HSL color Cylindrical-coordinate representation of color #7611ED: hue angle of 267.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7611ED is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 17 237 -
CMYK 0.50 0.93 0 0.07
HSL 267.55º 0.87% 0.5% -
HSV(B) 267.55º 0.93% 0.93% -
XYZ 22.96 10.37 80.91 -
YUV 72.28 220.96 160.61 -
System Red Green Blue C M Y K H S L
Decimal 118 17 237 0.50 0.93 0 0.07 267.55 0.87 0.5
Hex 76 11 ED 32 5D 0 7 10C 57 32
Octal 166 21 355 62 135 0 7 414 127 62
Binary 1110110 10001 11101101 110010 1011101 0 111 100001100 1010111 110010

Color Harmonies of #7611ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7611ED

Black with #7611ED

Text Example


Text Example

White with #7611ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7611ED; }

 p { color: rgb(118,17,237); }

 H1.HeaderClassName
 {
   color: #7611ED;
 }
 .AnyTagClassName
 {
   color: #7611ED;
 }
</style>

background-color css

<style>
 a { background-color: #7611ED; }

 a { background-color: rgb(118,17,237); }

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

border-color css

<style>
 span { border-color: #7611ED; }

 span { border-color: rgb(118,17,237); }

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