Html Css Color HEX #7601FE Electric Indigo

📋 copy color: '#7601FE'

red 118 ◦ green 1 ◦ blue 254

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

Shades of Electric Indigo #7601FE

Tints of Electric Indigo #7601FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.1%

R = 31.64%
G = 0.27%
B = 68.1%

CMYK

 C value IS 0.54

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7601FE (or 0x7601FE) is known color: Electric Indigo. HEX triplet: 76, 01 and FE. RGB value is (118,1,254). Sum of RGB (Red+Green+Blue) = 118+1+254=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #7601FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7601FE is #89FE01. Grayscale: #3F3F3F. Windows color (decimal): -9043458 or 16646518. OLE color: 16646518.

HSL color Cylindrical-coordinate representation of color #7601FE: hue angle of 267.75º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7601FE is Cyan = 0.54, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 1 254 -
CMYK 0.54 1.00 0 0.00
HSL 267.75º 0.99% 0.5% -
HSV(B) 267.75º 1% 1% -
XYZ 25.37 11.03 94.56 -
YUV 64.83 234.76 165.93 -
System Red Green Blue C M Y K H S L
Decimal 118 1 254 0.54 1.00 0 0.00 267.75 0.99 0.5
Hex 76 1 FE 36 64 0 0 10C 63 32
Octal 166 1 376 66 144 0 0 414 143 62
Binary 1110110 1 11111110 110110 1100100 0 0 100001100 1100011 110010

Color Harmonies of #7601FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7601FE

Black with #7601FE

Text Example


Text Example

White with #7601FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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