COLOR #7E63A6

HEX: #7E63A6
RGB: (126,99,166)

Renk bilgisi

#7E63A6 contains mainly red and blue colors. #7E63A6 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#7E63A6 color RGB value is (126,99,166).

  • kırmız ton 126;
  • yeşil ton 99;
  • mavi ton 166.
RGB:
(126,99,166)
(49%,39%,65%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 99 of 255 = 39%
B 166 of 255 = 65%

126
99
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 99 + 166 = 391 (100%)
R 126 of 391 ~ 32.23%
G 99 of 391 ~ 25.32%
B 166 of 391 ~ 42.46%

%32.23
%25.32
%42.46

CMYK RENK MODELİ

#7E63A6 rengi CMYK tonu (24,40,0,35).

  • camgöbeği tonu 24.10%
  • eflatun tonu 40.36%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(24,40,0,35)
C24M40Y0K35 
(24%,40%,0%,35%)
(0.24/0.40/0.00/0.35)	

CMYK yüzdeleri

%24.1
%40.36
%0
%34.9

Codes

Color #7E63A6 in popluar color models

7E63A6
RGB12699166
HSL264°27.35%51.96%
HSB/HSV264°40.36%65.10%
CMYK24.10%40.36%0.00%
34.90%

Color #7E63A6 in popluar number systems.

HEX7E63A6
Decimal12699166
Binary1111110110001110100110
Octal176143246

Shades and tints

Shades of #7E63A6

#7E63A6
(126,99,166)
#735A97
(115,90,151)
#685188
(104,81,136)
#5D4879
(93,72,121)
#523F6A
(82,63,106)
#47365B
(71,54,91)
#3C2D4C
(60,45,76)
#31243D
(49,36,61)
#261B2E
(38,27,46)
#1B121F
(27,18,31)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #7E63A6

#7E63A6
(126,99,166)
#8971AE
(137,113,174)
#947FB6
(148,127,182)
#9F8DBE
(159,141,190)
#AA9BC6
(170,155,198)
#B5A9CE
(181,169,206)
#C0B7D6
(192,183,214)
#CBC5DE
(203,197,222)
#D6D3E6
(214,211,230)
#E1E1EE
(225,225,238)
#ECEFF6
(236,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E63A6; }

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

This text font color is #7E63A6.


Background Color

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

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

This div background color is #7E63A6.


Border color

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

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

This div border color is #7E63A6.


Opacity

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

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

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

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

This text has shadow with #7E63A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E63A6 on black background.


Color preview on white background

This text has color #7E63A6 on white background.



Black color preview on #7E63A6 background

This text has black color on #7E63A6 background.


White color preview on #7E63A6 background

This text has white color on #7E63A6 background.