COLOR #773990

HEX: #773990
RGB: (119,57,144)

Color info

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

RGB color model

#773990 color RGB value is (119,57,144).

  • red value is 119;
  • green value is 57;
  • blue value is 144.
RGB:
(119,57,144)
(47%,22%,56%)

RGB channels and saturation

R 119 of 255 = 47%
G 57 of 255 = 22%
B 144 of 255 = 56%

119
57
144

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

Portions of RGB colors in percentages

R + G + B =
119 + 57 + 144 = 320 (100%)
R 119 of 320 ~ 37.19%
G 57 of 320 ~ 17.81%
B 144 of 320 ~ 45%

%37.19
%17.81
%45

CMYK color model

#773990 color CMYK value is (17,60,0,44).

  • cyan value is 17.36%
  • magenta value is 60.42%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(17,60,0,44)
C17M60Y0K44 
(17%,60%,0%,44%)
(0.17/0.60/0.00/0.44)	

CMYK percentages

%17.36
%60.42
%0
%43.53

Codes

Color #773990 in popluar color models

773990
RGB11957144
HSL283°43.28%39.41%
HSB/HSV283°60.42%56.47%
CMYK17.36%60.42%0.00%
43.53%

Color #773990 in popluar number systems.

HEX773990
Decimal11957144
Binary111011111100110010000
Octal16771220

Shades and tints

Shades of #773990

#773990
(119,57,144)
#6D3483
(109,52,131)
#632F76
(99,47,118)
#592A69
(89,42,105)
#4F255C
(79,37,92)
#45204F
(69,32,79)
#3B1B42
(59,27,66)
#311635
(49,22,53)
#271128
(39,17,40)
#1D0C1B
(29,12,27)
#13070E
(19,7,14)
#000000
(0,0,0)

Tints of #773990

#773990
(119,57,144)
#834B9A
(131,75,154)
#8F5DA4
(143,93,164)
#9B6FAE
(155,111,174)
#A781B8
(167,129,184)
#B393C2
(179,147,194)
#BFA5CC
(191,165,204)
#CBB7D6
(203,183,214)
#D7C9E0
(215,201,224)
#E3DBEA
(227,219,234)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773990 color. Also use rgb(119,57,144) instead hex code.

Text Font Color

.myTextColor { color: #773990; }

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

This text font color is #773990.


Background Color

.myBgColor { background-color: #773990; }

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

This div background color is #773990.


Border color

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

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

This div border color is #773990.


Opacity

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

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

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

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

This text has shadow with #773990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773990 on black background.


Color preview on white background

This text has color #773990 on white background.



Black color preview on #773990 background

This text has black color on #773990 background.


White color preview on #773990 background

This text has white color on #773990 background.