#7614FF

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

Shades of Electric Indigo #7614FF

Tints of Electric Indigo #7614FF

Color information

#7614FF (or 0x7614FF) is unknown color: approx Electric Indigo. HEX triplet: 76, 14 and FF. RGB value is (118,20,255). Sum of RGB (Red+Green+Blue) = 118+20+255=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #7614FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7614FF is #89EB00. Grayscale: #4B4B4B. Windows color (decimal): -9038593 or 16716918. OLE color: 16716918.

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

Color convert

RGB11820255-
CMYK0.540.9200
HSL265.02º100%53.92%-
HSV(B)265.02º92.16%100%-
XYZ25.7711.5795.48-
YUV76.09228.97157.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 20 (8.20% from 255) = 5.09%
BLUE value IS 255 (100% from 255) = 64.89%
R=30.03%
G=5.09%
B=64.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal118202550.540.9200265.0210053.92
Hex7614FF365C001096436
Octal16624377661340041114466
Binary111011010100111111111101101011100001000010011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7614FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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