COLOR #7F51AA

HEX: #7F51AA
RGB: (127,81,170)

Color info

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

RGB color model

#7F51AA color RGB value is (127,81,170).

  • red value is 127;
  • green value is 81;
  • blue value is 170.
RGB:
(127,81,170)
(50%,32%,67%)

RGB channels and saturation

R 127 of 255 = 50%
G 81 of 255 = 32%
B 170 of 255 = 67%

127
81
170

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

Portions of RGB colors in percentages

R + G + B =
127 + 81 + 170 = 378 (100%)
R 127 of 378 ~ 33.6%
G 81 of 378 ~ 21.43%
B 170 of 378 ~ 44.97%

%33.6
%21.43
%44.97

CMYK color model

#7F51AA color CMYK value is (25,52,0,33).

  • cyan value is 25.29%
  • magenta value is 52.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(25,52,0,33)
C25M52Y0K33 
(25%,52%,0%,33%)
(0.25/0.52/0.00/0.33)	

CMYK percentages

%25.29
%52.35
%0
%33.33

Codes

Color #7F51AA in popluar color models

7F51AA
RGB12781170
HSL271°35.46%49.22%
HSB/HSV271°52.35%66.67%
CMYK25.29%52.35%0.00%
33.33%

Color #7F51AA in popluar number systems.

HEX7F51AA
Decimal12781170
Binary1111111101000110101010
Octal177121252

Shades and tints

Shades of #7F51AA

#7F51AA
(127,81,170)
#744A9B
(116,74,155)
#69438C
(105,67,140)
#5E3C7D
(94,60,125)
#53356E
(83,53,110)
#482E5F
(72,46,95)
#3D2750
(61,39,80)
#322041
(50,32,65)
#271932
(39,25,50)
#1C1223
(28,18,35)
#110B14
(17,11,20)
#000000
(0,0,0)

Tints of #7F51AA

#7F51AA
(127,81,170)
#8A60B1
(138,96,177)
#956FB8
(149,111,184)
#A07EBF
(160,126,191)
#AB8DC6
(171,141,198)
#B69CCD
(182,156,205)
#C1ABD4
(193,171,212)
#CCBADB
(204,186,219)
#D7C9E2
(215,201,226)
#E2D8E9
(226,216,233)
#EDE7F0
(237,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F51AA color. Also use rgb(127,81,170) instead hex code.

Text Font Color

.myTextColor { color: #7F51AA; }

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

This text font color is #7F51AA.


Background Color

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

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

This div background color is #7F51AA.


Border color

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

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

This div border color is #7F51AA.


Opacity

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

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

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

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

This text has shadow with #7F51AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F51AA on black background.


Color preview on white background

This text has color #7F51AA on white background.



Black color preview on #7F51AA background

This text has black color on #7F51AA background.


White color preview on #7F51AA background

This text has white color on #7F51AA background.