Html Css Color HEX #7607EE Electric Indigo

📋 copy color: '#7607EE'

red 118 ◦ green 7 ◦ blue 238

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

Shades of Electric Indigo #7607EE

Tints of Electric Indigo #7607EE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.93%

 BLUE value IS 238 (93.36% from 255) = 65.56%

R = 32.51%
G = 1.93%
B = 65.56%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7607EE (or 0x7607EE) is known color: Electric Indigo. HEX triplet: 76, 07 and EE. RGB value is (118,7,238). Sum of RGB (Red+Green+Blue) = 118+7+238=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #7607EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7607EE is #89F811. Grayscale: #414141. Windows color (decimal): -9041938 or 15599478. OLE color: 15599478.

HSL color Cylindrical-coordinate representation of color #7607EE: hue angle of 268.83º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7607EE is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 7 238 -
CMYK 0.50 0.97 0 0.07
HSL 268.83º 0.94% 0.48% -
HSV(B) 268.83º 0.97% 0.93% -
XYZ 22.98 10.18 81.64 -
YUV 66.52 224.77 164.72 -
System Red Green Blue C M Y K H S L
Decimal 118 7 238 0.50 0.97 0 0.07 268.83 0.94 0.48
Hex 76 7 EE 32 61 0 7 10D 5E 30
Octal 166 7 356 62 141 0 7 415 136 60
Binary 1110110 111 11101110 110010 1100001 0 111 100001101 1011110 110000

Color Harmonies of #7607EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7607EE

Black with #7607EE

Text Example


Text Example

White with #7607EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7607EE; }

 p { color: rgb(118,7,238); }

 H1.HeaderClassName
 {
   color: #7607EE;
 }
 .AnyTagClassName
 {
   color: #7607EE;
 }
</style>

background-color css

<style>
 a { background-color: #7607EE; }

 a { background-color: rgb(118,7,238); }

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

border-color css

<style>
 span { border-color: #7607EE; }

 span { border-color: rgb(118,7,238); }

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