#7A03F6

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

Shades of Electric Indigo #7A03F6

Tints of Electric Indigo #7A03F6

Color information

#7A03F6 (or 0x7A03F6) is unknown color: approx Electric Indigo. HEX triplet: 7A, 03 and F6. RGB value is (122,3,246). Sum of RGB (Red+Green+Blue) = 122+3+246=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 246 (96.48% from 255 or 66.31% from 371); Max value from RGB is 246 - color contains mainly: blue. Hex color #7A03F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A03F6 is #85FC09. Grayscale: #414141. Windows color (decimal): -8780810 or 16122746. OLE color: 16122746.

HSL color Cylindrical-coordinate representation of color #7A03F6: hue angle of 269.38º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A03F6 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1223246-
CMYK0.500.9900.04
HSL269.38º97.59%48.82%-
HSV(B)269.38º98.78%96.47%-
XYZ24.6910.8687.98-
YUV66.28229.42167.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.88%
GREEN value IS 3 (1.56% from 255) = 0.81%
BLUE value IS 246 (96.48% from 255) = 66.31%
R=32.88%
G=0.81%
B=66.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal12232460.500.9900.04269.3897.5948.82
Hex7A3F632630410d6231
Octal1723366621430441514261
Binary11110101111110110110010110001101001000011011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A03F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A03F6; }

 p { color: rgb(122,3,246); }

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

<style>
 a { background-color: #7A03F6; }

 a { background-color: rgb(122,3,246); }

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

<style>
 span { border-color: #7A03F6; }

 span { border-color: rgb(122,3,246); }

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