COLOR #64407D

HEX: #64407D
RGB: (100,64,125)

Color info

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

RGB color model

#64407D color RGB value is (100,64,125).

  • red value is 100;
  • green value is 64;
  • blue value is 125.
RGB:
(100,64,125)
(39%,25%,49%)

RGB channels and saturation

R 100 of 255 = 39%
G 64 of 255 = 25%
B 125 of 255 = 49%

100
64
125

R + G + B ~ 38%. #64407D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 64 + 125 = 289 (100%)
R 100 of 289 ~ 34.6%
G 64 of 289 ~ 22.15%
B 125 of 289 ~ 43.25%

%34.6
%22.15
%43.25

CMYK color model

#64407D color CMYK value is (20,49,0,51).

  • cyan value is 20.00%
  • magenta value is 48.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(20,49,0,51)
C20M49Y0K51 
(20%,49%,0%,51%)
(0.20/0.49/0.00/0.51)	

CMYK percentages

%20
%48.8
%0
%50.98

Codes

Color #64407D in popluar color models

64407D
RGB10064125
HSL275°32.28%37.06%
HSB/HSV275°48.80%49.02%
CMYK20.00%48.80%0.00%
50.98%

Color #64407D in popluar number systems.

HEX64407D
Decimal10064125
Binary110010010000001111101
Octal144100175

Shades and tints

Shades of #64407D

#64407D
(100,64,125)
#5B3B72
(91,59,114)
#523667
(82,54,103)
#49315C
(73,49,92)
#402C51
(64,44,81)
#372746
(55,39,70)
#2E223B
(46,34,59)
#251D30
(37,29,48)
#1C1825
(28,24,37)
#13131A
(19,19,26)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #64407D

#64407D
(100,64,125)
#725188
(114,81,136)
#806293
(128,98,147)
#8E739E
(142,115,158)
#9C84A9
(156,132,169)
#AA95B4
(170,149,180)
#B8A6BF
(184,166,191)
#C6B7CA
(198,183,202)
#D4C8D5
(212,200,213)
#E2D9E0
(226,217,224)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64407D color. Also use rgb(100,64,125) instead hex code.

Text Font Color

.myTextColor { color: #64407D; }

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

This text font color is #64407D.


Background Color

.myBgColor { background-color: #64407D; }

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

This div background color is #64407D.


Border color

.myBorderColor { border: 1px solid #64407D; }

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

This div border color is #64407D.


Opacity

.myOpacity80 { color: #64407D; opacity: 0.8; }

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

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

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

This text has shadow with #64407D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64407D on black background.


Color preview on white background

This text has color #64407D on white background.



Black color preview on #64407D background

This text has black color on #64407D background.


White color preview on #64407D background

This text has white color on #64407D background.