#7B00FF

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

Shades of Electric Indigo #7B00FF

Tints of Electric Indigo #7B00FF

Color information

#7B00FF (or 0x7B00FF) is unknown color: approx Electric Indigo. HEX triplet: 7B, 00 and FF. RGB value is (123,0,255). Sum of RGB (Red+Green+Blue) = 123+0+255=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B00FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B00FF is #84FF00. Grayscale: #404040. Windows color (decimal): -8716033 or 16711803. OLE color: 16711803.

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

Color convert

RGB1230255-
CMYK0.52100
HSL268.94º100%50%-
HSV(B)268.94º100%100%-
XYZ26.2211.4395.43-
YUV65.85234.75168.77-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 67.46%
R=32.54%
G=0%
B=67.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal12302550.52100268.9410050
Hex7B0FF34640010d6432
Octal1730377641440041514462
Binary11110110111111111101001100100001000011011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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