#7602e1

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

Shades of Electric Indigo #7602E1

Tints of Electric Indigo #7602E1

Color information

#7602E1 (or 0x7602E1) is unknown color: approx Electric Indigo. HEX triplet: 76, 02 and E1. RGB value is (118,2,225). Sum of RGB (Red+Green+Blue) = 118+2+225=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 225 (88.28% from 255 or 65.22% from 345); Max value from RGB is 225 - color contains mainly: blue. Hex color #7602E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7602E1 is #89FD1E. Grayscale: #3D3D3D. Windows color (decimal): -9043231 or 14746230. OLE color: 14746230.

HSL color Cylindrical-coordinate representation of color #7602E1: hue angle of 271.21º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7602E1 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1182225-
CMYK0.480.9900.12
HSL271.21º98.24%44.51%-
HSV(B)271.21º99.11%88.24%-
XYZ21.089.3371.92-
YUV62.11219.93167.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 225 (88.28% from 255) = 65.22%
R=34.20%
G=0.58%
B=65.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal11822250.480.9900.12271.2198.2444.51
Hex762E130630C10f622d
Octal16623416014301441714255
Binary111011010111000011100001100011011001000011111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7602e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7602e1; }

 p { color: rgb(118,2,225); }

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

<style>
 a { background-color: #7602e1; }

 a { background-color: rgb(118,2,225); }

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

<style>
 span { border-color: #7602e1; }

 span { border-color: rgb(118,2,225); }

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