#7B12F5

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

Shades of Electric Indigo #7B12F5

Tints of Electric Indigo #7B12F5

Color information

#7B12F5 (or 0x7B12F5) is unknown color: approx Electric Indigo. HEX triplet: 7B, 12 and F5. RGB value is (123,18,245). Sum of RGB (Red+Green+Blue) = 123+18+245=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 245 (96.09% from 255 or 63.47% from 386); Max value from RGB is 245 - color contains mainly: blue. Hex color #7B12F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B12F5 is #84ED0A. Grayscale: #4A4A4A. Windows color (decimal): -8711435 or 16061051. OLE color: 16061051.

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

Color convert

RGB12318245-
CMYK0.500.9300.04
HSL267.75º91.9%51.57%-
HSV(B)267.75º92.65%96.08%-
XYZ24.8711.2487.24-
YUV75.27223.79162.04-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.87%
GREEN value IS 18 (7.42% from 255) = 4.66%
BLUE value IS 245 (96.09% from 255) = 63.47%
R=31.87%
G=4.66%
B=63.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal123182450.500.9300.04267.7591.951.57
Hex7B12F5325D0410c5c34
Octal17322365621350441413464
Binary11110111001011110101110010101110101001000011001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B12F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,18,245); }

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

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

 a { background-color: rgb(123,18,245); }

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

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

 span { border-color: rgb(123,18,245); }

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