#7a00ff

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

Shades of Electric Indigo #7A00FF

Tints of Electric Indigo #7A00FF

Color information

#7A00FF (or 0x7A00FF) is unknown color: approx Electric Indigo. HEX triplet: 7A, 00 and FF. RGB value is (122,0,255). Sum of RGB (Red+Green+Blue) = 122+0+255=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A00FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A00FF is #85FF00. Grayscale: #404040. Windows color (decimal): -8781569 or 16711802. OLE color: 16711802.

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

Color convert

RGB1220255-
CMYK0.52100
HSL268.71º100%50%-
HSV(B)268.71º100%100%-
XYZ26.0811.3695.43-
YUV65.55234.92168.27-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 67.64%
R=32.36%
G=0%
B=67.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal12202550.52100268.7110050
Hex7A0FF34640010d6432
Octal1720377641440041514462
Binary11110100111111111101001100100001000011011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a00ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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