#7B05E7

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

Shades of Electric Indigo #7B05E7

Tints of Electric Indigo #7B05E7

Color information

#7B05E7 (or 0x7B05E7) is unknown color: approx Electric Indigo. HEX triplet: 7B, 05 and E7. RGB value is (123,5,231). Sum of RGB (Red+Green+Blue) = 123+5+231=359 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.26% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 231 (90.62% from 255 or 64.35% from 359); Max value from RGB is 231 - color contains mainly: blue. Hex color #7B05E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B05E7 is #84FA18. Grayscale: #414141. Windows color (decimal): -8714777 or 15140219. OLE color: 15140219.

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

Color convert

RGB1235231-
CMYK0.470.9800.09
HSL271.33º95.76%46.27%-
HSV(B)271.33º97.84%90.59%-
XYZ22.6510.0976.36-
YUV66.05221.09168.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.26%
GREEN value IS 5 (2.34% from 255) = 1.39%
BLUE value IS 231 (90.62% from 255) = 64.35%
R=34.26%
G=1.39%
B=64.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal12352310.470.9800.09271.3395.7646.27
Hex7B5E72F620910f602e
Octal17353475714201141714056
Binary1111011101111001111011111100010010011000011111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B05E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,5,231); }

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

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

 a { background-color: rgb(123,5,231); }

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

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

 span { border-color: rgb(123,5,231); }

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