COLOR #773C8F

HEX: #773C8F RGB: (119,60,143)

Color info

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

RGB color model

#773C8F color RGB value is (119,60,143).

RGB: (119,60,143) (47%, 24%, 56%)

RGB channels and saturation

R 119 of 255 = 47%
G 60 of 255 = 24%
B 143 of 255 = 56%

119
60
143

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

Portions of RGB colors in percentages

R + G + B = 119 + 60 + 143 = 322 (100%)
R 119 of 322 ~ 36.96%
G 60 of 322 ~ 18.63%
B 143 of 322 ~ 44.41'%

%36.96
%18.63
%44.41

CMYK color model

#773C8F color CMYK value is (17,58,0,44).

  • cyan value is 16.78%
  • magenta value is 58.04%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (17,58,0,44)
C17M58Y0K44 (17%, 58%, 0%, 44%)
(0.17 / 0.58 / 0.00 / 0.44)

CMYK percentages

%16.78
%58.04
%0
%43.92

Codes

Color #773C8F in popluar color models

77 3C 8F
RGB 119 60 143
HSL 283° 40.89% 39.80%
HSB/HSV 283° 58.04% 56.08%
CMYK 16.78% 58.04% 0.00%
43.92%

Color #773C8F in popluar number systems.

HEX 77 3C 8F
Decimal 119 60 143
Binary 1110111 111100 10001111
Octal 167 74 217

Shades and tints

Shades of #773C8F

#773C8F
(119,60,143)
#6D3782
(109,55,130)
#633275
(99,50,117)
#592D68
(89,45,104)
#4F285B
(79,40,91)
#45234E
(69,35,78)
#3B1E41
(59,30,65)
#311934
(49,25,52)
#271427
(39,20,39)
#1D0F1A
(29,15,26)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #773C8F

#773C8F
(119,60,143)
#834D99
(131,77,153)
#8F5EA3
(143,94,163)
#9B6FAD
(155,111,173)
#A780B7
(167,128,183)
#B391C1
(179,145,193)
#BFA2CB
(191,162,203)
#CBB3D5
(203,179,213)
#D7C4DF
(215,196,223)
#E3D5E9
(227,213,233)
#EFE6F3
(239,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773C8F; }

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

This text font color is #773C8F.

Background Color

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

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

This div background color is #773C8F.

Border color

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

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

This div border color is #773C8F.

Opacity

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

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

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

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

This text has shadow with #773C8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #773C8F.

Preview

Color preview on black background

This text has color #773C8F on black background.


Color preview on white background

This text has color #773C8F on white background.


Black color preview on #773C8F background

This text has black color on #773C8F background.


White color preview on #773C8F background

This text has white color on #773C8F background.


Related colors

Complementary color

Complementary color for #hex is #88C370.


I love getcolorcode.com

Triadic colors

1 #8F773C and #3C8F77 with #773C8F are triadic colors.

2 #8F3C77 and #3C778F with #773C8F are triadic colors.