#7B06E8

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

Shades of Electric Indigo #7B06E8

Tints of Electric Indigo #7B06E8

Color information

#7B06E8 (or 0x7B06E8) is unknown color: approx Electric Indigo. HEX triplet: 7B, 06 and E8. RGB value is (123,6,232). Sum of RGB (Red+Green+Blue) = 123+6+232=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 232 (91.02% from 255 or 64.27% from 361); Max value from RGB is 232 - color contains mainly: blue. Hex color #7B06E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B06E8 is #84F917. Grayscale: #414141. Windows color (decimal): -8714520 or 15206011. OLE color: 15206011.

HSL color Cylindrical-coordinate representation of color #7B06E8: hue angle of 271.06º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B06E8 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1236232-
CMYK0.470.9700.09
HSL271.06º94.96%46.67%-
HSV(B)271.06º97.41%90.98%-
XYZ22.810.1777.1-
YUV66.75221.26168.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.07%
GREEN value IS 6 (2.73% from 255) = 1.66%
BLUE value IS 232 (91.02% from 255) = 64.27%
R=34.07%
G=1.66%
B=64.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal12362320.470.9700.09271.0694.9646.67
Hex7B6E82F610910f5f2f
Octal17363505714101141713757
Binary1111011110111010001011111100001010011000011111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B06E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,6,232); }

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

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

 a { background-color: rgb(123,6,232); }

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

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

 span { border-color: rgb(123,6,232); }

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