COLOR #78388E

HEX: #78388E
RGB: (120,56,142)

Color info

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

RGB color model

#78388E color RGB value is (120,56,142).

  • red value is 120;
  • green value is 56;
  • blue value is 142.
RGB:
(120,56,142)
(47%,22%,56%)

RGB channels and saturation

R 120 of 255 = 47%
G 56 of 255 = 22%
B 142 of 255 = 56%

120
56
142

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

Portions of RGB colors in percentages

R + G + B =
120 + 56 + 142 = 318 (100%)
R 120 of 318 ~ 37.74%
G 56 of 318 ~ 17.61%
B 142 of 318 ~ 44.65%

%37.74
%17.61
%44.65

CMYK color model

#78388E color CMYK value is (15,61,0,44).

  • cyan value is 15.49%
  • magenta value is 60.56%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(15,61,0,44)
C15M61Y0K44 
(15%,61%,0%,44%)
(0.15/0.61/0.00/0.44)	

CMYK percentages

%15.49
%60.56
%0
%44.31

Codes

Color #78388E in popluar color models

78388E
RGB12056142
HSL285°43.43%38.82%
HSB/HSV285°60.56%55.69%
CMYK15.49%60.56%0.00%
44.31%

Color #78388E in popluar number systems.

HEX78388E
Decimal12056142
Binary111100011100010001110
Octal17070216

Shades and tints

Shades of #78388E

#78388E
(120,56,142)
#6E3382
(110,51,130)
#642E76
(100,46,118)
#5A296A
(90,41,106)
#50245E
(80,36,94)
#461F52
(70,31,82)
#3C1A46
(60,26,70)
#32153A
(50,21,58)
#28102E
(40,16,46)
#1E0B22
(30,11,34)
#140616
(20,6,22)
#000000
(0,0,0)

Tints of #78388E

#78388E
(120,56,142)
#844A98
(132,74,152)
#905CA2
(144,92,162)
#9C6EAC
(156,110,172)
#A880B6
(168,128,182)
#B492C0
(180,146,192)
#C0A4CA
(192,164,202)
#CCB6D4
(204,182,212)
#D8C8DE
(216,200,222)
#E4DAE8
(228,218,232)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78388E color. Also use rgb(120,56,142) instead hex code.

Text Font Color

.myTextColor { color: #78388E; }

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

This text font color is #78388E.


Background Color

.myBgColor { background-color: #78388E; }

<div style="background-color:#78388E">Inner text</div>

This div background color is #78388E.


Border color

.myBorderColor { border: 1px solid #78388E; }

<div style="border:3px solid #78388E">Div</div>

This div border color is #78388E.


Opacity

.myOpacity80 { color: #78388E; opacity: 0.8; }

<p style="color:#78388E;opacity:0.8;">80%</p>

Text with #78388E 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 #78388E;}

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

This text has shadow with #78388E color.

.textShadow {text-shadow: 3px 3px 1px #78388E, 3px 3px 1px red;}

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

This text has shadow with #78388E primary color and red secondary color.


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

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

This text has shadow with #78388E and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #78388E;
-webkit-box-shadow: 1px 1px 3px 2px #78388E;
box-shadow:1px 1px 3px 2px #78388E;">
Div content here</div>
This div box has shadow with color #78388E.

Preview

Color preview on black background

This text has color #78388E on black background.


Color preview on white background

This text has color #78388E on white background.



Black color preview on #78388E background

This text has black color on #78388E background.


White color preview on #78388E background

This text has white color on #78388E background.