COLOR #771391

HEX: #771391
RGB: (119,19,145)

Color info

#771391 contains mainly red and blue colors. Web safe color of #771391 is #660099 (or #609).

RGB color model

#771391 color RGB value is (119,19,145).

  • red value is 119;
  • green value is 19;
  • blue value is 145.
RGB:
(119,19,145)
(47%,7%,57%)

RGB channels and saturation

R 119 of 255 = 47%
G 19 of 255 = 7%
B 145 of 255 = 57%

119
19
145

R + G + B ~ 37%. #771391 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 19 + 145 = 283 (100%)
R 119 of 283 ~ 42.05%
G 19 of 283 ~ 6.71%
B 145 of 283 ~ 51.24%

%42.05
%51.24

CMYK color model

#771391 color CMYK value is (18,87,0,43).

  • cyan value is 17.93%
  • magenta value is 86.90%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(18,87,0,43)
C18M87Y0K43 
(18%,87%,0%,43%)
(0.18/0.87/0.00/0.43)	

CMYK percentages

%17.93
%86.9
%0
%43.14

Codes

Color #771391 in popluar color models

771391
RGB11919145
HSL288°76.83%32.16%
HSB/HSV288°86.90%56.86%
CMYK17.93%86.90%0.00%
43.14%

Color #771391 in popluar number systems.

HEX771391
Decimal11919145
Binary11101111001110010001
Octal16723221

Shades and tints

Shades of #771391

#771391
(119,19,145)
#6D1284
(109,18,132)
#631177
(99,17,119)
#59106A
(89,16,106)
#4F0F5D
(79,15,93)
#450E50
(69,14,80)
#3B0D43
(59,13,67)
#310C36
(49,12,54)
#270B29
(39,11,41)
#1D0A1C
(29,10,28)
#13090F
(19,9,15)
#000000
(0,0,0)

Tints of #771391

#771391
(119,19,145)
#83289B
(131,40,155)
#8F3DA5
(143,61,165)
#9B52AF
(155,82,175)
#A767B9
(167,103,185)
#B37CC3
(179,124,195)
#BF91CD
(191,145,205)
#CBA6D7
(203,166,215)
#D7BBE1
(215,187,225)
#E3D0EB
(227,208,235)
#EFE5F5
(239,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771391 color. Also use rgb(119,19,145) instead hex code.

Text Font Color

.myTextColor { color: #771391; }

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

This text font color is #771391.


Background Color

.myBgColor { background-color: #771391; }

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

This div background color is #771391.


Border color

.myBorderColor { border: 1px solid #771391; }

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

This div border color is #771391.


Opacity

.myOpacity80 { color: #771391; opacity: 0.8; }

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

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

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

This text has shadow with #771391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771391 on black background.


Color preview on white background

This text has color #771391 on white background.



Black color preview on #771391 background

This text has black color on #771391 background.


White color preview on #771391 background

This text has white color on #771391 background.