#7C15F8

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

Shades of Electric Indigo #7C15F8

Tints of Electric Indigo #7C15F8

Color information

#7C15F8 (or 0x7C15F8) is unknown color: approx Electric Indigo. HEX triplet: 7C, 15 and F8. RGB value is (124,21,248). Sum of RGB (Red+Green+Blue) = 124+21+248=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 248 (97.27% from 255 or 63.10% from 393); Max value from RGB is 248 - color contains mainly: blue. Hex color #7C15F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C15F8 is #83EA07. Grayscale: #4C4C4C. Windows color (decimal): -8645128 or 16258428. OLE color: 16258428.

HSL color Cylindrical-coordinate representation of color #7C15F8: hue angle of 267.22º 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 #7C15F8 is Cyan = 0.5, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12421248-
CMYK0.50.9200.03
HSL267.22º94.19%52.75%-
HSV(B)267.22º91.53%97.25%-
XYZ25.5211.689.7-
YUV77.68224.12161.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.55%
GREEN value IS 21 (8.59% from 255) = 5.34%
BLUE value IS 248 (97.27% from 255) = 63.10%
R=31.55%
G=5.34%
B=63.10%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal124212480.50.9200.03267.2294.1952.75
Hex7C15F8325C0310b5e35
Octal17425370621340341313665
Binary1111100101011111100011001010111000111000010111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C15F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C15F8; }

 p { color: rgb(124,21,248); }

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

<style>
 a { background-color: #7C15F8; }

 a { background-color: rgb(124,21,248); }

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

<style>
 span { border-color: #7C15F8; }

 span { border-color: rgb(124,21,248); }

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