#7A00F7

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

Shades of Electric Indigo #7A00F7

Tints of Electric Indigo #7A00F7

Color information

#7A00F7 (or 0x7A00F7) is unknown color: approx Electric Indigo. HEX triplet: 7A, 00 and F7. RGB value is (122,0,247). Sum of RGB (Red+Green+Blue) = 122+0+247=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 247 (96.88% from 255 or 66.94% from 369); Max value from RGB is 247 - color contains mainly: blue. Hex color #7A00F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A00F7 is #85FF08. Grayscale: #3F3F3F. Windows color (decimal): -8781577 or 16187514. OLE color: 16187514.

HSL color Cylindrical-coordinate representation of color #7A00F7: hue angle of 269.64º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A00F7 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1220247-
CMYK0.51100.03
HSL269.64º100%48.43%-
HSV(B)269.64º100%96.86%-
XYZ24.8110.8588.78-
YUV64.64230.92168.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 247 (96.88% from 255) = 66.94%
R=33.06%
G=0%
B=66.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal12202470.51100.03269.6410048.43
Hex7A0F733640310e6430
Octal1720367631440341614460
Binary111101001111011111001111001000111000011101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A00F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,0,247); }

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

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

 a { background-color: rgb(122,0,247); }

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

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

 span { border-color: rgb(122,0,247); }

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