COLOR #671B7F

HEX: #671B7F
RGB: (103,27,127)

Color info

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

RGB color model

#671B7F color RGB value is (103,27,127).

  • red value is 103;
  • green value is 27;
  • blue value is 127.
RGB:
(103,27,127)
(40%,11%,50%)

RGB channels and saturation

R 103 of 255 = 40%
G 27 of 255 = 11%
B 127 of 255 = 50%

103
27
127

R + G + B ~ 34%. #671B7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 27 + 127 = 257 (100%)
R 103 of 257 ~ 40.08%
G 27 of 257 ~ 10.51%
B 127 of 257 ~ 49.42%

%40.08
%10.51
%49.42

CMYK color model

#671B7F color CMYK value is (19,79,0,50).

  • cyan value is 18.90%
  • magenta value is 78.74%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(19,79,0,50)
C19M79Y0K50 
(19%,79%,0%,50%)
(0.19/0.79/0.00/0.50)	

CMYK percentages

%18.9
%78.74
%0
%50.2

Codes

Color #671B7F in popluar color models

671B7F
RGB10327127
HSL286°64.94%30.20%
HSB/HSV286°78.74%49.80%
CMYK18.90%78.74%0.00%
50.20%

Color #671B7F in popluar number systems.

HEX671B7F
Decimal10327127
Binary1100111110111111111
Octal14733177

Shades and tints

Shades of #671B7F

#671B7F
(103,27,127)
#5E1974
(94,25,116)
#551769
(85,23,105)
#4C155E
(76,21,94)
#431353
(67,19,83)
#3A1148
(58,17,72)
#310F3D
(49,15,61)
#280D32
(40,13,50)
#1F0B27
(31,11,39)
#16091C
(22,9,28)
#0D0711
(13,7,17)
#000000
(0,0,0)

Tints of #671B7F

#671B7F
(103,27,127)
#742F8A
(116,47,138)
#814395
(129,67,149)
#8E57A0
(142,87,160)
#9B6BAB
(155,107,171)
#A87FB6
(168,127,182)
#B593C1
(181,147,193)
#C2A7CC
(194,167,204)
#CFBBD7
(207,187,215)
#DCCFE2
(220,207,226)
#E9E3ED
(233,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #671B7F color. Also use rgb(103,27,127) instead hex code.

Text Font Color

.myTextColor { color: #671B7F; }

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

This text font color is #671B7F.


Background Color

.myBgColor { background-color: #671B7F; }

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

This div background color is #671B7F.


Border color

.myBorderColor { border: 1px solid #671B7F; }

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

This div border color is #671B7F.


Opacity

.myOpacity80 { color: #671B7F; opacity: 0.8; }

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

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

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

This text has shadow with #671B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #671B7F on black background.


Color preview on white background

This text has color #671B7F on white background.



Black color preview on #671B7F background

This text has black color on #671B7F background.


White color preview on #671B7F background

This text has white color on #671B7F background.