COLOR #773291

HEX: #773291
RGB: (119,50,145)

Color info

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

RGB color model

#773291 color RGB value is (119,50,145).

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

RGB channels and saturation

R 119 of 255 = 47%
G 50 of 255 = 20%
B 145 of 255 = 57%

119
50
145

R + G + B ~ 41%. #773291 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 50 + 145 = 314 (100%)
R 119 of 314 ~ 37.9%
G 50 of 314 ~ 15.92%
B 145 of 314 ~ 46.18%

%37.9
%15.92
%46.18

CMYK color model

#773291 color CMYK value is (18,66,0,43).

  • cyan value is 17.93%
  • magenta value is 65.52%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(18,66,0,43)
C18M66Y0K43 
(18%,66%,0%,43%)
(0.18/0.66/0.00/0.43)	

CMYK percentages

%17.93
%65.52
%0
%43.14

Codes

Color #773291 in popluar color models

773291
RGB11950145
HSL284°48.72%38.24%
HSB/HSV284°65.52%56.86%
CMYK17.93%65.52%0.00%
43.14%

Color #773291 in popluar number systems.

HEX773291
Decimal11950145
Binary111011111001010010001
Octal16762221

Shades and tints

Shades of #773291

#773291
(119,50,145)
#6D2E84
(109,46,132)
#632A77
(99,42,119)
#59266A
(89,38,106)
#4F225D
(79,34,93)
#451E50
(69,30,80)
#3B1A43
(59,26,67)
#311636
(49,22,54)
#271229
(39,18,41)
#1D0E1C
(29,14,28)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #773291

#773291
(119,50,145)
#83449B
(131,68,155)
#8F56A5
(143,86,165)
#9B68AF
(155,104,175)
#A77AB9
(167,122,185)
#B38CC3
(179,140,195)
#BF9ECD
(191,158,205)
#CBB0D7
(203,176,215)
#D7C2E1
(215,194,225)
#E3D4EB
(227,212,235)
#EFE6F5
(239,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773291; }

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

This text font color is #773291.


Background Color

.myBgColor { background-color: #773291; }

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

This div background color is #773291.


Border color

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

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

This div border color is #773291.


Opacity

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

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

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

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

This text has shadow with #773291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773291 on black background.


Color preview on white background

This text has color #773291 on white background.



Black color preview on #773291 background

This text has black color on #773291 background.


White color preview on #773291 background

This text has white color on #773291 background.