Html Css Color HEX #7406FF Electric Indigo

📋 copy color: '#7406FF'

red 116 ◦ green 6 ◦ blue 255

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

Shades of Electric Indigo #7406FF

Tints of Electric Indigo #7406FF

RGB

 RED value IS 116 (45.7% from 255) = 30.77%

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

 BLUE value IS 255 (100% from 255) = 67.64%

R = 30.77%
G = 1.59%
B = 67.64%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7406FF (or 0x7406FF) is known color: Electric Indigo. HEX triplet: 74, 06 and FF. RGB value is (116,6,255). Sum of RGB (Red+Green+Blue) = 116+6+255=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #7406FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7406FF is #8BF900. Grayscale: #424242. Windows color (decimal): -9173249 or 16713332. OLE color: 16713332.

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

Color convert

RGB 116 6 255 -
CMYK 0.55 0.98 0 0
HSL 266.51º 1% 0.51% -
HSV(B) 266.51º 0.98% 1% -
XYZ 25.32 11.06 95.41 -
YUV 67.28 233.94 162.75 -
System Red Green Blue C M Y K H S L
Decimal 116 6 255 0.55 0.98 0 0 266.51 1 0.51
Hex 74 6 FF 37 62 0 0 10B 64 33
Octal 164 6 377 67 142 0 0 413 144 63
Binary 1110100 110 11111111 110111 1100010 0 0 100001011 1100100 110011

Color Harmonies of #7406FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7406FF

Black with #7406FF

Text Example


Text Example

White with #7406FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7406FF; }

 p { color: rgb(116,6,255); }

 H1.HeaderClassName
 {
   color: #7406FF;
 }
 .AnyTagClassName
 {
   color: #7406FF;
 }
</style>

background-color css

<style>
 a { background-color: #7406FF; }

 a { background-color: rgb(116,6,255); }

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

border-color css

<style>
 span { border-color: #7406FF; }

 span { border-color: rgb(116,6,255); }

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