Html Css Color HEX #7602ED Electric Indigo

📋 copy color: '#7602ED'

red 118 ◦ green 2 ◦ blue 237

#7602ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #7602ED

Tints of Electric Indigo #7602ED

RGB

 RED value IS 118 (46.48% from 255) = 33.05%

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 237 (92.97% from 255) = 66.39%

R = 33.05%
G = 0.56%
B = 66.39%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7602ED (or 0x7602ED) is known color: Electric Indigo. HEX triplet: 76, 02 and ED. RGB value is (118,2,237). Sum of RGB (Red+Green+Blue) = 118+2+237=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #7602ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7602ED is #89FD12. Grayscale: #3E3E3E. Windows color (decimal): -9043219 or 15532662. OLE color: 15532662.

HSL color Cylindrical-coordinate representation of color #7602ED: hue angle of 269.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7602ED is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 2 237 -
CMYK 0.50 0.99 0 0.07
HSL 269.62º 0.98% 0.47% -
HSV(B) 269.62º 0.99% 0.93% -
XYZ 22.78 10.01 80.85 -
YUV 63.47 225.93 166.89 -
System Red Green Blue C M Y K H S L
Decimal 118 2 237 0.50 0.99 0 0.07 269.62 0.98 0.47
Hex 76 2 ED 32 63 0 7 10E 62 2F
Octal 166 2 355 62 143 0 7 416 142 57
Binary 1110110 10 11101101 110010 1100011 0 111 100001110 1100010 101111

Color Harmonies of #7602ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7602ED

Black with #7602ED

Text Example


Text Example

White with #7602ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7602ED;
 }
 .AnyTagClassName
 {
   color: #7602ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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