COLOR #781988

HEX: #781988
RGB: (120,25,136)

Color info

#781988 contains mainly red and blue colors. Web safe color of #781988 is #660099 (or #609).

RGB color model

#781988 color RGB value is (120,25,136).

  • red value is 120;
  • green value is 25;
  • blue value is 136.
RGB:
(120,25,136)
(47%,10%,53%)

RGB channels and saturation

R 120 of 255 = 47%
G 25 of 255 = 10%
B 136 of 255 = 53%

120
25
136

R + G + B ~ 37%. #781988 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 25 + 136 = 281 (100%)
R 120 of 281 ~ 42.7%
G 25 of 281 ~ 8.9%
B 136 of 281 ~ 48.4%

%42.7
%48.4

CMYK color model

#781988 color CMYK value is (12,82,0,47).

  • cyan value is 11.76%
  • magenta value is 81.62%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(12,82,0,47)
C12M82Y0K47 
(12%,82%,0%,47%)
(0.12/0.82/0.00/0.47)	

CMYK percentages

%11.76
%81.62
%0
%46.67

Codes

Color #781988 in popluar color models

781988
RGB12025136
HSL291°68.94%31.57%
HSB/HSV291°81.62%53.33%
CMYK11.76%81.62%0.00%
46.67%

Color #781988 in popluar number systems.

HEX781988
Decimal12025136
Binary11110001100110001000
Octal17031210

Shades and tints

Shades of #781988

#781988
(120,25,136)
#6E177C
(110,23,124)
#641570
(100,21,112)
#5A1364
(90,19,100)
#501158
(80,17,88)
#460F4C
(70,15,76)
#3C0D40
(60,13,64)
#320B34
(50,11,52)
#280928
(40,9,40)
#1E071C
(30,7,28)
#140510
(20,5,16)
#000000
(0,0,0)

Tints of #781988

#781988
(120,25,136)
#842D92
(132,45,146)
#90419C
(144,65,156)
#9C55A6
(156,85,166)
#A869B0
(168,105,176)
#B47DBA
(180,125,186)
#C091C4
(192,145,196)
#CCA5CE
(204,165,206)
#D8B9D8
(216,185,216)
#E4CDE2
(228,205,226)
#F0E1EC
(240,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #781988 color. Also use rgb(120,25,136) instead hex code.

Text Font Color

.myTextColor { color: #781988; }

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

This text font color is #781988.


Background Color

.myBgColor { background-color: #781988; }

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

This div background color is #781988.


Border color

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

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

This div border color is #781988.


Opacity

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

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

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

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

This text has shadow with #781988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #781988 on black background.


Color preview on white background

This text has color #781988 on white background.



Black color preview on #781988 background

This text has black color on #781988 background.


White color preview on #781988 background

This text has white color on #781988 background.