#760FFE

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

Shades of Electric Indigo #760FFE

Tints of Electric Indigo #760FFE

Color information

#760FFE (or 0x760FFE) is unknown color: approx Electric Indigo. HEX triplet: 76, 0F and FE. RGB value is (118,15,254). Sum of RGB (Red+Green+Blue) = 118+15+254=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #760FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760FFE is #89F001. Grayscale: #484848. Windows color (decimal): -9039874 or 16650102. OLE color: 16650102.

HSL color Cylindrical-coordinate representation of color #760FFE: hue angle of 265.86º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760FFE is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB11815254-
CMYK0.540.9400.00
HSL265.86º99.17%52.75%-
HSV(B)265.86º94.09%99.61%-
XYZ25.5311.3594.61-
YUV73.04230.12160.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.49%
GREEN value IS 15 (6.25% from 255) = 3.88%
BLUE value IS 254 (99.61% from 255) = 65.63%
R=30.49%
G=3.88%
B=65.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal118152540.540.9400.00265.8699.1752.75
Hex76FFE365E0010a6335
Octal16617376661360041214365
Binary11101101111111111101101101011110001000010101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760FFE; }

 p { color: rgb(118,15,254); }

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

<style>
 a { background-color: #760FFE; }

 a { background-color: rgb(118,15,254); }

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

<style>
 span { border-color: #760FFE; }

 span { border-color: rgb(118,15,254); }

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