COLOR #783A7D

HEX: #783A7D RGB: (120,58,125)

Color info

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

RGB color model

#783A7D color RGB value is (120,58,125).

RGB: (120,58,125) (47%, 23%, 49%)

RGB channels and saturation

R 120 of 255 = 47%
G 58 of 255 = 23%
B 125 of 255 = 49%

120
58
125

R + G + B ~ 40%. #783A7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 58 + 125 = 303 (100%)
R 120 of 303 ~ 39.6%
G 58 of 303 ~ 19.14%
B 125 of 303 ~ 41.25'%

%39.6
%19.14
%41.25

CMYK color model

#783A7D color CMYK value is (4,54,0,51).

  • cyan value is 4.00%
  • magenta value is 53.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (4,54,0,51) C4M54Y0K51 (4%,54%,0%,51%) (0.04/0.54/0.00/0.51) 

CMYK percentages

%4
%53.6
%0
%50.98

Codes

Color #783A7D in popluar color models

78 3A 7D
RGB 120 58 125
HSL 296° 36.61% 35.88%
HSB/HSV 296° 53.60% 49.02%
CMYK 4.00% 53.60% 0.00%
50.98%

Color #783A7D in popluar number systems.

HEX 78 3A 7D
Decimal 120 58 125
Binary 1111000 111010 1111101
Octal 170 72 175

Shades and tints

Shades of #783A7D

#783A7D
(120,58,125)
#6E3572
(110,53,114)
#643067
(100,48,103)
#5A2B5C
(90,43,92)
#502651
(80,38,81)
#462146
(70,33,70)
#3C1C3B
(60,28,59)
#321730
(50,23,48)
#281225
(40,18,37)
#1E0D1A
(30,13,26)
#14080F
(20,8,15)
#000000
(0,0,0)

Tints of #783A7D

#783A7D
(120,58,125)
#844B88
(132,75,136)
#905C93
(144,92,147)
#9C6D9E
(156,109,158)
#A87EA9
(168,126,169)
#B48FB4
(180,143,180)
#C0A0BF
(192,160,191)
#CCB1CA
(204,177,202)
#D8C2D5
(216,194,213)
#E4D3E0
(228,211,224)
#F0E4EB
(240,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #783A7D; }

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

This text font color is #783A7D.

Background Color

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

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

This div background color is #783A7D.

Border color

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

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

This div border color is #783A7D.

Opacity

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

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

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

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

This text has shadow with #783A7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #783A7D.

Preview

Color preview on black background

This text has color #783A7D on black background.


Color preview on white background

This text has color #783A7D on white background.


Black color preview on #783A7D background

This text has black color on #783A7D background.


White color preview on #783A7D background

This text has white color on #783A7D background.


Related colors

Complementary color

Complementary color for #hex is #87C582.


I love getcolorcode.com

Triadic colors

1 #7D783A and #3A7D78 with #783A7D are triadic colors.

2 #7D3A78 and #3A787D with #783A7D are triadic colors.