#7614FC

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

Shades of Electric Indigo #7614FC

Tints of Electric Indigo #7614FC

Color information

#7614FC (or 0x7614FC) is unknown color: approx Electric Indigo. HEX triplet: 76, 14 and FC. RGB value is (118,20,252). Sum of RGB (Red+Green+Blue) = 118+20+252=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #7614FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7614FC is #89EB03. Grayscale: #4A4A4A. Windows color (decimal): -9038596 or 16520310. OLE color: 16520310.

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

Color convert

RGB11820252-
CMYK0.530.9200.01
HSL265.34º97.48%53.33%-
HSV(B)265.34º92.06%98.82%-
XYZ25.2911.3892.96-
YUV75.75227.47158.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 20 (8.20% from 255) = 5.13%
BLUE value IS 252 (98.83% from 255) = 64.62%
R=30.26%
G=5.13%
B=64.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal118202520.530.9200.01265.3497.4853.33
Hex7614FC355C011096135
Octal16624374651340141114165
Binary111011010100111111001101011011100011000010011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7614FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,20,252); }

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

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

 a { background-color: rgb(118,20,252); }

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

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

 span { border-color: rgb(118,20,252); }

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