COLOR #773CB1

HEX: #773CB1 RGB: (119,60,177)

Color info

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

RGB color model

#773CB1 color RGB value is (119,60,177).

RGB: (119,60,177) (47%, 24%, 69%)

RGB channels and saturation

R 119 of 255 = 47%
G 60 of 255 = 24%
B 177 of 255 = 69%

119
60
177

R + G + B ~ 47%. #773CB1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 60 + 177 = 356 (100%)
R 119 of 356 ~ 33.43%
G 60 of 356 ~ 16.85%
B 177 of 356 ~ 49.72'%

%33.43
%16.85
%49.72

CMYK color model

#773CB1 color CMYK value is (33,66,0,31).

  • cyan value is 32.77%
  • magenta value is 66.10%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (33,66,0,31)
C33M66Y0K31 (33%, 66%, 0%, 31%)
(0.33 / 0.66 / 0.00 / 0.31)

CMYK percentages

%32.77
%66.1
%0
%30.59

Codes

Color #773CB1 in popluar color models

77 3C B1
RGB 119 60 177
HSL 270° 49.37% 46.47%
HSB/HSV 270° 66.10% 69.41%
CMYK 32.77% 66.10% 0.00%
30.59%

Color #773CB1 in popluar number systems.

HEX 77 3C B1
Decimal 119 60 177
Binary 1110111 111100 10110001
Octal 167 74 261

Shades and tints

Shades of #773CB1

#773CB1
(119,60,177)
#6D37A1
(109,55,161)
#633291
(99,50,145)
#592D81
(89,45,129)
#4F2871
(79,40,113)
#452361
(69,35,97)
#3B1E51
(59,30,81)
#311941
(49,25,65)
#271431
(39,20,49)
#1D0F21
(29,15,33)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #773CB1

#773CB1
(119,60,177)
#834DB8
(131,77,184)
#8F5EBF
(143,94,191)
#9B6FC6
(155,111,198)
#A780CD
(167,128,205)
#B391D4
(179,145,212)
#BFA2DB
(191,162,219)
#CBB3E2
(203,179,226)
#D7C4E9
(215,196,233)
#E3D5F0
(227,213,240)
#EFE6F7
(239,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773CB1 color. Also use rgb(119,60,177) instead hex code.

Text Font Color

.myTextColor { color: #773CB1; }

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

This text font color is #773CB1.

Background Color

.myBgColor { background-color: #773CB1; }

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

This div background color is #773CB1.

Border color

.myBorderColor { border: 1px solid #773CB1; }

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

This div border color is #773CB1.

Opacity

.myOpacity80 { color: #773CB1; opacity: 0.8; }

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

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

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

This text has shadow with #773CB1 color.


.textShadow {text-shadow: 3px 3px 1px #773CB1', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #773CB1; -webkit-box-shadow: 1px 1px 3px 2px #773CB1; box-shadow:1px 1px 3px 2px #773CB1;">
Div content here
</div>

This div box has shadow with color #773CB1.

Preview

Color preview on black background

This text has color #773CB1 on black background.


Color preview on white background

This text has color #773CB1 on white background.


Black color preview on #773CB1 background

This text has black color on #773CB1 background.


White color preview on #773CB1 background

This text has white color on #773CB1 background.


Related colors

Complementary color

Complementary color for #hex is #88C34E.


I love getcolorcode.com

Triadic colors

1 #B1773C and #3CB177 with #773CB1 are triadic colors.

2 #B13C77 and #3C77B1 with #773CB1 are triadic colors.