Html Css Color HEX #7600E1 Electric Indigo

📋 copy color: '#7600E1'

red 118 ◦ green 0 ◦ blue 225

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

Shades of Electric Indigo #7600E1

Tints of Electric Indigo #7600E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 65.6%

R = 34.4%
G = 0%
B = 65.6%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7600E1 (or 0x7600E1) is known color: Electric Indigo. HEX triplet: 76, 00 and E1. RGB value is (118,0,225). Sum of RGB (Red+Green+Blue) = 118+0+225=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 225 (88.28% from 255 or 65.60% from 343); Max value from RGB is 225 - color contains mainly: blue. Hex color #7600E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7600E1 is #89FF1E. Grayscale: #3C3C3C. Windows color (decimal): -9043743 or 14745718. OLE color: 14745718.

HSL color Cylindrical-coordinate representation of color #7600E1: hue angle of 271.47º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7600E1 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 0 225 -
CMYK 0.48 1 0 0.12
HSL 271.47º 1% 0.44% -
HSV(B) 271.47º 1% 0.88% -
XYZ 21.06 9.29 71.92 -
YUV 60.93 220.59 168.7 -
System Red Green Blue C M Y K H S L
Decimal 118 0 225 0.48 1 0 0.12 271.47 1 0.44
Hex 76 0 E1 30 64 0 C 10F 64 2C
Octal 166 0 341 60 144 0 14 417 144 54
Binary 1110110 0 11100001 110000 1100100 0 1100 100001111 1100100 101100

Color Harmonies of #7600E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7600E1

Black with #7600E1

Text Example


Text Example

White with #7600E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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