#7415F6

Color #7415F6 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7415F6

Tints of Electric Indigo #7415F6

Color information

#7415F6 (or 0x7415F6) is unknown color: approx Electric Indigo. HEX triplet: 74, 15 and F6. RGB value is (116,21,246). Sum of RGB (Red+Green+Blue) = 116+21+246=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 246 (96.48% from 255 or 64.23% from 383); Max value from RGB is 246 - color contains mainly: blue. Hex color #7415F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7415F6 is #8BEA09. Grayscale: #4A4A4A. Windows color (decimal): -9169418 or 16127348. OLE color: 16127348.

HSL color Cylindrical-coordinate representation of color #7415F6: hue angle of 265.33º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7415F6 is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11621246-
CMYK0.530.9100.04
HSL265.33º92.59%52.35%-
HSV(B)265.33º91.46%96.47%-
XYZ24.1110.988.02-
YUV75.05224.47157.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.29%
GREEN value IS 21 (8.59% from 255) = 5.48%
BLUE value IS 246 (96.48% from 255) = 64.23%
R=30.29%
G=5.48%
B=64.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal116212460.530.9100.04265.3392.5952.35
Hex7415F6355B041095d34
Octal16425366651330441113564
Binary11101001010111110110110101101101101001000010011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7415F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7415F6; }

 p { color: rgb(116,21,246); }

 H1.HeaderClassName
 {
   color: #7415F6;
 }
 .AnyTagClassName
 {
   color: #7415F6;
 }
</style>
background-color css

<style>
 a { background-color: #7415F6; }

 a { background-color: rgb(116,21,246); }

 div.DivClassName
 {
   background-color: #7415F6;
 }
 .BgClassName
 {
   background-color: #7415F6;
 }
</style>
border-color css

<style>
 span { border-color: #7415F6; }

 span { border-color: rgb(116,21,246); }

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