COLOR #671C75

HEX: #671C75 RGB: (103,28,117)

Color info

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

RGB color model

#671C75 color RGB value is (103,28,117).

RGB: (103,28,117) (40%, 11%, 46%)

RGB channels and saturation

R 103 of 255 = 40%
G 28 of 255 = 11%
B 117 of 255 = 46%

103
28
117

R + G + B ~ 32%. #671C75 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 28 + 117 = 248 (100%)
R 103 of 248 ~ 41.53%
G 28 of 248 ~ 11.29%
B 117 of 248 ~ 47.18'%

%41.53
%11.29
%47.18

CMYK color model

#671C75 color CMYK value is (12,76,0,54).

  • cyan value is 11.97%
  • magenta value is 76.07%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (12,76,0,54)
C12M76Y0K54 (12%, 76%, 0%, 54%)
(0.12 / 0.76 / 0.00 / 0.54)

CMYK percentages

%11.97
%76.07
%0
%54.12

Codes

Color #671C75 in popluar color models

67 1C 75
RGB 103 28 117
HSL 291° 61.38% 28.43%
HSB/HSV 291° 76.07% 45.88%
CMYK 11.97% 76.07% 0.00%
54.12%

Color #671C75 in popluar number systems.

HEX 67 1C 75
Decimal 103 28 117
Binary 1100111 11100 1110101
Octal 147 34 165

Shades and tints

Shades of #671C75

#671C75
(103,28,117)
#5E1A6B
(94,26,107)
#551861
(85,24,97)
#4C1657
(76,22,87)
#43144D
(67,20,77)
#3A1243
(58,18,67)
#311039
(49,16,57)
#280E2F
(40,14,47)
#1F0C25
(31,12,37)
#160A1B
(22,10,27)
#0D0811
(13,8,17)
#000000
(0,0,0)

Tints of #671C75

#671C75
(103,28,117)
#743081
(116,48,129)
#81448D
(129,68,141)
#8E5899
(142,88,153)
#9B6CA5
(155,108,165)
#A880B1
(168,128,177)
#B594BD
(181,148,189)
#C2A8C9
(194,168,201)
#CFBCD5
(207,188,213)
#DCD0E1
(220,208,225)
#E9E4ED
(233,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #671C75 color. Also use rgb(103,28,117) instead hex code.

Text Font Color

.myTextColor { color: #671C75; }

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

This text font color is #671C75.

Background Color

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

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

This div background color is #671C75.

Border color

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

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

This div border color is #671C75.

Opacity

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

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

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

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

This text has shadow with #671C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #671C75.

Preview

Color preview on black background

This text has color #671C75 on black background.


Color preview on white background

This text has color #671C75 on white background.


Black color preview on #671C75 background

This text has black color on #671C75 background.


White color preview on #671C75 background

This text has white color on #671C75 background.


Related colors

Complementary color

Complementary color for #hex is #98E38A.


I love getcolorcode.com

Triadic colors

1 #75671C and #1C7567 with #671C75 are triadic colors.

2 #751C67 and #1C6775 with #671C75 are triadic colors.