COLOR #783887

HEX: #783887
RGB: (120,56,135)

Color info

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

RGB color model

#783887 color RGB value is (120,56,135).

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

RGB channels and saturation

R 120 of 255 = 47%
G 56 of 255 = 22%
B 135 of 255 = 53%

120
56
135

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

Portions of RGB colors in percentages

R + G + B =
120 + 56 + 135 = 311 (100%)
R 120 of 311 ~ 38.59%
G 56 of 311 ~ 18.01%
B 135 of 311 ~ 43.41%

%38.59
%18.01
%43.41

CMYK color model

#783887 color CMYK value is (11,59,0,47).

  • cyan value is 11.11%
  • magenta value is 58.52%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(11,59,0,47)
C11M59Y0K47 
(11%,59%,0%,47%)
(0.11/0.59/0.00/0.47)	

CMYK percentages

%11.11
%58.52
%0
%47.06

Codes

Color #783887 in popluar color models

783887
RGB12056135
HSL289°41.36%37.45%
HSB/HSV289°58.52%52.94%
CMYK11.11%58.52%0.00%
47.06%

Color #783887 in popluar number systems.

HEX783887
Decimal12056135
Binary111100011100010000111
Octal17070207

Shades and tints

Shades of #783887

#783887
(120,56,135)
#6E337B
(110,51,123)
#642E6F
(100,46,111)
#5A2963
(90,41,99)
#502457
(80,36,87)
#461F4B
(70,31,75)
#3C1A3F
(60,26,63)
#321533
(50,21,51)
#281027
(40,16,39)
#1E0B1B
(30,11,27)
#14060F
(20,6,15)
#000000
(0,0,0)

Tints of #783887

#783887
(120,56,135)
#844A91
(132,74,145)
#905C9B
(144,92,155)
#9C6EA5
(156,110,165)
#A880AF
(168,128,175)
#B492B9
(180,146,185)
#C0A4C3
(192,164,195)
#CCB6CD
(204,182,205)
#D8C8D7
(216,200,215)
#E4DAE1
(228,218,225)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #783887; }

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

This text font color is #783887.


Background Color

.myBgColor { background-color: #783887; }

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

This div background color is #783887.


Border color

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

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

This div border color is #783887.


Opacity

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

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

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

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

This text has shadow with #783887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #783887 on black background.


Color preview on white background

This text has color #783887 on white background.



Black color preview on #783887 background

This text has black color on #783887 background.


White color preview on #783887 background

This text has white color on #783887 background.