COLOR #643A72

HEX: #643A72
RGB: (100,58,114)

Color info

#643A72 contains red, green and blue colors in about the same proportion. Web safe color of #643A72 is #663366 (or #636).

RGB color model

#643A72 color RGB value is (100,58,114).

  • red value is 100;
  • green value is 58;
  • blue value is 114.
RGB:
(100,58,114)
(39%,23%,45%)

RGB channels and saturation

R 100 of 255 = 39%
G 58 of 255 = 23%
B 114 of 255 = 45%

100
58
114

R + G + B ~ 36%. #643A72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 58 + 114 = 272 (100%)
R 100 of 272 ~ 36.76%
G 58 of 272 ~ 21.32%
B 114 of 272 ~ 41.91%

%36.76
%21.32
%41.91

CMYK color model

#643A72 color CMYK value is (12,49,0,55).

  • cyan value is 12.28%
  • magenta value is 49.12%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(12,49,0,55)
C12M49Y0K55 
(12%,49%,0%,55%)
(0.12/0.49/0.00/0.55)	

CMYK percentages

%12.28
%49.12
%0
%55.29

Codes

Color #643A72 in popluar color models

643A72
RGB10058114
HSL285°32.56%33.73%
HSB/HSV285°49.12%44.71%
CMYK12.28%49.12%0.00%
55.29%

Color #643A72 in popluar number systems.

HEX643A72
Decimal10058114
Binary11001001110101110010
Octal14472162

Shades and tints

Shades of #643A72

#643A72
(100,58,114)
#5B3568
(91,53,104)
#52305E
(82,48,94)
#492B54
(73,43,84)
#40264A
(64,38,74)
#372140
(55,33,64)
#2E1C36
(46,28,54)
#25172C
(37,23,44)
#1C1222
(28,18,34)
#130D18
(19,13,24)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #643A72

#643A72
(100,58,114)
#724B7E
(114,75,126)
#805C8A
(128,92,138)
#8E6D96
(142,109,150)
#9C7EA2
(156,126,162)
#AA8FAE
(170,143,174)
#B8A0BA
(184,160,186)
#C6B1C6
(198,177,198)
#D4C2D2
(212,194,210)
#E2D3DE
(226,211,222)
#F0E4EA
(240,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #643A72 color. Also use rgb(100,58,114) instead hex code.

Text Font Color

.myTextColor { color: #643A72; }

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

This text font color is #643A72.


Background Color

.myBgColor { background-color: #643A72; }

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

This div background color is #643A72.


Border color

.myBorderColor { border: 1px solid #643A72; }

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

This div border color is #643A72.


Opacity

.myOpacity80 { color: #643A72; opacity: 0.8; }

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

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

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

This text has shadow with #643A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #643A72 on black background.


Color preview on white background

This text has color #643A72 on white background.



Black color preview on #643A72 background

This text has black color on #643A72 background.


White color preview on #643A72 background

This text has white color on #643A72 background.