COLOR #783A6D

HEX: #783A6D RGB: (120,58,109)

Color info

#783A6D contains mainly red and blue colors. Web safe color of #783A6D is #663366 (or #636).

RGB color model

#783A6D color RGB value is (120,58,109).

RGB: (120,58,109) (47%, 23%, 43%)

RGB channels and saturation

R 120 of 255 = 47%
G 58 of 255 = 23%
B 109 of 255 = 43%

120
58
109

R + G + B ~ 38%. #783A6D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 58 + 109 = 287 (100%)
R 120 of 287 ~ 41.81%
G 58 of 287 ~ 20.21%
B 109 of 287 ~ 37.98'%

%41.81
%20.21
%37.98

CMYK color model

#783A6D color CMYK value is (0,52,9,53).

  • cyan value is 0.00%
  • magenta value is 51.67%
  • yellow value is 9.17%
  • key color value is 52.94%
CMYK: (0,52,9,53) C0M52Y9K53 (0%,52%,9%,53%) (0.00/0.52/0.09/0.53) 

CMYK percentages

%0
%51.67
%9.17
%52.94

Codes

Color #783A6D in popluar color models

78 3A 6D
RGB 120 58 109
HSL 311° 34.83% 34.90%
HSB/HSV 311° 51.67% 47.06%
CMYK 0.00% 51.67% 9.17%
52.94%

Color #783A6D in popluar number systems.

HEX 78 3A 6D
Decimal 120 58 109
Binary 1111000 111010 1101101
Octal 170 72 155

Shades and tints

Shades of #783A6D

#783A6D
(120,58,109)
#6E3564
(110,53,100)
#64305B
(100,48,91)
#5A2B52
(90,43,82)
#502649
(80,38,73)
#462140
(70,33,64)
#3C1C37
(60,28,55)
#32172E
(50,23,46)
#281225
(40,18,37)
#1E0D1C
(30,13,28)
#140813
(20,8,19)
#000000
(0,0,0)

Tints of #783A6D

#783A6D
(120,58,109)
#844B7A
(132,75,122)
#905C87
(144,92,135)
#9C6D94
(156,109,148)
#A87EA1
(168,126,161)
#B48FAE
(180,143,174)
#C0A0BB
(192,160,187)
#CCB1C8
(204,177,200)
#D8C2D5
(216,194,213)
#E4D3E2
(228,211,226)
#F0E4EF
(240,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783A6D color. Also use rgb(120,58,109) instead hex code.

Text Font Color

.myTextColor { color: #783A6D; }

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

This text font color is #783A6D.

Background Color

.myBgColor { background-color: #783A6D; }

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

This div background color is #783A6D.

Border color

.myBorderColor { border: 1px solid #783A6D; }

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

This div border color is #783A6D.

Opacity

.myOpacity80 { color: #783A6D; opacity: 0.8; }

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

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

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

This text has shadow with #783A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #783A6D.

Preview

Color preview on black background

This text has color #783A6D on black background.


Color preview on white background

This text has color #783A6D on white background.


Black color preview on #783A6D background

This text has black color on #783A6D background.


White color preview on #783A6D background

This text has white color on #783A6D background.


Related colors

Complementary color

Complementary color for #hex is #87C592.


I love getcolorcode.com

Triadic colors

1 #6D783A and #3A6D78 with #783A6D are triadic colors.

2 #6D3A78 and #3A786D with #783A6D are triadic colors.