#7C0BF0

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

Shades of Electric Indigo #7C0BF0

Tints of Electric Indigo #7C0BF0

Color information

#7C0BF0 (or 0x7C0BF0) is unknown color: approx Electric Indigo. HEX triplet: 7C, 0B and F0. RGB value is (124,11,240). Sum of RGB (Red+Green+Blue) = 124+11+240=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 240 (94.14% from 255 or 64% from 375); Max value from RGB is 240 - color contains mainly: blue. Hex color #7C0BF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C0BF0 is #83F40F. Grayscale: #464646. Windows color (decimal): -8647696 or 15731580. OLE color: 15731580.

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

Color convert

RGB12411240-
CMYK0.480.9500.06
HSL269.61º91.24%49.22%-
HSV(B)269.61º95.42%94.12%-
XYZ24.1610.8283.25-
YUV70.89223.44165.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.07%
GREEN value IS 11 (4.69% from 255) = 2.93%
BLUE value IS 240 (94.14% from 255) = 64%
R=33.07%
G=2.93%
B=64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal124112400.480.9500.06269.6191.2449.22
Hex7CBF0305F0610e5b31
Octal17413360601370641613361
Binary1111100101111110000110000101111101101000011101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,11,240); }

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

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

 a { background-color: rgb(124,11,240); }

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

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

 span { border-color: rgb(124,11,240); }

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