COLOR #672987

HEX: #672987
RGB: (103,41,135)

Color info

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

RGB color model

#672987 color RGB value is (103,41,135).

  • red value is 103;
  • green value is 41;
  • blue value is 135.
RGB:
(103,41,135)
(40%,16%,53%)

RGB channels and saturation

R 103 of 255 = 40%
G 41 of 255 = 16%
B 135 of 255 = 53%

103
41
135

R + G + B ~ 36%. #672987 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 41 + 135 = 279 (100%)
R 103 of 279 ~ 36.92%
G 41 of 279 ~ 14.7%
B 135 of 279 ~ 48.39%

%36.92
%14.7
%48.39

CMYK color model

#672987 color CMYK value is (24,70,0,47).

  • cyan value is 23.70%
  • magenta value is 69.63%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(24,70,0,47)
C24M70Y0K47 
(24%,70%,0%,47%)
(0.24/0.70/0.00/0.47)	

CMYK percentages

%23.7
%69.63
%0
%47.06

Codes

Color #672987 in popluar color models

672987
RGB10341135
HSL280°53.41%34.51%
HSB/HSV280°69.63%52.94%
CMYK23.70%69.63%0.00%
47.06%

Color #672987 in popluar number systems.

HEX672987
Decimal10341135
Binary110011110100110000111
Octal14751207

Shades and tints

Shades of #672987

#672987
(103,41,135)
#5E267B
(94,38,123)
#55236F
(85,35,111)
#4C2063
(76,32,99)
#431D57
(67,29,87)
#3A1A4B
(58,26,75)
#31173F
(49,23,63)
#281433
(40,20,51)
#1F1127
(31,17,39)
#160E1B
(22,14,27)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #672987

#672987
(103,41,135)
#743C91
(116,60,145)
#814F9B
(129,79,155)
#8E62A5
(142,98,165)
#9B75AF
(155,117,175)
#A888B9
(168,136,185)
#B59BC3
(181,155,195)
#C2AECD
(194,174,205)
#CFC1D7
(207,193,215)
#DCD4E1
(220,212,225)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672987 color. Also use rgb(103,41,135) instead hex code.

Text Font Color

.myTextColor { color: #672987; }

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

This text font color is #672987.


Background Color

.myBgColor { background-color: #672987; }

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

This div background color is #672987.


Border color

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

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

This div border color is #672987.


Opacity

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

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

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

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

This text has shadow with #672987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672987 on black background.


Color preview on white background

This text has color #672987 on white background.



Black color preview on #672987 background

This text has black color on #672987 background.


White color preview on #672987 background

This text has white color on #672987 background.