#7214ff

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

Shades of Electric Indigo #7214FF

Tints of Electric Indigo #7214FF

Color information

#7214FF (or 0x7214FF) is unknown color: approx Electric Indigo. HEX triplet: 72, 14 and FF. RGB value is (114,20,255). Sum of RGB (Red+Green+Blue) = 114+20+255=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #7214FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7214FF is #8DEB00. Grayscale: #4A4A4A. Windows color (decimal): -9300737 or 16716914. OLE color: 16716914.

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

Color convert

RGB11420255-
CMYK0.550.9200
HSL264º100%53.92%-
HSV(B)264º92.16%100%-
XYZ25.2411.395.46-
YUV74.9229.64155.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.31%
GREEN value IS 20 (8.20% from 255) = 5.14%
BLUE value IS 255 (100% from 255) = 65.55%
R=29.31%
G=5.14%
B=65.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal114202550.550.920026410053.92
Hex7214FF375C001086436
Octal16224377671340041014466
Binary111001010100111111111101111011100001000010001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7214ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7214ff; }

 p { color: rgb(114,20,255); }

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

<style>
 a { background-color: #7214ff; }

 a { background-color: rgb(114,20,255); }

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

<style>
 span { border-color: #7214ff; }

 span { border-color: rgb(114,20,255); }

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