Html Css Color HEX #7601EF Electric Indigo

📋 copy color: '#7601EF'

red 118 ◦ green 1 ◦ blue 239

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

Shades of Electric Indigo #7601EF

Tints of Electric Indigo #7601EF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 32.96%
G = 0.28%
B = 66.76%

CMYK

 C value IS 0.51

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7601EF (or 0x7601EF) is known color: Electric Indigo. HEX triplet: 76, 01 and EF. RGB value is (118,1,239). Sum of RGB (Red+Green+Blue) = 118+1+239=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #7601EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7601EF is #89FE10. Grayscale: #3E3E3E. Windows color (decimal): -9043473 or 15663478. OLE color: 15663478.

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

Color convert

RGB 118 1 239 -
CMYK 0.51 1.00 0 0.06
HSL 269.5º 0.99% 0.47% -
HSV(B) 269.5º 1% 0.94% -
XYZ 23.06 10.11 82.4 -
YUV 63.12 227.26 167.15 -
System Red Green Blue C M Y K H S L
Decimal 118 1 239 0.51 1.00 0 0.06 269.5 0.99 0.47
Hex 76 1 EF 33 64 0 6 10D 63 2F
Octal 166 1 357 63 144 0 6 415 143 57
Binary 1110110 1 11101111 110011 1100100 0 110 100001101 1100011 101111

Color Harmonies of #7601EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7601EF

Black with #7601EF

Text Example


Text Example

White with #7601EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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