COLOR #672EAD

HEX: #672EAD RGB: (103,46,173)

Color info

#672EAD contains mainly blue color. Web safe color of #672EAD is #663399 (or #639).

RGB color model

#672EAD color RGB value is (103,46,173).

RGB: (103,46,173) (40%, 18%, 68%)

RGB channels and saturation

R 103 of 255 = 40%
G 46 of 255 = 18%
B 173 of 255 = 68%

103
46
173

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

Portions of RGB colors in percentages

R + G + B = 103 + 46 + 173 = 322 (100%)
R 103 of 322 ~ 31.99%
G 46 of 322 ~ 14.29%
B 173 of 322 ~ 53.73'%

%31.99
%14.29
%53.73

CMYK color model

#672EAD color CMYK value is (40,73,0,32).

  • cyan value is 40.46%
  • magenta value is 73.41%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (40,73,0,32)
C40M73Y0K32 (40%, 73%, 0%, 32%)
(0.40 / 0.73 / 0.00 / 0.32)

CMYK percentages

%40.46
%73.41
%0
%32.16

Codes

Color #672EAD in popluar color models

67 2E AD
RGB 103 46 173
HSL 267° 57.99% 42.94%
HSB/HSV 267° 73.41% 67.84%
CMYK 40.46% 73.41% 0.00%
32.16%

Color #672EAD in popluar number systems.

HEX 67 2E AD
Decimal 103 46 173
Binary 1100111 101110 10101101
Octal 147 56 255

Shades and tints

Shades of #672EAD

#672EAD
(103,46,173)
#5E2A9E
(94,42,158)
#55268F
(85,38,143)
#4C2280
(76,34,128)
#431E71
(67,30,113)
#3A1A62
(58,26,98)
#311653
(49,22,83)
#281244
(40,18,68)
#1F0E35
(31,14,53)
#160A26
(22,10,38)
#0D0617
(13,6,23)
#000000
(0,0,0)

Tints of #672EAD

#672EAD
(103,46,173)
#7441B4
(116,65,180)
#8154BB
(129,84,187)
#8E67C2
(142,103,194)
#9B7AC9
(155,122,201)
#A88DD0
(168,141,208)
#B5A0D7
(181,160,215)
#C2B3DE
(194,179,222)
#CFC6E5
(207,198,229)
#DCD9EC
(220,217,236)
#E9ECF3
(233,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #672EAD; }

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

This text font color is #672EAD.

Background Color

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

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

This div background color is #672EAD.

Border color

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

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

This div border color is #672EAD.

Opacity

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

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

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

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

This text has shadow with #672EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #672EAD.

Preview

Color preview on black background

This text has color #672EAD on black background.


Color preview on white background

This text has color #672EAD on white background.


Black color preview on #672EAD background

This text has black color on #672EAD background.


White color preview on #672EAD background

This text has white color on #672EAD background.


Related colors

Complementary color

Complementary color for #hex is #98D152.


I love getcolorcode.com

Triadic colors

1 #AD672E and #2EAD67 with #672EAD are triadic colors.

2 #AD2E67 and #2E67AD with #672EAD are triadic colors.