#7E13FB

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

Shades of Electric Indigo #7E13FB

Tints of Electric Indigo #7E13FB

Color information

#7E13FB (or 0x7E13FB) is unknown color: approx Electric Indigo. HEX triplet: 7E, 13 and FB. RGB value is (126,19,251). Sum of RGB (Red+Green+Blue) = 126+19+251=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #7E13FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E13FB is #81EC04. Grayscale: #4C4C4C. Windows color (decimal): -8514565 or 16454526. OLE color: 16454526.

HSL color Cylindrical-coordinate representation of color #7E13FB: hue angle of 267.67º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7E13FB is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12619251-
CMYK0.500.9200.02
HSL267.67º96.67%52.94%-
HSV(B)267.67º92.43%98.43%-
XYZ26.2511.8792.17-
YUV77.44225.95162.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.82%
GREEN value IS 19 (7.81% from 255) = 4.80%
BLUE value IS 251 (98.44% from 255) = 63.38%
R=31.82%
G=4.80%
B=63.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal126192510.500.9200.02267.6796.6752.94
Hex7E13FB325C0210c6135
Octal17623373621340241414165
Binary1111110100111111101111001010111000101000011001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E13FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,19,251); }

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

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

 a { background-color: rgb(126,19,251); }

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

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

 span { border-color: rgb(126,19,251); }

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