#7A19FA

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

Shades of Electric Indigo #7A19FA

Tints of Electric Indigo #7A19FA

Color information

#7A19FA (or 0x7A19FA) is unknown color: approx Electric Indigo. HEX triplet: 7A, 19 and FA. RGB value is (122,25,250). Sum of RGB (Red+Green+Blue) = 122+25+250=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A19FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A19FA is #85E605. Grayscale: #4E4E4E. Windows color (decimal): -8775174 or 16390522. OLE color: 16390522.

HSL color Cylindrical-coordinate representation of color #7A19FA: hue angle of 265.87º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A19FA is Cyan = 0.51, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12225250-
CMYK0.510.900.02
HSL265.87º95.74%53.92%-
HSV(B)265.87º90%98.04%-
XYZ25.6311.7391.36-
YUV79.65224.14158.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.73%
GREEN value IS 25 (10.16% from 255) = 6.30%
BLUE value IS 250 (98.05% from 255) = 62.97%
R=30.73%
G=6.30%
B=62.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal122252500.510.900.02265.8795.7453.92
Hex7A19FA335A0210a6036
Octal17231372631320241214066
Binary1111010110011111101011001110110100101000010101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A19FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,25,250); }

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

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

 a { background-color: rgb(122,25,250); }

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

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

 span { border-color: rgb(122,25,250); }

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