#7b00f7

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

Shades of Electric Indigo #7B00F7

Tints of Electric Indigo #7B00F7

Color information

#7B00F7 (or 0x7B00F7) is unknown color: approx Electric Indigo. HEX triplet: 7B, 00 and F7. RGB value is (123,0,247). Sum of RGB (Red+Green+Blue) = 123+0+247=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 247 (96.88% from 255 or 66.76% from 370); Max value from RGB is 247 - color contains mainly: blue. Hex color #7B00F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B00F7 is #84FF08. Grayscale: #404040. Windows color (decimal): -8716041 or 16187515. OLE color: 16187515.

HSL color Cylindrical-coordinate representation of color #7B00F7: hue angle of 269.88º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B00F7 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1230247-
CMYK0.50100.03
HSL269.88º100%48.43%-
HSV(B)269.88º100%96.86%-
XYZ24.9610.9388.79-
YUV64.94230.75169.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 247 (96.88% from 255) = 66.76%
R=33.24%
G=0%
B=66.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal12302470.50100.03269.8810048.43
Hex7B0F732640310e6430
Octal1730367621440341614460
Binary111101101111011111001011001000111000011101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b00f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,0,247); }

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

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

 a { background-color: rgb(123,0,247); }

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

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

 span { border-color: rgb(123,0,247); }

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