COLOR #7611D4

HEX: #7611D4
RGB: (118,17,212)

Color info

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

RGB color model

#7611D4 color RGB value is (118,17,212).

  • red value is 118;
  • green value is 17;
  • blue value is 212.
RGB:
(118,17,212)
(46%,7%,83%)

RGB channels and saturation

R 118 of 255 = 46%
G 17 of 255 = 7%
B 212 of 255 = 83%

118
17
212

R + G + B ~ 45%. #7611D4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 17 + 212 = 347 (100%)
R 118 of 347 ~ 34.01%
G 17 of 347 ~ 4.9%
B 212 of 347 ~ 61.1%

%34.01
%61.1

CMYK color model

#7611D4 color CMYK value is (44,92,0,17).

  • cyan value is 44.34%
  • magenta value is 91.98%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(44,92,0,17)
C44M92Y0K17 
(44%,92%,0%,17%)
(0.44/0.92/0.00/0.17)	

CMYK percentages

%44.34
%91.98
%0
%16.86

Codes

Color #7611D4 in popluar color models

7611D4
RGB11817212
HSL271°85.15%44.90%
HSB/HSV271°91.98%83.14%
CMYK44.34%91.98%0.00%
16.86%

Color #7611D4 in popluar number systems.

HEX7611D4
Decimal11817212
Binary11101101000111010100
Octal16621324

Shades and tints

Shades of #7611D4

#7611D4
(118,17,212)
#6C10C1
(108,16,193)
#620FAE
(98,15,174)
#580E9B
(88,14,155)
#4E0D88
(78,13,136)
#440C75
(68,12,117)
#3A0B62
(58,11,98)
#300A4F
(48,10,79)
#26093C
(38,9,60)
#1C0829
(28,8,41)
#120716
(18,7,22)
#000000
(0,0,0)

Tints of #7611D4

#7611D4
(118,17,212)
#8226D7
(130,38,215)
#8E3BDA
(142,59,218)
#9A50DD
(154,80,221)
#A665E0
(166,101,224)
#B27AE3
(178,122,227)
#BE8FE6
(190,143,230)
#CAA4E9
(202,164,233)
#D6B9EC
(214,185,236)
#E2CEEF
(226,206,239)
#EEE3F2
(238,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7611D4 color. Also use rgb(118,17,212) instead hex code.

Text Font Color

.myTextColor { color: #7611D4; }

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

This text font color is #7611D4.


Background Color

.myBgColor { background-color: #7611D4; }

<div style="background-color:#7611D4">Inner text</div>

This div background color is #7611D4.


Border color

.myBorderColor { border: 1px solid #7611D4; }

<div style="border:3px solid #7611D4">Div</div>

This div border color is #7611D4.


Opacity

.myOpacity80 { color: #7611D4; opacity: 0.8; }

<p style="color:#7611D4;opacity:0.8;">80%</p>

Text with #7611D4 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 #7611D4;}

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

This text has shadow with #7611D4 color.

.textShadow {text-shadow: 3px 3px 1px #7611D4, 3px 3px 1px red;}

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

This text has shadow with #7611D4 primary color and red secondary color.


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

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

This text has shadow with #7611D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7611D4 on black background.


Color preview on white background

This text has color #7611D4 on white background.



Black color preview on #7611D4 background

This text has black color on #7611D4 background.


White color preview on #7611D4 background

This text has white color on #7611D4 background.