COLOR #7E4381

HEX: #7E4381
RGB: (126,67,129)

Renk bilgisi

#7E4381 contains mainly red and blue colors. #7E4381 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#7E4381 color RGB value is (126,67,129).

  • kırmız ton 126;
  • yeşil ton 67;
  • mavi ton 129.
RGB:
(126,67,129)
(49%,26%,51%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 67 of 255 = 26%
B 129 of 255 = 51%

126
67
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 67 + 129 = 322 (100%)
R 126 of 322 ~ 39.13%
G 67 of 322 ~ 20.81%
B 129 of 322 ~ 40.06%

%39.13
%20.81
%40.06

CMYK RENK MODELİ

#7E4381 rengi CMYK tonu (2,48,0,49).

  • camgöbeği tonu 2.33%
  • eflatun tonu 48.06%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(2,48,0,49)
C2M48Y0K49 
(2%,48%,0%,49%)
(0.02/0.48/0.00/0.49)	

CMYK yüzdeleri

%2.33
%48.06
%0
%49.41

Codes

Color #7E4381 in popluar color models

7E4381
RGB12667129
HSL297°31.63%38.43%
HSB/HSV297°48.06%50.59%
CMYK2.33%48.06%0.00%
49.41%

Color #7E4381 in popluar number systems.

HEX7E4381
Decimal12667129
Binary1111110100001110000001
Octal176103201

Shades and tints

Shades of #7E4381

#7E4381
(126,67,129)
#733D76
(115,61,118)
#68376B
(104,55,107)
#5D3160
(93,49,96)
#522B55
(82,43,85)
#47254A
(71,37,74)
#3C1F3F
(60,31,63)
#311934
(49,25,52)
#261329
(38,19,41)
#1B0D1E
(27,13,30)
#100713
(16,7,19)
#000000
(0,0,0)

Tints of #7E4381

#7E4381
(126,67,129)
#89548C
(137,84,140)
#946597
(148,101,151)
#9F76A2
(159,118,162)
#AA87AD
(170,135,173)
#B598B8
(181,152,184)
#C0A9C3
(192,169,195)
#CBBACE
(203,186,206)
#D6CBD9
(214,203,217)
#E1DCE4
(225,220,228)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4381 color. Also use rgb(126,67,129) instead hex code.

Text Font Color

.myTextColor { color: #7E4381; }

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

This text font color is #7E4381.


Background Color

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

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

This div background color is #7E4381.


Border color

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

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

This div border color is #7E4381.


Opacity

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

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

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

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

This text has shadow with #7E4381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4381 on black background.


Color preview on white background

This text has color #7E4381 on white background.



Black color preview on #7E4381 background

This text has black color on #7E4381 background.


White color preview on #7E4381 background

This text has white color on #7E4381 background.