Html Css Color HEX #7602FB Electric Indigo

📋 copy color: '#7602FB'

red 118 ◦ green 2 ◦ blue 251

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

Shades of Electric Indigo #7602FB

Tints of Electric Indigo #7602FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 67.65%

R = 31.81%
G = 0.54%
B = 67.65%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7602FB (or 0x7602FB) is known color: Electric Indigo. HEX triplet: 76, 02 and FB. RGB value is (118,2,251). Sum of RGB (Red+Green+Blue) = 118+2+251=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #7602FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7602FB is #89FD04. Grayscale: #404040. Windows color (decimal): -9043205 or 16450166. OLE color: 16450166.

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

Color convert

RGB 118 2 251 -
CMYK 0.53 0.99 0 0.02
HSL 267.95º 0.98% 0.5% -
HSV(B) 267.95º 0.99% 0.98% -
XYZ 24.91 10.86 92.05 -
YUV 65.07 232.93 165.75 -
System Red Green Blue C M Y K H S L
Decimal 118 2 251 0.53 0.99 0 0.02 267.95 0.98 0.5
Hex 76 2 FB 35 63 0 2 10C 62 32
Octal 166 2 373 65 143 0 2 414 142 62
Binary 1110110 10 11111011 110101 1100011 0 10 100001100 1100010 110010

Color Harmonies of #7602FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7602FB

Black with #7602FB

Text Example


Text Example

White with #7602FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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