Html Css Color HEX #7611FF Electric Indigo

📋 copy color: '#7611FF'

red 118 ◦ green 17 ◦ blue 255

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

Shades of Electric Indigo #7611FF

Tints of Electric Indigo #7611FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.38%

R = 30.26%
G = 4.36%
B = 65.38%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7611FF (or 0x7611FF) is known color: Electric Indigo. HEX triplet: 76, 11 and FF. RGB value is (118,17,255). Sum of RGB (Red+Green+Blue) = 118+17+255=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #7611FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7611FF is #89EE00. Grayscale: #494949. Windows color (decimal): -9039361 or 16716150. OLE color: 16716150.

HSL color Cylindrical-coordinate representation of color #7611FF: hue angle of 265.46º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7611FF is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 17 255 -
CMYK 0.54 0.93 0 0
HSL 265.46º 1% 0.53% -
HSV(B) 265.46º 0.93% 1% -
XYZ 25.72 11.47 95.47 -
YUV 74.33 229.96 159.15 -
System Red Green Blue C M Y K H S L
Decimal 118 17 255 0.54 0.93 0 0 265.46 1 0.53
Hex 76 11 FF 36 5D 0 0 109 64 35
Octal 166 21 377 66 135 0 0 411 144 65
Binary 1110110 10001 11111111 110110 1011101 0 0 100001001 1100100 110101

Color Harmonies of #7611FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7611FF

Black with #7611FF

Text Example


Text Example

White with #7611FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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