#7702FC

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

Shades of Electric Indigo #7702FC

Tints of Electric Indigo #7702FC

Color information

#7702FC (or 0x7702FC) is unknown color: approx Electric Indigo. HEX triplet: 77, 02 and FC. RGB value is (119,2,252). Sum of RGB (Red+Green+Blue) = 119+2+252=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 252 (98.83% from 255 or 67.56% from 373); Max value from RGB is 252 - color contains mainly: blue. Hex color #7702FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7702FC is #88FD03. Grayscale: #404040. Windows color (decimal): -8977668 or 16515703. OLE color: 16515703.

HSL color Cylindrical-coordinate representation of color #7702FC: hue angle of 268.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7702FC is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1192252-
CMYK0.530.9900.01
HSL268.08º98.43%49.8%-
HSV(B)268.08º99.21%98.82%-
XYZ25.210.9992.89-
YUV65.48233.26166.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.90%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 252 (98.83% from 255) = 67.56%
R=31.90%
G=0.54%
B=67.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal11922520.530.9900.01268.0898.4349.8
Hex772FC35630110c6232
Octal1672374651430141414262
Binary111011110111111001101011100011011000011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7702FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7702FC; }

 p { color: rgb(119,2,252); }

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

<style>
 a { background-color: #7702FC; }

 a { background-color: rgb(119,2,252); }

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

<style>
 span { border-color: #7702FC; }

 span { border-color: rgb(119,2,252); }

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