#7514FA

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

Shades of Electric Indigo #7514FA

Tints of Electric Indigo #7514FA

Color information

#7514FA (or 0x7514FA) is unknown color: approx Electric Indigo. HEX triplet: 75, 14 and FA. RGB value is (117,20,250). Sum of RGB (Red+Green+Blue) = 117+20+250=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #7514FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7514FA is #8AEB05. Grayscale: #4A4A4A. Windows color (decimal): -9104134 or 16389237. OLE color: 16389237.

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

Color convert

RGB11720250-
CMYK0.530.9200.02
HSL265.3º95.83%52.94%-
HSV(B)265.3º92%98.04%-
XYZ24.8411.1891.29-
YUV75.22226.64157.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.23%
GREEN value IS 20 (8.20% from 255) = 5.17%
BLUE value IS 250 (98.05% from 255) = 64.60%
R=30.23%
G=5.17%
B=64.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal117202500.530.9200.02265.395.8352.94
Hex7514FA355C021096035
Octal16524372651340241114065
Binary1110101101001111101011010110111000101000010011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7514FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,20,250); }

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

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

 a { background-color: rgb(117,20,250); }

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

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

 span { border-color: rgb(117,20,250); }

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