#7A0AF6

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

Shades of Electric Indigo #7A0AF6

Tints of Electric Indigo #7A0AF6

Color information

#7A0AF6 (or 0x7A0AF6) is unknown color: approx Electric Indigo. HEX triplet: 7A, 0A and F6. RGB value is (122,10,246). Sum of RGB (Red+Green+Blue) = 122+10+246=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 246 (96.48% from 255 or 65.08% from 378); Max value from RGB is 246 - color contains mainly: blue. Hex color #7A0AF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0AF6 is #85F509. Grayscale: #454545. Windows color (decimal): -8779018 or 16124538. OLE color: 16124538.

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

Color convert

RGB12210246-
CMYK0.500.9600.04
HSL268.47º92.91%50.2%-
HSV(B)268.47º95.93%96.47%-
XYZ24.7711.0188.01-
YUV70.39227.11164.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.28%
GREEN value IS 10 (4.30% from 255) = 2.65%
BLUE value IS 246 (96.48% from 255) = 65.08%
R=32.28%
G=2.65%
B=65.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal122102460.500.9600.04268.4792.9150.2
Hex7AAF632600410c5d32
Octal17212366621400441413562
Binary1111010101011110110110010110000001001000011001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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