#7B17FC

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

Shades of Electric Indigo #7B17FC

Tints of Electric Indigo #7B17FC

Color information

#7B17FC (or 0x7B17FC) is unknown color: approx Electric Indigo. HEX triplet: 7B, 17 and FC. RGB value is (123,23,252). Sum of RGB (Red+Green+Blue) = 123+23+252=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B17FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B17FC is #84E803. Grayscale: #4E4E4E. Windows color (decimal): -8710148 or 16521083. OLE color: 16521083.

HSL color Cylindrical-coordinate representation of color #7B17FC: hue angle of 266.2º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B17FC is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12323252-
CMYK0.510.9100.01
HSL266.2º97.45%53.92%-
HSV(B)266.2º90.87%98.82%-
XYZ26.0511.8593.01-
YUV79.01225.63159.38-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.90%
GREEN value IS 23 (9.38% from 255) = 5.78%
BLUE value IS 252 (98.83% from 255) = 63.32%
R=30.90%
G=5.78%
B=63.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal123232520.510.9100.01266.297.4553.92
Hex7B17FC335B0110a6136
Octal17327374631330141214166
Binary111101110111111111001100111011011011000010101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B17FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,23,252); }

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

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

 a { background-color: rgb(123,23,252); }

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

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

 span { border-color: rgb(123,23,252); }

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