#7C13F6

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

Shades of Electric Indigo #7C13F6

Tints of Electric Indigo #7C13F6

Color information

#7C13F6 (or 0x7C13F6) is unknown color: approx Electric Indigo. HEX triplet: 7C, 13 and F6. RGB value is (124,19,246). Sum of RGB (Red+Green+Blue) = 124+19+246=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 246 (96.48% from 255 or 63.24% from 389); Max value from RGB is 246 - color contains mainly: blue. Hex color #7C13F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C13F6 is #83EC09. Grayscale: #4B4B4B. Windows color (decimal): -8645642 or 16126844. OLE color: 16126844.

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

Color convert

RGB12419246-
CMYK0.500.9200.04
HSL267.75º92.65%51.96%-
HSV(B)267.75º92.28%96.47%-
XYZ25.1811.488.06-
YUV76.27223.79162.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.88%
GREEN value IS 19 (7.81% from 255) = 4.88%
BLUE value IS 246 (96.48% from 255) = 63.24%
R=31.88%
G=4.88%
B=63.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal124192460.500.9200.04267.7592.6551.96
Hex7C13F6325C0410c5d34
Octal17423366621340441413564
Binary11111001001111110110110010101110001001000011001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C13F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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