COLOR #78347C

HEX: #78347C
RGB: (120,52,124)

Color info

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

RGB color model

#78347C color RGB value is (120,52,124).

  • red value is 120;
  • green value is 52;
  • blue value is 124.
RGB:
(120,52,124)
(47%,20%,49%)

RGB channels and saturation

R 120 of 255 = 47%
G 52 of 255 = 20%
B 124 of 255 = 49%

120
52
124

R + G + B ~ 39%. #78347C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 52 + 124 = 296 (100%)
R 120 of 296 ~ 40.54%
G 52 of 296 ~ 17.57%
B 124 of 296 ~ 41.89%

%40.54
%17.57
%41.89

CMYK color model

#78347C color CMYK value is (3,58,0,51).

  • cyan value is 3.23%
  • magenta value is 58.06%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(3,58,0,51)
C3M58Y0K51 
(3%,58%,0%,51%)
(0.03/0.58/0.00/0.51)	

CMYK percentages

%3.23
%58.06
%0
%51.37

Codes

Color #78347C in popluar color models

78347C
RGB12052124
HSL297°40.91%34.51%
HSB/HSV297°58.06%48.63%
CMYK3.23%58.06%0.00%
51.37%

Color #78347C in popluar number systems.

HEX78347C
Decimal12052124
Binary11110001101001111100
Octal17064174

Shades and tints

Shades of #78347C

#78347C
(120,52,124)
#6E3071
(110,48,113)
#642C66
(100,44,102)
#5A285B
(90,40,91)
#502450
(80,36,80)
#462045
(70,32,69)
#3C1C3A
(60,28,58)
#32182F
(50,24,47)
#281424
(40,20,36)
#1E1019
(30,16,25)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #78347C

#78347C
(120,52,124)
#844687
(132,70,135)
#905892
(144,88,146)
#9C6A9D
(156,106,157)
#A87CA8
(168,124,168)
#B48EB3
(180,142,179)
#C0A0BE
(192,160,190)
#CCB2C9
(204,178,201)
#D8C4D4
(216,196,212)
#E4D6DF
(228,214,223)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78347C color. Also use rgb(120,52,124) instead hex code.

Text Font Color

.myTextColor { color: #78347C; }

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

This text font color is #78347C.


Background Color

.myBgColor { background-color: #78347C; }

<div style="background-color:#78347C">Inner text</div>

This div background color is #78347C.


Border color

.myBorderColor { border: 1px solid #78347C; }

<div style="border:3px solid #78347C">Div</div>

This div border color is #78347C.


Opacity

.myOpacity80 { color: #78347C; opacity: 0.8; }

<p style="color:#78347C;opacity:0.8;">80%</p>

Text with #78347C 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 #78347C;}

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

This text has shadow with #78347C color.

.textShadow {text-shadow: 3px 3px 1px #78347C, 3px 3px 1px red;}

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

This text has shadow with #78347C primary color and red secondary color.


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

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

This text has shadow with #78347C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78347C on black background.


Color preview on white background

This text has color #78347C on white background.



Black color preview on #78347C background

This text has black color on #78347C background.


White color preview on #78347C background

This text has white color on #78347C background.