COLOR #813D78

HEX: #813D78 RGB: (129,61,120)

Color info

#813D78 contains mainly red and blue colors. Web safe color of #813D78 is #993366 (or #936).

RGB color model

#813D78 color RGB value is (129,61,120).

RGB: (129,61,120) (51%, 24%, 47%)

RGB channels and saturation

R 129 of 255 = 51%
G 61 of 255 = 24%
B 120 of 255 = 47%

129
61
120

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

Portions of RGB colors in percentages

R + G + B = 129 + 61 + 120 = 310 (100%)
R 129 of 310 ~ 41.61%
G 61 of 310 ~ 19.68%
B 120 of 310 ~ 38.71'%

%41.61
%19.68
%38.71

CMYK color model

#813D78 color CMYK value is (0,53,7,49).

  • cyan value is 0.00%
  • magenta value is 52.71%
  • yellow value is 6.98%
  • key color value is 49.41%

CMYK: (0,53,7,49)
C0M53Y7K49 (0%, 53%, 7%, 49%)
(0.00 / 0.53 / 0.07 / 0.49)

CMYK percentages

%0
%52.71
%6.98
%49.41

Codes

Color #813D78 in popluar color models

81 3D 78
RGB 129 61 120
HSL 308° 35.79% 37.25%
HSB/HSV 308° 52.71% 50.59%
CMYK 0.00% 52.71% 6.98%
49.41%

Color #813D78 in popluar number systems.

HEX 81 3D 78
Decimal 129 61 120
Binary 10000001 111101 1111000
Octal 201 75 170

Shades and tints

Shades of #813D78

#813D78
(129,61,120)
#76386E
(118,56,110)
#6B3364
(107,51,100)
#602E5A
(96,46,90)
#552950
(85,41,80)
#4A2446
(74,36,70)
#3F1F3C
(63,31,60)
#341A32
(52,26,50)
#291528
(41,21,40)
#1E101E
(30,16,30)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #813D78

#813D78
(129,61,120)
#8C4E84
(140,78,132)
#975F90
(151,95,144)
#A2709C
(162,112,156)
#AD81A8
(173,129,168)
#B892B4
(184,146,180)
#C3A3C0
(195,163,192)
#CEB4CC
(206,180,204)
#D9C5D8
(217,197,216)
#E4D6E4
(228,214,228)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #813D78 color. Also use rgb(129,61,120) instead hex code.

Text Font Color

.myTextColor { color: #813D78; }

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

This text font color is #813D78.

Background Color

.myBgColor { background-color: #813D78; }

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

This div background color is #813D78.

Border color

.myBorderColor { border: 1px solid #813D78; }

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

This div border color is #813D78.

Opacity

.myOpacity80 { color: #813D78; opacity: 0.8; }

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

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

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

This text has shadow with #813D78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #813D78.

Preview

Color preview on black background

This text has color #813D78 on black background.


Color preview on white background

This text has color #813D78 on white background.


Black color preview on #813D78 background

This text has black color on #813D78 background.


White color preview on #813D78 background

This text has white color on #813D78 background.


Related colors

Complementary color

Complementary color for #hex is #7EC287.


I love getcolorcode.com

Triadic colors

1 #78813D and #3D7881 with #813D78 are triadic colors.

2 #783D81 and #3D8178 with #813D78 are triadic colors.