#7609FA

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

Shades of Electric Indigo #7609FA

Tints of Electric Indigo #7609FA

Color information

#7609FA (or 0x7609FA) is unknown color: approx Electric Indigo. HEX triplet: 76, 09 and FA. RGB value is (118,9,250). Sum of RGB (Red+Green+Blue) = 118+9+250=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #7609FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7609FA is #89F605. Grayscale: #444444. Windows color (decimal): -9041414 or 16386422. OLE color: 16386422.

HSL color Cylindrical-coordinate representation of color #7609FA: hue angle of 267.14º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7609FA is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1189250-
CMYK0.530.9600.02
HSL267.14º96.02%50.78%-
HSV(B)267.14º96.4%98.04%-
XYZ24.8210.9591.25-
YUV69.06230.11162.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 9 (3.91% from 255) = 2.39%
BLUE value IS 250 (98.05% from 255) = 66.31%
R=31.30%
G=2.39%
B=66.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal11892500.530.9600.02267.1496.0250.78
Hex769FA35600210b6033
Octal16611372651400241314063
Binary111011010011111101011010111000000101000010111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7609FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7609FA; }

 p { color: rgb(118,9,250); }

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

<style>
 a { background-color: #7609FA; }

 a { background-color: rgb(118,9,250); }

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

<style>
 span { border-color: #7609FA; }

 span { border-color: rgb(118,9,250); }

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