#7716F8

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

Shades of Electric Indigo #7716F8

Tints of Electric Indigo #7716F8

Color information

#7716F8 (or 0x7716F8) is unknown color: approx Electric Indigo. HEX triplet: 77, 16 and F8. RGB value is (119,22,248). Sum of RGB (Red+Green+Blue) = 119+22+248=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 248 (97.27% from 255 or 63.75% from 389); Max value from RGB is 248 - color contains mainly: blue. Hex color #7716F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7716F8 is #88E907. Grayscale: #4B4B4B. Windows color (decimal): -8972552 or 16258679. OLE color: 16258679.

HSL color Cylindrical-coordinate representation of color #7716F8: hue angle of 265.75º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7716F8 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11922248-
CMYK0.520.9100.03
HSL265.75º94.17%52.94%-
HSV(B)265.75º91.13%97.25%-
XYZ24.8411.2789.67-
YUV76.77224.64158.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.59%
GREEN value IS 22 (8.98% from 255) = 5.66%
BLUE value IS 248 (97.27% from 255) = 63.75%
R=30.59%
G=5.66%
B=63.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal119222480.520.9100.03265.7594.1752.94
Hex7716F8345B0310a5e35
Octal16726370641330341213665
Binary1110111101101111100011010010110110111000010101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7716F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7716F8; }

 p { color: rgb(119,22,248); }

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

<style>
 a { background-color: #7716F8; }

 a { background-color: rgb(119,22,248); }

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

<style>
 span { border-color: #7716F8; }

 span { border-color: rgb(119,22,248); }

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