#7216EF

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

Shades of Electric Indigo #7216EF

Tints of Electric Indigo #7216EF

Color information

#7216EF (or 0x7216EF) is unknown color: approx Electric Indigo. HEX triplet: 72, 16 and EF. RGB value is (114,22,239). Sum of RGB (Red+Green+Blue) = 114+22+239=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #7216EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7216EF is #8DE910. Grayscale: #494949. Windows color (decimal): -9300241 or 15668850. OLE color: 15668850.

HSL color Cylindrical-coordinate representation of color #7216EF: hue angle of 265.44º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7216EF is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11422239-
CMYK0.520.9100.06
HSL265.44º87.15%51.18%-
HSV(B)265.44º90.79%93.73%-
XYZ22.8110.3882.46-
YUV74.25220.98156.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 22 (8.98% from 255) = 5.87%
BLUE value IS 239 (93.75% from 255) = 63.73%
R=30.4%
G=5.87%
B=63.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal114222390.520.9100.06265.4487.1551.18
Hex7216EF345B061095733
Octal16226357641330641112763
Binary11100101011011101111110100101101101101000010011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7216EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7216EF; }

 p { color: rgb(114,22,239); }

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

<style>
 a { background-color: #7216EF; }

 a { background-color: rgb(114,22,239); }

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

<style>
 span { border-color: #7216EF; }

 span { border-color: rgb(114,22,239); }

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