COLOR #642CA3

HEX: #642CA3
RGB: (100,44,163)

Color info

#642CA3 contains mainly blue color. Web safe color of #642CA3 is #663399 (or #639).

RGB color model

#642CA3 color RGB value is (100,44,163).

  • red value is 100;
  • green value is 44;
  • blue value is 163.
RGB:
(100,44,163)
(39%,17%,64%)

RGB channels and saturation

R 100 of 255 = 39%
G 44 of 255 = 17%
B 163 of 255 = 64%

100
44
163

R + G + B ~ 40%. #642CA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 44 + 163 = 307 (100%)
R 100 of 307 ~ 32.57%
G 44 of 307 ~ 14.33%
B 163 of 307 ~ 53.09%

%32.57
%14.33
%53.09

CMYK color model

#642CA3 color CMYK value is (39,73,0,36).

  • cyan value is 38.65%
  • magenta value is 73.01%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(39,73,0,36)
C39M73Y0K36 
(39%,73%,0%,36%)
(0.39/0.73/0.00/0.36)	

CMYK percentages

%38.65
%73.01
%0
%36.08

Codes

Color #642CA3 in popluar color models

642CA3
RGB10044163
HSL268°57.49%40.59%
HSB/HSV268°73.01%63.92%
CMYK38.65%73.01%0.00%
36.08%

Color #642CA3 in popluar number systems.

HEX642CA3
Decimal10044163
Binary110010010110010100011
Octal14454243

Shades and tints

Shades of #642CA3

#642CA3
(100,44,163)
#5B2895
(91,40,149)
#522487
(82,36,135)
#492079
(73,32,121)
#401C6B
(64,28,107)
#37185D
(55,24,93)
#2E144F
(46,20,79)
#251041
(37,16,65)
#1C0C33
(28,12,51)
#130825
(19,8,37)
#0A0417
(10,4,23)
#000000
(0,0,0)

Tints of #642CA3

#642CA3
(100,44,163)
#723FAB
(114,63,171)
#8052B3
(128,82,179)
#8E65BB
(142,101,187)
#9C78C3
(156,120,195)
#AA8BCB
(170,139,203)
#B89ED3
(184,158,211)
#C6B1DB
(198,177,219)
#D4C4E3
(212,196,227)
#E2D7EB
(226,215,235)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #642CA3 color. Also use rgb(100,44,163) instead hex code.

Text Font Color

.myTextColor { color: #642CA3; }

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

This text font color is #642CA3.


Background Color

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

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

This div background color is #642CA3.


Border color

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

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

This div border color is #642CA3.


Opacity

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

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

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

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

This text has shadow with #642CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #642CA3 on black background.


Color preview on white background

This text has color #642CA3 on white background.



Black color preview on #642CA3 background

This text has black color on #642CA3 background.


White color preview on #642CA3 background

This text has white color on #642CA3 background.