COLOR #7E42A1

HEX: #7E42A1
RGB: (126,66,161)

Renk bilgisi

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

RGB renk modeli

#7E42A1 color RGB value is (126,66,161).

  • kırmız ton 126;
  • yeşil ton 66;
  • mavi ton 161.
RGB:
(126,66,161)
(49%,26%,63%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 66 of 255 = 26%
B 161 of 255 = 63%

126
66
161

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 66 + 161 = 353 (100%)
R 126 of 353 ~ 35.69%
G 66 of 353 ~ 18.7%
B 161 of 353 ~ 45.61%

%35.69
%18.7
%45.61

CMYK RENK MODELİ

#7E42A1 rengi CMYK tonu (22,59,0,37).

  • camgöbeği tonu 21.74%
  • eflatun tonu 59.01%
  • sarı tonu 0.00%
  • ana renk tonu 36.86%
CMYK:
(22,59,0,37)
C22M59Y0K37 
(22%,59%,0%,37%)
(0.22/0.59/0.00/0.37)	

CMYK yüzdeleri

%21.74
%59.01
%0
%36.86

Codes

Color #7E42A1 in popluar color models

7E42A1
RGB12666161
HSL278°41.85%44.51%
HSB/HSV278°59.01%63.14%
CMYK21.74%59.01%0.00%
36.86%

Color #7E42A1 in popluar number systems.

HEX7E42A1
Decimal12666161
Binary1111110100001010100001
Octal176102241

Shades and tints

Shades of #7E42A1

#7E42A1
(126,66,161)
#733C93
(115,60,147)
#683685
(104,54,133)
#5D3077
(93,48,119)
#522A69
(82,42,105)
#47245B
(71,36,91)
#3C1E4D
(60,30,77)
#31183F
(49,24,63)
#261231
(38,18,49)
#1B0C23
(27,12,35)
#100615
(16,6,21)
#000000
(0,0,0)

Tints of #7E42A1

#7E42A1
(126,66,161)
#8953A9
(137,83,169)
#9464B1
(148,100,177)
#9F75B9
(159,117,185)
#AA86C1
(170,134,193)
#B597C9
(181,151,201)
#C0A8D1
(192,168,209)
#CBB9D9
(203,185,217)
#D6CAE1
(214,202,225)
#E1DBE9
(225,219,233)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E42A1 color. Also use rgb(126,66,161) instead hex code.

Text Font Color

.myTextColor { color: #7E42A1; }

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

This text font color is #7E42A1.


Background Color

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

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

This div background color is #7E42A1.


Border color

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

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

This div border color is #7E42A1.


Opacity

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

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

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

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

This text has shadow with #7E42A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E42A1 on black background.


Color preview on white background

This text has color #7E42A1 on white background.



Black color preview on #7E42A1 background

This text has black color on #7E42A1 background.


White color preview on #7E42A1 background

This text has white color on #7E42A1 background.