COLOR #771E94

HEX: #771E94
RGB: (119,30,148)

Color info

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

RGB color model

#771E94 color RGB value is (119,30,148).

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

RGB channels and saturation

R 119 of 255 = 47%
G 30 of 255 = 12%
B 148 of 255 = 58%

119
30
148

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

Portions of RGB colors in percentages

R + G + B =
119 + 30 + 148 = 297 (100%)
R 119 of 297 ~ 40.07%
G 30 of 297 ~ 10.1%
B 148 of 297 ~ 49.83%

%40.07
%10.1
%49.83

CMYK color model

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

  • cyan value is 19.59%
  • 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

%19.59
%79.73
%0
%41.96

Codes

Color #771E94 in popluar color models

771E94
RGB11930148
HSL285°66.29%34.90%
HSB/HSV285°79.73%58.04%
CMYK19.59%79.73%0.00%
41.96%

Color #771E94 in popluar number systems.

HEX771E94
Decimal11930148
Binary11101111111010010100
Octal16736224

Shades and tints

Shades of #771E94

#771E94
(119,30,148)
#6D1C87
(109,28,135)
#631A7A
(99,26,122)
#59186D
(89,24,109)
#4F1660
(79,22,96)
#451453
(69,20,83)
#3B1246
(59,18,70)
#311039
(49,16,57)
#270E2C
(39,14,44)
#1D0C1F
(29,12,31)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #771E94

#771E94
(119,30,148)
#83329D
(131,50,157)
#8F46A6
(143,70,166)
#9B5AAF
(155,90,175)
#A76EB8
(167,110,184)
#B382C1
(179,130,193)
#BF96CA
(191,150,202)
#CBAAD3
(203,170,211)
#D7BEDC
(215,190,220)
#E3D2E5
(227,210,229)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #771E94; }

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

This text font color is #771E94.


Background Color

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

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

This div background color is #771E94.


Border color

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

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

This div border color is #771E94.


Opacity

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

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

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

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

This text has shadow with #771E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771E94 on black background.


Color preview on white background

This text has color #771E94 on white background.



Black color preview on #771E94 background

This text has black color on #771E94 background.


White color preview on #771E94 background

This text has white color on #771E94 background.