#7B0EEC

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

Shades of Electric Indigo #7B0EEC

Tints of Electric Indigo #7B0EEC

Color information

#7B0EEC (or 0x7B0EEC) is unknown color: approx Electric Indigo. HEX triplet: 7B, 0E and EC. RGB value is (123,14,236). Sum of RGB (Red+Green+Blue) = 123+14+236=373 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.98% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B0EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B0EEC is #84F113. Grayscale: #474747. Windows color (decimal): -8712468 or 15470203. OLE color: 15470203.

HSL color Cylindrical-coordinate representation of color #7B0EEC: hue angle of 269.46º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0EEC is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12314236-
CMYK0.480.9400.07
HSL269.46º88.8%49.02%-
HSV(B)269.46º94.07%92.55%-
XYZ23.4710.5880.16-
YUV71.9220.61164.45-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.98%
GREEN value IS 14 (5.86% from 255) = 3.75%
BLUE value IS 236 (92.58% from 255) = 63.27%
R=32.98%
G=3.75%
B=63.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal123142360.480.9400.07269.4688.849.02
Hex7BEEC305E0710d5931
Octal17316354601360741513161
Binary1111011111011101100110000101111001111000011011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,14,236); }

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

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

 a { background-color: rgb(123,14,236); }

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

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

 span { border-color: rgb(123,14,236); }

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