#7705FC

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

Shades of Electric Indigo #7705FC

Tints of Electric Indigo #7705FC

Color information

#7705FC (or 0x7705FC) is unknown color: approx Electric Indigo. HEX triplet: 77, 05 and FC. RGB value is (119,5,252). Sum of RGB (Red+Green+Blue) = 119+5+252=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #7705FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7705FC is #88FA03. Grayscale: #424242. Windows color (decimal): -8976900 or 16516471. OLE color: 16516471.

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

Color convert

RGB1195252-
CMYK0.530.9800.01
HSL267.69º97.63%50.39%-
HSV(B)267.69º98.02%98.82%-
XYZ25.2311.0692.9-
YUV67.24232.27164.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.65%
GREEN value IS 5 (2.34% from 255) = 1.33%
BLUE value IS 252 (98.83% from 255) = 67.02%
R=31.65%
G=1.33%
B=67.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal11952520.530.9800.01267.6997.6350.39
Hex775FC35620110c6232
Octal1675374651420141414262
Binary1110111101111111001101011100010011000011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7705FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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