Html Css Color HEX #7602FC Electric Indigo

📋 copy color: '#7602FC'

red 118 ◦ green 2 ◦ blue 252

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

Shades of Electric Indigo #7602FC

Tints of Electric Indigo #7602FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.74%

R = 31.72%
G = 0.54%
B = 67.74%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7602FC (or 0x7602FC) is known color: Electric Indigo. HEX triplet: 76, 02 and FC. RGB value is (118,2,252). Sum of RGB (Red+Green+Blue) = 118+2+252=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 252 (98.83% from 255 or 67.74% from 372); Max value from RGB is 252 - color contains mainly: blue. Hex color #7602FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7602FC is #89FD03. Grayscale: #404040. Windows color (decimal): -9043204 or 16515702. OLE color: 16515702.

HSL color Cylindrical-coordinate representation of color #7602FC: hue angle of 267.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7602FC is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 2 252 -
CMYK 0.53 0.99 0 0.01
HSL 267.84º 0.98% 0.5% -
HSV(B) 267.84º 0.99% 0.99% -
XYZ 25.06 10.92 92.88 -
YUV 65.18 233.43 165.67 -
System Red Green Blue C M Y K H S L
Decimal 118 2 252 0.53 0.99 0 0.01 267.84 0.98 0.5
Hex 76 2 FC 35 63 0 1 10C 62 32
Octal 166 2 374 65 143 0 1 414 142 62
Binary 1110110 10 11111100 110101 1100011 0 1 100001100 1100010 110010

Color Harmonies of #7602FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7602FC

Black with #7602FC

Text Example


Text Example

White with #7602FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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