COLOR #7602F2

HEX: #7602F2
RGB: (118,2,242)

Color info

#7602F2 contains mainly blue color. Web safe color of #7602F2 is #6600FF (or #60F).

RGB color model

#7602F2 color RGB value is (118,2,242).

  • red value is 118;
  • green value is 2;
  • blue value is 242.
RGB:
(118,2,242)
(46%,1%,95%)

RGB channels and saturation

R 118 of 255 = 46%
G 2 of 255 = 1%
B 242 of 255 = 95%

118
2
242

R + G + B ~ 47%. #7602F2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 2 + 242 = 362 (100%)
R 118 of 362 ~ 32.6%
G 2 of 362 ~ 0.55%
B 242 of 362 ~ 66.85%

%32.6
%66.85

CMYK color model

#7602F2 color CMYK value is (51,99,0,5).

  • cyan value is 51.24%
  • magenta value is 99.17%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(51,99,0,5)
C51M99Y0K5 
(51%,99%,0%,5%)
(0.51/0.99/0.00/0.05)	

CMYK percentages

%51.24
%99.17
%0
%5.1

Codes

Color #7602F2 in popluar color models

7602F2
RGB1182242
HSL269°98.36%47.84%
HSB/HSV269°99.17%94.90%
CMYK51.24%99.17%0.00%
5.10%

Color #7602F2 in popluar number systems.

HEX7602F2
Decimal1182242
Binary11101101011110010
Octal1662362

Shades and tints

Shades of #7602F2

#7602F2
(118,2,242)
#6C02DC
(108,2,220)
#6202C6
(98,2,198)
#5802B0
(88,2,176)
#4E029A
(78,2,154)
#440284
(68,2,132)
#3A026E
(58,2,110)
#300258
(48,2,88)
#260242
(38,2,66)
#1C022C
(28,2,44)
#120216
(18,2,22)
#000000
(0,0,0)

Tints of #7602F2

#7602F2
(118,2,242)
#8219F3
(130,25,243)
#8E30F4
(142,48,244)
#9A47F5
(154,71,245)
#A65EF6
(166,94,246)
#B275F7
(178,117,247)
#BE8CF8
(190,140,248)
#CAA3F9
(202,163,249)
#D6BAFA
(214,186,250)
#E2D1FB
(226,209,251)
#EEE8FC
(238,232,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7602F2 color. Also use rgb(118,2,242) instead hex code.

Text Font Color

.myTextColor { color: #7602F2; }

<p style="color:#7602F2">This sample text font color is #7602F2.</p>

This text font color is #7602F2.


Background Color

.myBgColor { background-color: #7602F2; }

<div style="background-color:#7602F2">Inner text</div>

This div background color is #7602F2.


Border color

.myBorderColor { border: 1px solid #7602F2; }

<div style="border:3px solid #7602F2">Div</div>

This div border color is #7602F2.


Opacity

.myOpacity80 { color: #7602F2; opacity: 0.8; }

<p style="color:#7602F2;opacity:0.8;">80%</p>

Text with #7602F2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7602F2;}

<p style="text-shadow: 3px 3px 1px #7602F2">Text here.</p>

This text has shadow with #7602F2 color.

.textShadow {text-shadow: 3px 3px 1px #7602F2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7602F2, 5px 5px 20px red">Text here.</p>

This text has shadow with #7602F2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7602F2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7602F2, Direction=45, Strength=4)">Text</p>

This text has shadow with #7602F2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7602F2;
  -webkit-box-shadow:	1px 1px 3px 2px #7602F2;
  box-shadow:		1px 1px 3px 2px #7602F2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7602F2;
-webkit-box-shadow: 1px 1px 3px 2px #7602F2;
box-shadow:1px 1px 3px 2px #7602F2;">
Div content here</div>
This div box has shadow with color #7602F2.

Preview

Color preview on black background

This text has color #7602F2 on black background.


Color preview on white background

This text has color #7602F2 on white background.



Black color preview on #7602F2 background

This text has black color on #7602F2 background.


White color preview on #7602F2 background

This text has white color on #7602F2 background.