COLOR #78357F

HEX: #78357F RGB: (120,53,127)

Color info

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

RGB color model

#78357F color RGB value is (120,53,127).

RGB: (120,53,127) (47%, 21%, 50%)

RGB channels and saturation

R 120 of 255 = 47%
G 53 of 255 = 21%
B 127 of 255 = 50%

120
53
127

R + G + B ~ 39%. #78357F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 53 + 127 = 300 (100%)
R 120 of 300 ~ 40%
G 53 of 300 ~ 17.67%
B 127 of 300 ~ 42.33'%

%40
%17.67
%42.33

CMYK color model

#78357F color CMYK value is (6,58,0,50).

  • cyan value is 5.51%
  • magenta value is 58.27%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (6,58,0,50)
C6M58Y0K50 (6%, 58%, 0%, 50%)
(0.06 / 0.58 / 0.00 / 0.50)

CMYK percentages

%5.51
%58.27
%0
%50.2

Codes

Color #78357F in popluar color models

78 35 7F
RGB 120 53 127
HSL 294° 41.11% 35.29%
HSB/HSV 294° 58.27% 49.80%
CMYK 5.51% 58.27% 0.00%
50.20%

Color #78357F in popluar number systems.

HEX 78 35 7F
Decimal 120 53 127
Binary 1111000 110101 1111111
Octal 170 65 177

Shades and tints

Shades of #78357F

#78357F
(120,53,127)
#6E3174
(110,49,116)
#642D69
(100,45,105)
#5A295E
(90,41,94)
#502553
(80,37,83)
#462148
(70,33,72)
#3C1D3D
(60,29,61)
#321932
(50,25,50)
#281527
(40,21,39)
#1E111C
(30,17,28)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #78357F

#78357F
(120,53,127)
#84478A
(132,71,138)
#905995
(144,89,149)
#9C6BA0
(156,107,160)
#A87DAB
(168,125,171)
#B48FB6
(180,143,182)
#C0A1C1
(192,161,193)
#CCB3CC
(204,179,204)
#D8C5D7
(216,197,215)
#E4D7E2
(228,215,226)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78357F color. Also use rgb(120,53,127) instead hex code.

Text Font Color

.myTextColor { color: #78357F; }

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

This text font color is #78357F.

Background Color

.myBgColor { background-color: #78357F; }

<div style="background-color:#78357F">Inner text</div>

This div background color is #78357F.

Border color

.myBorderColor { border: 1px solid #78357F; }

<div style="border:3px solid #78357F">Div</div>

This div border color is #78357F.

Opacity

.myOpacity80 { color: #78357F; opacity: 0.8; }

<p style="color:#78357F;opacity:0.8;">80%</p>

Text with #78357F 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 #78357F;}

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

This text has shadow with #78357F color.


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

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

This text has shadow with #78357F primary color and red secondary color.


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

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

This text has shadow with #78357F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #78357F.

Preview

Color preview on black background

This text has color #78357F on black background.


Color preview on white background

This text has color #78357F on white background.


Black color preview on #78357F background

This text has black color on #78357F background.


White color preview on #78357F background

This text has white color on #78357F background.


Related colors

Complementary color

Complementary color for #hex is #87CA80.


I love getcolorcode.com

Triadic colors

1 #7F7835 and #357F78 with #78357F are triadic colors.

2 #7F3578 and #35787F with #78357F are triadic colors.