#7B15F6

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

Shades of Electric Indigo #7B15F6

Tints of Electric Indigo #7B15F6

Color information

#7B15F6 (or 0x7B15F6) is unknown color: approx Electric Indigo. HEX triplet: 7B, 15 and F6. RGB value is (123,21,246). Sum of RGB (Red+Green+Blue) = 123+21+246=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 246 (96.48% from 255 or 63.08% from 390); Max value from RGB is 246 - color contains mainly: blue. Hex color #7B15F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B15F6 is #84EA09. Grayscale: #4C4C4C. Windows color (decimal): -8710666 or 16127355. OLE color: 16127355.

HSL color Cylindrical-coordinate representation of color #7B15F6: hue angle of 267.2º 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 #7B15F6 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12321246-
CMYK0.500.9100.04
HSL267.2º92.59%52.35%-
HSV(B)267.2º91.46%96.47%-
XYZ25.0711.488.07-
YUV77.15223.29160.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.54%
GREEN value IS 21 (8.59% from 255) = 5.38%
BLUE value IS 246 (96.48% from 255) = 63.08%
R=31.54%
G=5.38%
B=63.08%

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
Decimal123212460.500.9100.04267.292.5952.35
Hex7B15F6325B0410b5d34
Octal17325366621330441313564
Binary11110111010111110110110010101101101001000010111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B15F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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