#7514F8

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

Shades of Electric Indigo #7514F8

Tints of Electric Indigo #7514F8

Color information

#7514F8 (or 0x7514F8) is unknown color: approx Electric Indigo. HEX triplet: 75, 14 and F8. RGB value is (117,20,248). Sum of RGB (Red+Green+Blue) = 117+20+248=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 248 (97.27% from 255 or 64.42% from 385); Max value from RGB is 248 - color contains mainly: blue. Hex color #7514F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7514F8 is #8AEB07. Grayscale: #4A4A4A. Windows color (decimal): -9104136 or 16258165. OLE color: 16258165.

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

Color convert

RGB11720248-
CMYK0.530.9200.03
HSL265.53º94.21%52.55%-
HSV(B)265.53º91.94%97.25%-
XYZ24.5311.0689.65-
YUV75225.64157.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 20 (8.20% from 255) = 5.19%
BLUE value IS 248 (97.27% from 255) = 64.42%
R=30.39%
G=5.19%
B=64.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal117202480.530.9200.03265.5394.2152.55
Hex7514F8355C0310a5e35
Octal16524370651340341213665
Binary1110101101001111100011010110111000111000010101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7514F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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