Html Css Color HEX #7610EF Electric Indigo

📋 copy color: '#7610EF'

red 118 ◦ green 16 ◦ blue 239

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

Shades of Electric Indigo #7610EF

Tints of Electric Indigo #7610EF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.29%

 BLUE value IS 239 (93.75% from 255) = 64.08%

R = 31.64%
G = 4.29%
B = 64.08%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7610EF (or 0x7610EF) is known color: Electric Indigo. HEX triplet: 76, 10 and EF. RGB value is (118,16,239). Sum of RGB (Red+Green+Blue) = 118+16+239=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #7610EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7610EF is #89EF10. Grayscale: #474747. Windows color (decimal): -9039633 or 15667318. OLE color: 15667318.

HSL color Cylindrical-coordinate representation of color #7610EF: hue angle of 267.44º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7610EF is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 16 239 -
CMYK 0.51 0.93 0 0.06
HSL 267.44º 0.87% 0.5% -
HSV(B) 267.44º 0.93% 0.94% -
XYZ 23.24 10.45 82.45 -
YUV 71.92 222.29 160.87 -
System Red Green Blue C M Y K H S L
Decimal 118 16 239 0.51 0.93 0 0.06 267.44 0.87 0.5
Hex 76 10 EF 33 5D 0 6 10B 57 32
Octal 166 20 357 63 135 0 6 413 127 62
Binary 1110110 10000 11101111 110011 1011101 0 110 100001011 1010111 110010

Color Harmonies of #7610EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7610EF

Black with #7610EF

Text Example


Text Example

White with #7610EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7610EF; }

 p { color: rgb(118,16,239); }

 H1.HeaderClassName
 {
   color: #7610EF;
 }
 .AnyTagClassName
 {
   color: #7610EF;
 }
</style>

background-color css

<style>
 a { background-color: #7610EF; }

 a { background-color: rgb(118,16,239); }

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

border-color css

<style>
 span { border-color: #7610EF; }

 span { border-color: rgb(118,16,239); }

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