COLOR #781F68

HEX: #781F68
RGB: (120,31,104)

Color info

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

RGB color model

#781F68 color RGB value is (120,31,104).

  • red value is 120;
  • green value is 31;
  • blue value is 104.
RGB:
(120,31,104)
(47%,12%,41%)

RGB channels and saturation

R 120 of 255 = 47%
G 31 of 255 = 12%
B 104 of 255 = 41%

120
31
104

R + G + B ~ 33%. #781F68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 31 + 104 = 255 (100%)
R 120 of 255 ~ 47.06%
G 31 of 255 ~ 12.16%
B 104 of 255 ~ 40.78%

%47.06
%12.16
%40.78

CMYK color model

#781F68 color CMYK value is (0,74,13,53).

  • cyan value is 0.00%
  • magenta value is 74.17%
  • yellow value is 13.33%
  • key color value is 52.94%
CMYK:
(0,74,13,53)
C0M74Y13K53 
(0%,74%,13%,53%)
(0.00/0.74/0.13/0.53)	

CMYK percentages

%0
%74.17
%13.33
%52.94

Codes

Color #781F68 in popluar color models

781F68
RGB12031104
HSL311°58.94%29.61%
HSB/HSV311°74.17%47.06%
CMYK0.00%74.17%13.33%
52.94%

Color #781F68 in popluar number systems.

HEX781F68
Decimal12031104
Binary1111000111111101000
Octal17037150

Shades and tints

Shades of #781F68

#781F68
(120,31,104)
#6E1D5F
(110,29,95)
#641B56
(100,27,86)
#5A194D
(90,25,77)
#501744
(80,23,68)
#46153B
(70,21,59)
#3C1332
(60,19,50)
#321129
(50,17,41)
#280F20
(40,15,32)
#1E0D17
(30,13,23)
#140B0E
(20,11,14)
#000000
(0,0,0)

Tints of #781F68

#781F68
(120,31,104)
#843375
(132,51,117)
#904782
(144,71,130)
#9C5B8F
(156,91,143)
#A86F9C
(168,111,156)
#B483A9
(180,131,169)
#C097B6
(192,151,182)
#CCABC3
(204,171,195)
#D8BFD0
(216,191,208)
#E4D3DD
(228,211,221)
#F0E7EA
(240,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #781F68 color. Also use rgb(120,31,104) instead hex code.

Text Font Color

.myTextColor { color: #781F68; }

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

This text font color is #781F68.


Background Color

.myBgColor { background-color: #781F68; }

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

This div background color is #781F68.


Border color

.myBorderColor { border: 1px solid #781F68; }

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

This div border color is #781F68.


Opacity

.myOpacity80 { color: #781F68; opacity: 0.8; }

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

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

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

This text has shadow with #781F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #781F68 on black background.


Color preview on white background

This text has color #781F68 on white background.



Black color preview on #781F68 background

This text has black color on #781F68 background.


White color preview on #781F68 background

This text has white color on #781F68 background.