COLOR #642D73

HEX: #642D73 RGB: (100,45,115)

Color info

#642D73 contains mainly red and blue colors. Web safe color of #642D73 is #663366 (or #636).

RGB color model

#642D73 color RGB value is (100,45,115).

RGB: (100,45,115) (39%, 18%, 45%)

RGB channels and saturation

R 100 of 255 = 39%
G 45 of 255 = 18%
B 115 of 255 = 45%

100
45
115

R + G + B ~ 34%. #642D73 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 45 + 115 = 260 (100%)
R 100 of 260 ~ 38.46%
G 45 of 260 ~ 17.31%
B 115 of 260 ~ 44.23'%

%38.46
%17.31
%44.23

CMYK color model

#642D73 color CMYK value is (13,61,0,55).

  • cyan value is 13.04%
  • magenta value is 60.87%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (13,61,0,55)
C13M61Y0K55 (13%, 61%, 0%, 55%)
(0.13 / 0.61 / 0.00 / 0.55)

CMYK percentages

%13.04
%60.87
%0
%54.9

Codes

Color #642D73 in popluar color models

64 2D 73
RGB 100 45 115
HSL 287° 43.75% 31.37%
HSB/HSV 287° 60.87% 45.10%
CMYK 13.04% 60.87% 0.00%
54.90%

Color #642D73 in popluar number systems.

HEX 64 2D 73
Decimal 100 45 115
Binary 1100100 101101 1110011
Octal 144 55 163

Shades and tints

Shades of #642D73

#642D73
(100,45,115)
#5B2969
(91,41,105)
#52255F
(82,37,95)
#492155
(73,33,85)
#401D4B
(64,29,75)
#371941
(55,25,65)
#2E1537
(46,21,55)
#25112D
(37,17,45)
#1C0D23
(28,13,35)
#130919
(19,9,25)
#0A050F
(10,5,15)
#000000
(0,0,0)

Tints of #642D73

#642D73
(100,45,115)
#72407F
(114,64,127)
#80538B
(128,83,139)
#8E6697
(142,102,151)
#9C79A3
(156,121,163)
#AA8CAF
(170,140,175)
#B89FBB
(184,159,187)
#C6B2C7
(198,178,199)
#D4C5D3
(212,197,211)
#E2D8DF
(226,216,223)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #642D73 color. Also use rgb(100,45,115) instead hex code.

Text Font Color

.myTextColor { color: #642D73; }

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

This text font color is #642D73.

Background Color

.myBgColor { background-color: #642D73; }

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

This div background color is #642D73.

Border color

.myBorderColor { border: 1px solid #642D73; }

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

This div border color is #642D73.

Opacity

.myOpacity80 { color: #642D73; opacity: 0.8; }

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

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

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

This text has shadow with #642D73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #642D73.

Preview

Color preview on black background

This text has color #642D73 on black background.


Color preview on white background

This text has color #642D73 on white background.


Black color preview on #642D73 background

This text has black color on #642D73 background.


White color preview on #642D73 background

This text has white color on #642D73 background.


Related colors

Complementary color

Complementary color for #hex is #9BD28C.


I love getcolorcode.com

Triadic colors

1 #73642D and #2D7364 with #642D73 are triadic colors.

2 #732D64 and #2D6473 with #642D73 are triadic colors.