COLOR #7F64AF

HEX: #7F64AF
RGB: (127,100,175)

Color info

#7F64AF contains mainly red and blue colors. Web safe color of #7F64AF is #666699 (or #669).

RGB color model

#7F64AF color RGB value is (127,100,175).

  • red value is 127;
  • green value is 100;
  • blue value is 175.
RGB:
(127,100,175)
(50%,39%,69%)

RGB channels and saturation

R 127 of 255 = 50%
G 100 of 255 = 39%
B 175 of 255 = 69%

127
100
175

R + G + B ~ 53%. #7F64AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 100 + 175 = 402 (100%)
R 127 of 402 ~ 31.59%
G 100 of 402 ~ 24.88%
B 175 of 402 ~ 43.53%

%31.59
%24.88
%43.53

CMYK color model

#7F64AF color CMYK value is (27,43,0,31).

  • cyan value is 27.43%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(27,43,0,31)
C27M43Y0K31 
(27%,43%,0%,31%)
(0.27/0.43/0.00/0.31)	

CMYK percentages

%27.43
%42.86
%0
%31.37

Codes

Color #7F64AF in popluar color models

7F64AF
RGB127100175
HSL262°31.91%53.92%
HSB/HSV262°42.86%68.63%
CMYK27.43%42.86%0.00%
31.37%

Color #7F64AF in popluar number systems.

HEX7F64AF
Decimal127100175
Binary1111111110010010101111
Octal177144257

Shades and tints

Shades of #7F64AF

#7F64AF
(127,100,175)
#745BA0
(116,91,160)
#695291
(105,82,145)
#5E4982
(94,73,130)
#534073
(83,64,115)
#483764
(72,55,100)
#3D2E55
(61,46,85)
#322546
(50,37,70)
#271C37
(39,28,55)
#1C1328
(28,19,40)
#110A19
(17,10,25)
#000000
(0,0,0)

Tints of #7F64AF

#7F64AF
(127,100,175)
#8A72B6
(138,114,182)
#9580BD
(149,128,189)
#A08EC4
(160,142,196)
#AB9CCB
(171,156,203)
#B6AAD2
(182,170,210)
#C1B8D9
(193,184,217)
#CCC6E0
(204,198,224)
#D7D4E7
(215,212,231)
#E2E2EE
(226,226,238)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F64AF color. Also use rgb(127,100,175) instead hex code.

Text Font Color

.myTextColor { color: #7F64AF; }

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

This text font color is #7F64AF.


Background Color

.myBgColor { background-color: #7F64AF; }

<div style="background-color:#7F64AF">Inner text</div>

This div background color is #7F64AF.


Border color

.myBorderColor { border: 1px solid #7F64AF; }

<div style="border:3px solid #7F64AF">Div</div>

This div border color is #7F64AF.


Opacity

.myOpacity80 { color: #7F64AF; opacity: 0.8; }

<p style="color:#7F64AF;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F64AF color.

.textShadow {text-shadow: 3px 3px 1px #7F64AF, 3px 3px 1px red;}

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

This text has shadow with #7F64AF primary color and red secondary color.


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

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

This text has shadow with #7F64AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F64AF on black background.


Color preview on white background

This text has color #7F64AF on white background.



Black color preview on #7F64AF background

This text has black color on #7F64AF background.


White color preview on #7F64AF background

This text has white color on #7F64AF background.