#7106FB

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

Shades of Electric Indigo #7106FB

Tints of Electric Indigo #7106FB

Color information

#7106FB (or 0x7106FB) is unknown color: approx Electric Indigo. HEX triplet: 71, 06 and FB. RGB value is (113,6,251). Sum of RGB (Red+Green+Blue) = 113+6+251=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #7106FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7106FB is #8EF904. Grayscale: #414141. Windows color (decimal): -9369861 or 16451185. OLE color: 16451185.

HSL color Cylindrical-coordinate representation of color #7106FB: hue angle of 266.2º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7106FB is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1136251-
CMYK0.550.9800.02
HSL266.2º96.84%50.39%-
HSV(B)266.2º97.61%98.43%-
XYZ24.2910.6192.03-
YUV65.92232.45161.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.54%
GREEN value IS 6 (2.73% from 255) = 1.62%
BLUE value IS 251 (98.44% from 255) = 67.84%
R=30.54%
G=1.62%
B=67.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal11362510.550.9800.02266.296.8450.39
Hex716FB37620210a6132
Octal1616373671420241214162
Binary11100011101111101111011111000100101000010101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7106FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7106FB; }

 p { color: rgb(113,6,251); }

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

<style>
 a { background-color: #7106FB; }

 a { background-color: rgb(113,6,251); }

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

<style>
 span { border-color: #7106FB; }

 span { border-color: rgb(113,6,251); }

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