COLOR #7E63AE

HEX: #7E63AE
RGB: (126,99,174)

Color info

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

RGB color model

#7E63AE color RGB value is (126,99,174).

  • red value is 126;
  • green value is 99;
  • blue value is 174.
RGB:
(126,99,174)
(49%,39%,68%)

RGB channels and saturation

R 126 of 255 = 49%
G 99 of 255 = 39%
B 174 of 255 = 68%

126
99
174

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

Portions of RGB colors in percentages

R + G + B =
126 + 99 + 174 = 399 (100%)
R 126 of 399 ~ 31.58%
G 99 of 399 ~ 24.81%
B 174 of 399 ~ 43.61%

%31.58
%24.81
%43.61

CMYK color model

#7E63AE color CMYK value is (28,43,0,32).

  • cyan value is 27.59%
  • magenta value is 43.10%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(28,43,0,32)
C28M43Y0K32 
(28%,43%,0%,32%)
(0.28/0.43/0.00/0.32)	

CMYK percentages

%27.59
%43.1
%0
%31.76

Codes

Color #7E63AE in popluar color models

7E63AE
RGB12699174
HSL262°31.65%53.53%
HSB/HSV262°43.10%68.24%
CMYK27.59%43.10%0.00%
31.76%

Color #7E63AE in popluar number systems.

HEX7E63AE
Decimal12699174
Binary1111110110001110101110
Octal176143256

Shades and tints

Shades of #7E63AE

#7E63AE
(126,99,174)
#735A9F
(115,90,159)
#685190
(104,81,144)
#5D4881
(93,72,129)
#523F72
(82,63,114)
#473663
(71,54,99)
#3C2D54
(60,45,84)
#312445
(49,36,69)
#261B36
(38,27,54)
#1B1227
(27,18,39)
#100918
(16,9,24)
#000000
(0,0,0)

Tints of #7E63AE

#7E63AE
(126,99,174)
#8971B5
(137,113,181)
#947FBC
(148,127,188)
#9F8DC3
(159,141,195)
#AA9BCA
(170,155,202)
#B5A9D1
(181,169,209)
#C0B7D8
(192,183,216)
#CBC5DF
(203,197,223)
#D6D3E6
(214,211,230)
#E1E1ED
(225,225,237)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E63AE color. Also use rgb(126,99,174) instead hex code.

Text Font Color

.myTextColor { color: #7E63AE; }

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

This text font color is #7E63AE.


Background Color

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

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

This div background color is #7E63AE.


Border color

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

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

This div border color is #7E63AE.


Opacity

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

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

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

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

This text has shadow with #7E63AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E63AE on black background.


Color preview on white background

This text has color #7E63AE on white background.



Black color preview on #7E63AE background

This text has black color on #7E63AE background.


White color preview on #7E63AE background

This text has white color on #7E63AE background.