#7C15F6

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

Shades of Electric Indigo #7C15F6

Tints of Electric Indigo #7C15F6

Color information

#7C15F6 (or 0x7C15F6) is unknown color: approx Electric Indigo. HEX triplet: 7C, 15 and F6. RGB value is (124,21,246). Sum of RGB (Red+Green+Blue) = 124+21+246=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 246 (96.48% from 255 or 62.92% from 391); Max value from RGB is 246 - color contains mainly: blue. Hex color #7C15F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C15F6 is #83EA09. Grayscale: #4C4C4C. Windows color (decimal): -8645130 or 16127356. OLE color: 16127356.

HSL color Cylindrical-coordinate representation of color #7C15F6: hue angle of 267.47º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C15F6 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12421246-
CMYK0.500.9100.04
HSL267.47º92.59%52.35%-
HSV(B)267.47º91.46%96.47%-
XYZ25.2111.4888.07-
YUV77.45223.12161.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.71%
GREEN value IS 21 (8.59% from 255) = 5.37%
BLUE value IS 246 (96.48% from 255) = 62.92%
R=31.71%
G=5.37%
B=62.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal124212460.500.9100.04267.4792.5952.35
Hex7C15F6325B0410b5d34
Octal17425366621330441313564
Binary11111001010111110110110010101101101001000010111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C15F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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