COLOR #784985

HEX: #784985
RGB: (120,73,133)

Color info

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

RGB color model

#784985 color RGB value is (120,73,133).

  • red value is 120;
  • green value is 73;
  • blue value is 133.
RGB:
(120,73,133)
(47%,29%,52%)

RGB channels and saturation

R 120 of 255 = 47%
G 73 of 255 = 29%
B 133 of 255 = 52%

120
73
133

R + G + B ~ 43%. #784985 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 73 + 133 = 326 (100%)
R 120 of 326 ~ 36.81%
G 73 of 326 ~ 22.39%
B 133 of 326 ~ 40.8%

%36.81
%22.39
%40.8

CMYK color model

#784985 color CMYK value is (10,45,0,48).

  • cyan value is 9.77%
  • magenta value is 45.11%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(10,45,0,48)
C10M45Y0K48 
(10%,45%,0%,48%)
(0.10/0.45/0.00/0.48)	

CMYK percentages

%9.77
%45.11
%0
%47.84

Codes

Color #784985 in popluar color models

784985
RGB12073133
HSL287°29.13%40.39%
HSB/HSV287°45.11%52.16%
CMYK9.77%45.11%0.00%
47.84%

Color #784985 in popluar number systems.

HEX784985
Decimal12073133
Binary1111000100100110000101
Octal170111205

Shades and tints

Shades of #784985

#784985
(120,73,133)
#6E4379
(110,67,121)
#643D6D
(100,61,109)
#5A3761
(90,55,97)
#503155
(80,49,85)
#462B49
(70,43,73)
#3C253D
(60,37,61)
#321F31
(50,31,49)
#281925
(40,25,37)
#1E1319
(30,19,25)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #784985

#784985
(120,73,133)
#845990
(132,89,144)
#90699B
(144,105,155)
#9C79A6
(156,121,166)
#A889B1
(168,137,177)
#B499BC
(180,153,188)
#C0A9C7
(192,169,199)
#CCB9D2
(204,185,210)
#D8C9DD
(216,201,221)
#E4D9E8
(228,217,232)
#F0E9F3
(240,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784985 color. Also use rgb(120,73,133) instead hex code.

Text Font Color

.myTextColor { color: #784985; }

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

This text font color is #784985.


Background Color

.myBgColor { background-color: #784985; }

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

This div background color is #784985.


Border color

.myBorderColor { border: 1px solid #784985; }

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

This div border color is #784985.


Opacity

.myOpacity80 { color: #784985; opacity: 0.8; }

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

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

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

This text has shadow with #784985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784985 on black background.


Color preview on white background

This text has color #784985 on white background.



Black color preview on #784985 background

This text has black color on #784985 background.


White color preview on #784985 background

This text has white color on #784985 background.