#7D04FA

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

Shades of Electric Indigo #7D04FA

Tints of Electric Indigo #7D04FA

Color information

#7D04FA (or 0x7D04FA) is unknown color: approx Electric Indigo. HEX triplet: 7D, 04 and FA. RGB value is (125,4,250). Sum of RGB (Red+Green+Blue) = 125+4+250=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D04FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D04FA is #82FB05. Grayscale: #434343. Windows color (decimal): -8583942 or 16385149. OLE color: 16385149.

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

Color convert

RGB1254250-
CMYK0.500.9800.02
HSL269.51º96.85%49.8%-
HSV(B)269.51º98.4%98.04%-
XYZ25.7611.3591.28-
YUV68.22230.59168.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.98%
GREEN value IS 4 (1.95% from 255) = 1.06%
BLUE value IS 250 (98.05% from 255) = 65.96%
R=32.98%
G=1.06%
B=65.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal12542500.500.9800.02269.5196.8549.8
Hex7D4FA32620210e6132
Octal1754372621420241614162
Binary11111011001111101011001011000100101000011101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D04FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,4,250); }

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

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

 a { background-color: rgb(125,4,250); }

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

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

 span { border-color: rgb(125,4,250); }

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