COLOR #783F88

HEX: #783F88 RGB: (120,63,136)

Color info

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

RGB color model

#783F88 color RGB value is (120,63,136).

RGB: (120,63,136) (47%, 25%, 53%)

RGB channels and saturation

R 120 of 255 = 47%
G 63 of 255 = 25%
B 136 of 255 = 53%

120
63
136

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

Portions of RGB colors in percentages

R + G + B = 120 + 63 + 136 = 319 (100%)
R 120 of 319 ~ 37.62%
G 63 of 319 ~ 19.75%
B 136 of 319 ~ 42.63'%

%37.62
%19.75
%42.63

CMYK color model

#783F88 color CMYK value is (12,54,0,47).

  • cyan value is 11.76%
  • magenta value is 53.68%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (12,54,0,47)
C12M54Y0K47 (12%, 54%, 0%, 47%)
(0.12 / 0.54 / 0.00 / 0.47)

CMYK percentages

%11.76
%53.68
%0
%46.67

Codes

Color #783F88 in popluar color models

78 3F 88
RGB 120 63 136
HSL 287° 36.68% 39.02%
HSB/HSV 287° 53.68% 53.33%
CMYK 11.76% 53.68% 0.00%
46.67%

Color #783F88 in popluar number systems.

HEX 78 3F 88
Decimal 120 63 136
Binary 1111000 111111 10001000
Octal 170 77 210

Shades and tints

Shades of #783F88

#783F88
(120,63,136)
#6E3A7C
(110,58,124)
#643570
(100,53,112)
#5A3064
(90,48,100)
#502B58
(80,43,88)
#46264C
(70,38,76)
#3C2140
(60,33,64)
#321C34
(50,28,52)
#281728
(40,23,40)
#1E121C
(30,18,28)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #783F88

#783F88
(120,63,136)
#845092
(132,80,146)
#90619C
(144,97,156)
#9C72A6
(156,114,166)
#A883B0
(168,131,176)
#B494BA
(180,148,186)
#C0A5C4
(192,165,196)
#CCB6CE
(204,182,206)
#D8C7D8
(216,199,216)
#E4D8E2
(228,216,226)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783F88 color. Also use rgb(120,63,136) instead hex code.

Text Font Color

.myTextColor { color: #783F88; }

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

This text font color is #783F88.

Background Color

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

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

This div background color is #783F88.

Border color

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

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

This div border color is #783F88.

Opacity

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

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

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

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

This text has shadow with #783F88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #783F88.

Preview

Color preview on black background

This text has color #783F88 on black background.


Color preview on white background

This text has color #783F88 on white background.


Black color preview on #783F88 background

This text has black color on #783F88 background.


White color preview on #783F88 background

This text has white color on #783F88 background.


Related colors

Complementary color

Complementary color for #hex is #87C077.


I love getcolorcode.com

Triadic colors

1 #88783F and #3F8878 with #783F88 are triadic colors.

2 #883F78 and #3F7888 with #783F88 are triadic colors.