COLOR #673F98

HEX: #673F98 RGB: (103,63,152)

Color info

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

RGB color model

#673F98 color RGB value is (103,63,152).

RGB: (103,63,152) (40%, 25%, 60%)

RGB channels and saturation

R 103 of 255 = 40%
G 63 of 255 = 25%
B 152 of 255 = 60%

103
63
152

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

Portions of RGB colors in percentages

R + G + B = 103 + 63 + 152 = 318 (100%)
R 103 of 318 ~ 32.39%
G 63 of 318 ~ 19.81%
B 152 of 318 ~ 47.8'%

%32.39
%19.81
%47.8

CMYK color model

#673F98 color CMYK value is (32,59,0,40).

  • cyan value is 32.24%
  • magenta value is 58.55%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (32,59,0,40)
C32M59Y0K40 (32%, 59%, 0%, 40%)
(0.32 / 0.59 / 0.00 / 0.40)

CMYK percentages

%32.24
%58.55
%0
%40.39

Codes

Color #673F98 in popluar color models

67 3F 98
RGB 103 63 152
HSL 267° 41.40% 42.16%
HSB/HSV 267° 58.55% 59.61%
CMYK 32.24% 58.55% 0.00%
40.39%

Color #673F98 in popluar number systems.

HEX 67 3F 98
Decimal 103 63 152
Binary 1100111 111111 10011000
Octal 147 77 230

Shades and tints

Shades of #673F98

#673F98
(103,63,152)
#5E3A8B
(94,58,139)
#55357E
(85,53,126)
#4C3071
(76,48,113)
#432B64
(67,43,100)
#3A2657
(58,38,87)
#31214A
(49,33,74)
#281C3D
(40,28,61)
#1F1730
(31,23,48)
#161223
(22,18,35)
#0D0D16
(13,13,22)
#000000
(0,0,0)

Tints of #673F98

#673F98
(103,63,152)
#7450A1
(116,80,161)
#8161AA
(129,97,170)
#8E72B3
(142,114,179)
#9B83BC
(155,131,188)
#A894C5
(168,148,197)
#B5A5CE
(181,165,206)
#C2B6D7
(194,182,215)
#CFC7E0
(207,199,224)
#DCD8E9
(220,216,233)
#E9E9F2
(233,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673F98 color. Also use rgb(103,63,152) instead hex code.

Text Font Color

.myTextColor { color: #673F98; }

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

This text font color is #673F98.

Background Color

.myBgColor { background-color: #673F98; }

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

This div background color is #673F98.

Border color

.myBorderColor { border: 1px solid #673F98; }

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

This div border color is #673F98.

Opacity

.myOpacity80 { color: #673F98; opacity: 0.8; }

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

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

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

This text has shadow with #673F98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #673F98.

Preview

Color preview on black background

This text has color #673F98 on black background.


Color preview on white background

This text has color #673F98 on white background.


Black color preview on #673F98 background

This text has black color on #673F98 background.


White color preview on #673F98 background

This text has white color on #673F98 background.


Related colors

Complementary color

Complementary color for #hex is #98C067.


I love getcolorcode.com

Triadic colors

1 #98673F and #3F9867 with #673F98 are triadic colors.

2 #983F67 and #3F6798 with #673F98 are triadic colors.