Html Css Color HEX #7600EF Electric Indigo

📋 copy color: '#7600EF'

red 118 ◦ green 0 ◦ blue 239

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

Shades of Electric Indigo #7600EF

Tints of Electric Indigo #7600EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.05%
G = 0%
B = 66.95%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7600EF (or 0x7600EF) is known color: Electric Indigo. HEX triplet: 76, 00 and EF. RGB value is (118,0,239). Sum of RGB (Red+Green+Blue) = 118+0+239=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #7600EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7600EF is #89FF10. Grayscale: #3D3D3D. Windows color (decimal): -9043729 or 15663222. OLE color: 15663222.

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

Color convert

RGB 118 0 239 -
CMYK 0.51 1 0 0.06
HSL 269.62º 1% 0.47% -
HSV(B) 269.62º 1% 0.94% -
XYZ 23.05 10.08 82.39 -
YUV 62.53 227.59 167.57 -
System Red Green Blue C M Y K H S L
Decimal 118 0 239 0.51 1 0 0.06 269.62 1 0.47
Hex 76 0 EF 33 64 0 6 10E 64 2F
Octal 166 0 357 63 144 0 6 416 144 57
Binary 1110110 0 11101111 110011 1100100 0 110 100001110 1100100 101111

Color Harmonies of #7600EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7600EF

Black with #7600EF

Text Example


Text Example

White with #7600EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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