#7C0AF5

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

Shades of Electric Indigo #7C0AF5

Tints of Electric Indigo #7C0AF5

Color information

#7C0AF5 (or 0x7C0AF5) is unknown color: approx Electric Indigo. HEX triplet: 7C, 0A and F5. RGB value is (124,10,245). Sum of RGB (Red+Green+Blue) = 124+10+245=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 245 (96.09% from 255 or 64.64% from 379); Max value from RGB is 245 - color contains mainly: blue. Hex color #7C0AF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C0AF5 is #83F50A. Grayscale: #464646. Windows color (decimal): -8647947 or 16059004. OLE color: 16059004.

HSL color Cylindrical-coordinate representation of color #7C0AF5: hue angle of 269.11º degrees, saturation: 0.92, 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 #7C0AF5 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12410245-
CMYK0.490.9600.04
HSL269.11º92.16%50%-
HSV(B)269.11º95.92%96.08%-
XYZ24.911.0987.22-
YUV70.88226.27165.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.72%
GREEN value IS 10 (4.30% from 255) = 2.64%
BLUE value IS 245 (96.09% from 255) = 64.64%
R=32.72%
G=2.64%
B=64.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal124102450.490.9600.04269.1192.1650
Hex7CAF531600410d5c32
Octal17412365611400441513462
Binary1111100101011110101110001110000001001000011011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,10,245); }

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

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

 a { background-color: rgb(124,10,245); }

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

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

 span { border-color: rgb(124,10,245); }

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