COLOR #761E94

HEX: #761E94
RGB: (118,30,148)

Color info

#761E94 contains mainly red and blue colors. Web safe color of #761E94 is #663399 (or #639).

RGB color model

#761E94 color RGB value is (118,30,148).

  • red value is 118;
  • green value is 30;
  • blue value is 148.
RGB:
(118,30,148)
(46%,12%,58%)

RGB channels and saturation

R 118 of 255 = 46%
G 30 of 255 = 12%
B 148 of 255 = 58%

118
30
148

R + G + B ~ 39%. #761E94 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 30 + 148 = 296 (100%)
R 118 of 296 ~ 39.86%
G 30 of 296 ~ 10.14%
B 148 of 296 ~ 50%

%39.86
%10.14
%50

CMYK color model

#761E94 color CMYK value is (20,80,0,42).

  • cyan value is 20.27%
  • magenta value is 79.73%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(20,80,0,42)
C20M80Y0K42 
(20%,80%,0%,42%)
(0.20/0.80/0.00/0.42)	

CMYK percentages

%20.27
%79.73
%0
%41.96

Codes

Color #761E94 in popluar color models

761E94
RGB11830148
HSL285°66.29%34.90%
HSB/HSV285°79.73%58.04%
CMYK20.27%79.73%0.00%
41.96%

Color #761E94 in popluar number systems.

HEX761E94
Decimal11830148
Binary11101101111010010100
Octal16636224

Shades and tints

Shades of #761E94

#761E94
(118,30,148)
#6C1C87
(108,28,135)
#621A7A
(98,26,122)
#58186D
(88,24,109)
#4E1660
(78,22,96)
#441453
(68,20,83)
#3A1246
(58,18,70)
#301039
(48,16,57)
#260E2C
(38,14,44)
#1C0C1F
(28,12,31)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #761E94

#761E94
(118,30,148)
#82329D
(130,50,157)
#8E46A6
(142,70,166)
#9A5AAF
(154,90,175)
#A66EB8
(166,110,184)
#B282C1
(178,130,193)
#BE96CA
(190,150,202)
#CAAAD3
(202,170,211)
#D6BEDC
(214,190,220)
#E2D2E5
(226,210,229)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761E94 color. Also use rgb(118,30,148) instead hex code.

Text Font Color

.myTextColor { color: #761E94; }

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

This text font color is #761E94.


Background Color

.myBgColor { background-color: #761E94; }

<div style="background-color:#761E94">Inner text</div>

This div background color is #761E94.


Border color

.myBorderColor { border: 1px solid #761E94; }

<div style="border:3px solid #761E94">Div</div>

This div border color is #761E94.


Opacity

.myOpacity80 { color: #761E94; opacity: 0.8; }

<p style="color:#761E94;opacity:0.8;">80%</p>

Text with #761E94 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 #761E94;}

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

This text has shadow with #761E94 color.

.textShadow {text-shadow: 3px 3px 1px #761E94, 3px 3px 1px red;}

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

This text has shadow with #761E94 primary color and red secondary color.


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

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

This text has shadow with #761E94 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761E94 on black background.


Color preview on white background

This text has color #761E94 on white background.



Black color preview on #761E94 background

This text has black color on #761E94 background.


White color preview on #761E94 background

This text has white color on #761E94 background.