COLOR #672188

HEX: #672188
RGB: (103,33,136)

Color info

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

RGB color model

#672188 color RGB value is (103,33,136).

  • red value is 103;
  • green value is 33;
  • blue value is 136.
RGB:
(103,33,136)
(40%,13%,53%)

RGB channels and saturation

R 103 of 255 = 40%
G 33 of 255 = 13%
B 136 of 255 = 53%

103
33
136

R + G + B ~ 35%. #672188 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 33 + 136 = 272 (100%)
R 103 of 272 ~ 37.87%
G 33 of 272 ~ 12.13%
B 136 of 272 ~ 50%

%37.87
%12.13
%50

CMYK color model

#672188 color CMYK value is (24,76,0,47).

  • cyan value is 24.26%
  • magenta value is 75.74%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(24,76,0,47)
C24M76Y0K47 
(24%,76%,0%,47%)
(0.24/0.76/0.00/0.47)	

CMYK percentages

%24.26
%75.74
%0
%46.67

Codes

Color #672188 in popluar color models

672188
RGB10333136
HSL281°60.95%33.14%
HSB/HSV281°75.74%53.33%
CMYK24.26%75.74%0.00%
46.67%

Color #672188 in popluar number systems.

HEX672188
Decimal10333136
Binary110011110000110001000
Octal14741210

Shades and tints

Shades of #672188

#672188
(103,33,136)
#5E1E7C
(94,30,124)
#551B70
(85,27,112)
#4C1864
(76,24,100)
#431558
(67,21,88)
#3A124C
(58,18,76)
#310F40
(49,15,64)
#280C34
(40,12,52)
#1F0928
(31,9,40)
#16061C
(22,6,28)
#0D0310
(13,3,16)
#000000
(0,0,0)

Tints of #672188

#672188
(103,33,136)
#743592
(116,53,146)
#81499C
(129,73,156)
#8E5DA6
(142,93,166)
#9B71B0
(155,113,176)
#A885BA
(168,133,186)
#B599C4
(181,153,196)
#C2ADCE
(194,173,206)
#CFC1D8
(207,193,216)
#DCD5E2
(220,213,226)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672188 color. Also use rgb(103,33,136) instead hex code.

Text Font Color

.myTextColor { color: #672188; }

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

This text font color is #672188.


Background Color

.myBgColor { background-color: #672188; }

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

This div background color is #672188.


Border color

.myBorderColor { border: 1px solid #672188; }

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

This div border color is #672188.


Opacity

.myOpacity80 { color: #672188; opacity: 0.8; }

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

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

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

This text has shadow with #672188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672188 on black background.


Color preview on white background

This text has color #672188 on white background.



Black color preview on #672188 background

This text has black color on #672188 background.


White color preview on #672188 background

This text has white color on #672188 background.