#7414FF

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

Shades of Electric Indigo #7414FF

Tints of Electric Indigo #7414FF

Color information

#7414FF (or 0x7414FF) is unknown color: approx Electric Indigo. HEX triplet: 74, 14 and FF. RGB value is (116,20,255). Sum of RGB (Red+Green+Blue) = 116+20+255=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #7414FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7414FF is #8BEB00. Grayscale: #4A4A4A. Windows color (decimal): -9169665 or 16716916. OLE color: 16716916.

HSL color Cylindrical-coordinate representation of color #7414FF: hue angle of 264.51º 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 #7414FF is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11620255-
CMYK0.550.9200
HSL264.51º100%53.92%-
HSV(B)264.51º92.16%100%-
XYZ25.511.4395.47-
YUV75.49229.3156.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.67%
GREEN value IS 20 (8.20% from 255) = 5.12%
BLUE value IS 255 (100% from 255) = 65.22%
R=29.67%
G=5.12%
B=65.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal116202550.550.9200264.5110053.92
Hex7414FF375C001096436
Octal16424377671340041114466
Binary111010010100111111111101111011100001000010011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7414FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7414FF; }

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

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

<style>
 a { background-color: #7414FF; }

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

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

<style>
 span { border-color: #7414FF; }

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

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