COLOR #672790

HEX: #672790
RGB: (103,39,144)

Color info

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

RGB color model

#672790 color RGB value is (103,39,144).

  • red value is 103;
  • green value is 39;
  • blue value is 144.
RGB:
(103,39,144)
(40%,15%,56%)

RGB channels and saturation

R 103 of 255 = 40%
G 39 of 255 = 15%
B 144 of 255 = 56%

103
39
144

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

Portions of RGB colors in percentages

R + G + B =
103 + 39 + 144 = 286 (100%)
R 103 of 286 ~ 36.01%
G 39 of 286 ~ 13.64%
B 144 of 286 ~ 50.35%

%36.01
%13.64
%50.35

CMYK color model

#672790 color CMYK value is (28,73,0,44).

  • cyan value is 28.47%
  • magenta value is 72.92%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(28,73,0,44)
C28M73Y0K44 
(28%,73%,0%,44%)
(0.28/0.73/0.00/0.44)	

CMYK percentages

%28.47
%72.92
%0
%43.53

Codes

Color #672790 in popluar color models

672790
RGB10339144
HSL277°57.38%35.88%
HSB/HSV277°72.92%56.47%
CMYK28.47%72.92%0.00%
43.53%

Color #672790 in popluar number systems.

HEX672790
Decimal10339144
Binary110011110011110010000
Octal14747220

Shades and tints

Shades of #672790

#672790
(103,39,144)
#5E2483
(94,36,131)
#552176
(85,33,118)
#4C1E69
(76,30,105)
#431B5C
(67,27,92)
#3A184F
(58,24,79)
#311542
(49,21,66)
#281235
(40,18,53)
#1F0F28
(31,15,40)
#160C1B
(22,12,27)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #672790

#672790
(103,39,144)
#743A9A
(116,58,154)
#814DA4
(129,77,164)
#8E60AE
(142,96,174)
#9B73B8
(155,115,184)
#A886C2
(168,134,194)
#B599CC
(181,153,204)
#C2ACD6
(194,172,214)
#CFBFE0
(207,191,224)
#DCD2EA
(220,210,234)
#E9E5F4
(233,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672790 color. Also use rgb(103,39,144) instead hex code.

Text Font Color

.myTextColor { color: #672790; }

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

This text font color is #672790.


Background Color

.myBgColor { background-color: #672790; }

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

This div background color is #672790.


Border color

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

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

This div border color is #672790.


Opacity

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

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

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

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

This text has shadow with #672790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672790 on black background.


Color preview on white background

This text has color #672790 on white background.



Black color preview on #672790 background

This text has black color on #672790 background.


White color preview on #672790 background

This text has white color on #672790 background.