Html Css Color HEX #7606FE Electric Indigo

📋 copy color: '#7606FE'

red 118 ◦ green 6 ◦ blue 254

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

Shades of Electric Indigo #7606FE

Tints of Electric Indigo #7606FE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.59%

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

R = 31.22%
G = 1.59%
B = 67.2%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7606FE (or 0x7606FE) is known color: Electric Indigo. HEX triplet: 76, 06 and FE. RGB value is (118,6,254). Sum of RGB (Red+Green+Blue) = 118+6+254=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #7606FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7606FE is #89F901. Grayscale: #424242. Windows color (decimal): -9042178 or 16647798. OLE color: 16647798.

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

Color convert

RGB 118 6 254 -
CMYK 0.54 0.98 0 0.00
HSL 267.1º 0.99% 0.51% -
HSV(B) 267.1º 0.98% 1% -
XYZ 25.43 11.14 94.58 -
YUV 67.76 233.11 163.83 -
System Red Green Blue C M Y K H S L
Decimal 118 6 254 0.54 0.98 0 0.00 267.1 0.99 0.51
Hex 76 6 FE 36 62 0 0 10B 63 33
Octal 166 6 376 66 142 0 0 413 143 63
Binary 1110110 110 11111110 110110 1100010 0 0 100001011 1100011 110011

Color Harmonies of #7606FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7606FE

Black with #7606FE

Text Example


Text Example

White with #7606FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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