COLOR #7F63AC

HEX: #7F63AC
RGB: (127,99,172)

Color info

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

RGB color model

#7F63AC color RGB value is (127,99,172).

  • red value is 127;
  • green value is 99;
  • blue value is 172.
RGB:
(127,99,172)
(50%,39%,67%)

RGB channels and saturation

R 127 of 255 = 50%
G 99 of 255 = 39%
B 172 of 255 = 67%

127
99
172

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

Portions of RGB colors in percentages

R + G + B =
127 + 99 + 172 = 398 (100%)
R 127 of 398 ~ 31.91%
G 99 of 398 ~ 24.87%
B 172 of 398 ~ 43.22%

%31.91
%24.87
%43.22

CMYK color model

#7F63AC color CMYK value is (26,42,0,33).

  • cyan value is 26.16%
  • magenta value is 42.44%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(26,42,0,33)
C26M42Y0K33 
(26%,42%,0%,33%)
(0.26/0.42/0.00/0.33)	

CMYK percentages

%26.16
%42.44
%0
%32.55

Codes

Color #7F63AC in popluar color models

7F63AC
RGB12799172
HSL263°30.54%53.14%
HSB/HSV263°42.44%67.45%
CMYK26.16%42.44%0.00%
32.55%

Color #7F63AC in popluar number systems.

HEX7F63AC
Decimal12799172
Binary1111111110001110101100
Octal177143254

Shades and tints

Shades of #7F63AC

#7F63AC
(127,99,172)
#745A9D
(116,90,157)
#69518E
(105,81,142)
#5E487F
(94,72,127)
#533F70
(83,63,112)
#483661
(72,54,97)
#3D2D52
(61,45,82)
#322443
(50,36,67)
#271B34
(39,27,52)
#1C1225
(28,18,37)
#110916
(17,9,22)
#000000
(0,0,0)

Tints of #7F63AC

#7F63AC
(127,99,172)
#8A71B3
(138,113,179)
#957FBA
(149,127,186)
#A08DC1
(160,141,193)
#AB9BC8
(171,155,200)
#B6A9CF
(182,169,207)
#C1B7D6
(193,183,214)
#CCC5DD
(204,197,221)
#D7D3E4
(215,211,228)
#E2E1EB
(226,225,235)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F63AC color. Also use rgb(127,99,172) instead hex code.

Text Font Color

.myTextColor { color: #7F63AC; }

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

This text font color is #7F63AC.


Background Color

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

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

This div background color is #7F63AC.


Border color

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

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

This div border color is #7F63AC.


Opacity

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

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

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

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

This text has shadow with #7F63AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F63AC on black background.


Color preview on white background

This text has color #7F63AC on white background.



Black color preview on #7F63AC background

This text has black color on #7F63AC background.


White color preview on #7F63AC background

This text has white color on #7F63AC background.