COLOR #7608C7

HEX: #7608C7
RGB: (118,8,199)

Color info

#7608C7 contains mainly blue color. Web safe color of #7608C7 is #6600CC (or #60C).

RGB color model

#7608C7 color RGB value is (118,8,199).

  • red value is 118;
  • green value is 8;
  • blue value is 199.
RGB:
(118,8,199)
(46%,3%,78%)

RGB channels and saturation

R 118 of 255 = 46%
G 8 of 255 = 3%
B 199 of 255 = 78%

118
8
199

R + G + B ~ 42%. #7608C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 8 + 199 = 325 (100%)
R 118 of 325 ~ 36.31%
G 8 of 325 ~ 2.46%
B 199 of 325 ~ 61.23%

%36.31
%61.23

CMYK color model

#7608C7 color CMYK value is (41,96,0,22).

  • cyan value is 40.70%
  • magenta value is 95.98%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(41,96,0,22)
C41M96Y0K22 
(41%,96%,0%,22%)
(0.41/0.96/0.00/0.22)	

CMYK percentages

%40.7
%95.98
%0
%21.96

Codes

Color #7608C7 in popluar color models

7608C7
RGB1188199
HSL275°92.27%40.59%
HSB/HSV275°95.98%78.04%
CMYK40.70%95.98%0.00%
21.96%

Color #7608C7 in popluar number systems.

HEX7608C7
Decimal1188199
Binary1110110100011000111
Octal16610307

Shades and tints

Shades of #7608C7

#7608C7
(118,8,199)
#6C08B5
(108,8,181)
#6208A3
(98,8,163)
#580891
(88,8,145)
#4E087F
(78,8,127)
#44086D
(68,8,109)
#3A085B
(58,8,91)
#300849
(48,8,73)
#260837
(38,8,55)
#1C0825
(28,8,37)
#120813
(18,8,19)
#000000
(0,0,0)

Tints of #7608C7

#7608C7
(118,8,199)
#821ECC
(130,30,204)
#8E34D1
(142,52,209)
#9A4AD6
(154,74,214)
#A660DB
(166,96,219)
#B276E0
(178,118,224)
#BE8CE5
(190,140,229)
#CAA2EA
(202,162,234)
#D6B8EF
(214,184,239)
#E2CEF4
(226,206,244)
#EEE4F9
(238,228,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7608C7 color. Also use rgb(118,8,199) instead hex code.

Text Font Color

.myTextColor { color: #7608C7; }

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

This text font color is #7608C7.


Background Color

.myBgColor { background-color: #7608C7; }

<div style="background-color:#7608C7">Inner text</div>

This div background color is #7608C7.


Border color

.myBorderColor { border: 1px solid #7608C7; }

<div style="border:3px solid #7608C7">Div</div>

This div border color is #7608C7.


Opacity

.myOpacity80 { color: #7608C7; opacity: 0.8; }

<p style="color:#7608C7;opacity:0.8;">80%</p>

Text with #7608C7 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 #7608C7;}

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

This text has shadow with #7608C7 color.

.textShadow {text-shadow: 3px 3px 1px #7608C7, 3px 3px 1px red;}

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

This text has shadow with #7608C7 primary color and red secondary color.


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

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

This text has shadow with #7608C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7608C7 on black background.


Color preview on white background

This text has color #7608C7 on white background.



Black color preview on #7608C7 background

This text has black color on #7608C7 background.


White color preview on #7608C7 background

This text has white color on #7608C7 background.