#7217FE

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

Shades of Electric Indigo #7217FE

Tints of Electric Indigo #7217FE

Color information

#7217FE (or 0x7217FE) is unknown color: approx Electric Indigo. HEX triplet: 72, 17 and FE. RGB value is (114,23,254). Sum of RGB (Red+Green+Blue) = 114+23+254=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #7217FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7217FE is #8DE801. Grayscale: #4B4B4B. Windows color (decimal): -9299970 or 16652146. OLE color: 16652146.

HSL color Cylindrical-coordinate representation of color #7217FE: hue angle of 263.64º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7217FE is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB11423254-
CMYK0.550.9100.00
HSL263.64º99.14%54.31%-
HSV(B)263.64º90.94%99.61%-
XYZ25.1411.3594.63-
YUV76.54228.15154.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.16%
GREEN value IS 23 (9.38% from 255) = 5.88%
BLUE value IS 254 (99.61% from 255) = 64.96%
R=29.16%
G=5.88%
B=64.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal114232540.550.9100.00263.6499.1454.31
Hex7217FE375B001086336
Octal16227376671330041014366
Binary111001010111111111101101111011011001000010001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7217FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7217FE; }

 p { color: rgb(114,23,254); }

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

<style>
 a { background-color: #7217FE; }

 a { background-color: rgb(114,23,254); }

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

<style>
 span { border-color: #7217FE; }

 span { border-color: rgb(114,23,254); }

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