Html Css Color HEX #7611FE Electric Indigo

📋 copy color: '#7611FE'

red 118 ◦ green 17 ◦ blue 254

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

Shades of Electric Indigo #7611FE

Tints of Electric Indigo #7611FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.3%

R = 30.33%
G = 4.37%
B = 65.3%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7611FE (or 0x7611FE) is known color: Electric Indigo. HEX triplet: 76, 11 and FE. RGB value is (118,17,254). Sum of RGB (Red+Green+Blue) = 118+17+254=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #7611FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7611FE is #89EE01. Grayscale: #494949. Windows color (decimal): -9039362 or 16650614. OLE color: 16650614.

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

Color convert

RGB 118 17 254 -
CMYK 0.54 0.93 0 0.00
HSL 265.57º 0.99% 0.53% -
HSV(B) 265.57º 0.93% 1% -
XYZ 25.56 11.41 94.62 -
YUV 74.22 229.46 159.23 -
System Red Green Blue C M Y K H S L
Decimal 118 17 254 0.54 0.93 0 0.00 265.57 0.99 0.53
Hex 76 11 FE 36 5D 0 0 10A 63 35
Octal 166 21 376 66 135 0 0 412 143 65
Binary 1110110 10001 11111110 110110 1011101 0 0 100001010 1100011 110101

Color Harmonies of #7611FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7611FE

Black with #7611FE

Text Example


Text Example

White with #7611FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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