COLOR #642D72

HEX: #642D72
RGB: (100,45,114)

Color info

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

RGB color model

#642D72 color RGB value is (100,45,114).

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

RGB channels and saturation

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

100
45
114

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

Portions of RGB colors in percentages

R + G + B =
100 + 45 + 114 = 259 (100%)
R 100 of 259 ~ 38.61%
G 45 of 259 ~ 17.37%
B 114 of 259 ~ 44.02%

%38.61
%17.37
%44.02

CMYK color model

#642D72 color CMYK value is (12,61,0,55).

  • cyan value is 12.28%
  • magenta value is 60.53%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(12,61,0,55)
C12M61Y0K55 
(12%,61%,0%,55%)
(0.12/0.61/0.00/0.55)	

CMYK percentages

%12.28
%60.53
%0
%55.29

Codes

Color #642D72 in popluar color models

642D72
RGB10045114
HSL288°43.40%31.18%
HSB/HSV288°60.53%44.71%
CMYK12.28%60.53%0.00%
55.29%

Color #642D72 in popluar number systems.

HEX642D72
Decimal10045114
Binary11001001011011110010
Octal14455162

Shades and tints

Shades of #642D72

#642D72
(100,45,114)
#5B2968
(91,41,104)
#52255E
(82,37,94)
#492154
(73,33,84)
#401D4A
(64,29,74)
#371940
(55,25,64)
#2E1536
(46,21,54)
#25112C
(37,17,44)
#1C0D22
(28,13,34)
#130918
(19,9,24)
#0A050E
(10,5,14)
#000000
(0,0,0)

Tints of #642D72

#642D72
(100,45,114)
#72407E
(114,64,126)
#80538A
(128,83,138)
#8E6696
(142,102,150)
#9C79A2
(156,121,162)
#AA8CAE
(170,140,174)
#B89FBA
(184,159,186)
#C6B2C6
(198,178,198)
#D4C5D2
(212,197,210)
#E2D8DE
(226,216,222)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #642D72; }

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

This text font color is #642D72.


Background Color

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

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

This div background color is #642D72.


Border color

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

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

This div border color is #642D72.


Opacity

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

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

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

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

This text has shadow with #642D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #642D72 on black background.


Color preview on white background

This text has color #642D72 on white background.



Black color preview on #642D72 background

This text has black color on #642D72 background.


White color preview on #642D72 background

This text has white color on #642D72 background.