COLOR #672E9F

HEX: #672E9F RGB: (103,46,159)

Color info

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

RGB color model

#672E9F color RGB value is (103,46,159).

RGB: (103,46,159) (40%, 18%, 62%)

RGB channels and saturation

R 103 of 255 = 40%
G 46 of 255 = 18%
B 159 of 255 = 62%

103
46
159

R + G + B ~ 40%. #672E9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 46 + 159 = 308 (100%)
R 103 of 308 ~ 33.44%
G 46 of 308 ~ 14.94%
B 159 of 308 ~ 51.62'%

%33.44
%14.94
%51.62

CMYK color model

#672E9F color CMYK value is (35,71,0,38).

  • cyan value is 35.22%
  • magenta value is 71.07%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (35,71,0,38)
C35M71Y0K38 (35%, 71%, 0%, 38%)
(0.35 / 0.71 / 0.00 / 0.38)

CMYK percentages

%35.22
%71.07
%0
%37.65

Codes

Color #672E9F in popluar color models

67 2E 9F
RGB 103 46 159
HSL 270° 55.12% 40.20%
HSB/HSV 270° 71.07% 62.35%
CMYK 35.22% 71.07% 0.00%
37.65%

Color #672E9F in popluar number systems.

HEX 67 2E 9F
Decimal 103 46 159
Binary 1100111 101110 10011111
Octal 147 56 237

Shades and tints

Shades of #672E9F

#672E9F
(103,46,159)
#5E2A91
(94,42,145)
#552683
(85,38,131)
#4C2275
(76,34,117)
#431E67
(67,30,103)
#3A1A59
(58,26,89)
#31164B
(49,22,75)
#28123D
(40,18,61)
#1F0E2F
(31,14,47)
#160A21
(22,10,33)
#0D0613
(13,6,19)
#000000
(0,0,0)

Tints of #672E9F

#672E9F
(103,46,159)
#7441A7
(116,65,167)
#8154AF
(129,84,175)
#8E67B7
(142,103,183)
#9B7ABF
(155,122,191)
#A88DC7
(168,141,199)
#B5A0CF
(181,160,207)
#C2B3D7
(194,179,215)
#CFC6DF
(207,198,223)
#DCD9E7
(220,217,231)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672E9F color. Also use rgb(103,46,159) instead hex code.

Text Font Color

.myTextColor { color: #672E9F; }

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

This text font color is #672E9F.

Background Color

.myBgColor { background-color: #672E9F; }

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

This div background color is #672E9F.

Border color

.myBorderColor { border: 1px solid #672E9F; }

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

This div border color is #672E9F.

Opacity

.myOpacity80 { color: #672E9F; opacity: 0.8; }

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

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

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

This text has shadow with #672E9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #672E9F.

Preview

Color preview on black background

This text has color #672E9F on black background.


Color preview on white background

This text has color #672E9F on white background.


Black color preview on #672E9F background

This text has black color on #672E9F background.


White color preview on #672E9F background

This text has white color on #672E9F background.


Related colors

Complementary color

Complementary color for #hex is #98D160.


I love getcolorcode.com

Triadic colors

1 #9F672E and #2E9F67 with #672E9F are triadic colors.

2 #9F2E67 and #2E679F with #672E9F are triadic colors.