COLOR #771F93

HEX: #771F93
RGB: (119,31,147)

Color info

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

RGB color model

#771F93 color RGB value is (119,31,147).

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

RGB channels and saturation

R 119 of 255 = 47%
G 31 of 255 = 12%
B 147 of 255 = 58%

119
31
147

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

Portions of RGB colors in percentages

R + G + B =
119 + 31 + 147 = 297 (100%)
R 119 of 297 ~ 40.07%
G 31 of 297 ~ 10.44%
B 147 of 297 ~ 49.49%

%40.07
%10.44
%49.49

CMYK color model

#771F93 color CMYK value is (19,79,0,42).

  • cyan value is 19.05%
  • magenta value is 78.91%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(19,79,0,42)
C19M79Y0K42 
(19%,79%,0%,42%)
(0.19/0.79/0.00/0.42)	

CMYK percentages

%19.05
%78.91
%0
%42.35

Codes

Color #771F93 in popluar color models

771F93
RGB11931147
HSL286°65.17%34.90%
HSB/HSV286°78.91%57.65%
CMYK19.05%78.91%0.00%
42.35%

Color #771F93 in popluar number systems.

HEX771F93
Decimal11931147
Binary11101111111110010011
Octal16737223

Shades and tints

Shades of #771F93

#771F93
(119,31,147)
#6D1D86
(109,29,134)
#631B79
(99,27,121)
#59196C
(89,25,108)
#4F175F
(79,23,95)
#451552
(69,21,82)
#3B1345
(59,19,69)
#311138
(49,17,56)
#270F2B
(39,15,43)
#1D0D1E
(29,13,30)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #771F93

#771F93
(119,31,147)
#83339C
(131,51,156)
#8F47A5
(143,71,165)
#9B5BAE
(155,91,174)
#A76FB7
(167,111,183)
#B383C0
(179,131,192)
#BF97C9
(191,151,201)
#CBABD2
(203,171,210)
#D7BFDB
(215,191,219)
#E3D3E4
(227,211,228)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771F93 color. Also use rgb(119,31,147) instead hex code.

Text Font Color

.myTextColor { color: #771F93; }

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

This text font color is #771F93.


Background Color

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

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

This div background color is #771F93.


Border color

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

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

This div border color is #771F93.


Opacity

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

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

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

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

This text has shadow with #771F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771F93 on black background.


Color preview on white background

This text has color #771F93 on white background.



Black color preview on #771F93 background

This text has black color on #771F93 background.


White color preview on #771F93 background

This text has white color on #771F93 background.