COLOR #7E418D

HEX: #7E418D
RGB: (126,65,141)

Renk bilgisi

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

RGB renk modeli

#7E418D color RGB value is (126,65,141).

  • kırmız ton 126;
  • yeşil ton 65;
  • mavi ton 141.
RGB:
(126,65,141)
(49%,25%,55%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 65 of 255 = 25%
B 141 of 255 = 55%

126
65
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 65 + 141 = 332 (100%)
R 126 of 332 ~ 37.95%
G 65 of 332 ~ 19.58%
B 141 of 332 ~ 42.47%

%37.95
%19.58
%42.47

CMYK RENK MODELİ

#7E418D rengi CMYK tonu (11,54,0,45).

  • camgöbeği tonu 10.64%
  • eflatun tonu 53.90%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(11,54,0,45)
C11M54Y0K45 
(11%,54%,0%,45%)
(0.11/0.54/0.00/0.45)	

CMYK yüzdeleri

%10.64
%53.9
%0
%44.71

Codes

Color #7E418D in popluar color models

7E418D
RGB12665141
HSL288°36.89%40.39%
HSB/HSV288°53.90%55.29%
CMYK10.64%53.90%0.00%
44.71%

Color #7E418D in popluar number systems.

HEX7E418D
Decimal12665141
Binary1111110100000110001101
Octal176101215

Shades and tints

Shades of #7E418D

#7E418D
(126,65,141)
#733C81
(115,60,129)
#683775
(104,55,117)
#5D3269
(93,50,105)
#522D5D
(82,45,93)
#472851
(71,40,81)
#3C2345
(60,35,69)
#311E39
(49,30,57)
#26192D
(38,25,45)
#1B1421
(27,20,33)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #7E418D

#7E418D
(126,65,141)
#895297
(137,82,151)
#9463A1
(148,99,161)
#9F74AB
(159,116,171)
#AA85B5
(170,133,181)
#B596BF
(181,150,191)
#C0A7C9
(192,167,201)
#CBB8D3
(203,184,211)
#D6C9DD
(214,201,221)
#E1DAE7
(225,218,231)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E418D color. Also use rgb(126,65,141) instead hex code.

Text Font Color

.myTextColor { color: #7E418D; }

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

This text font color is #7E418D.


Background Color

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

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

This div background color is #7E418D.


Border color

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

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

This div border color is #7E418D.


Opacity

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

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

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

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

This text has shadow with #7E418D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E418D on black background.


Color preview on white background

This text has color #7E418D on white background.



Black color preview on #7E418D background

This text has black color on #7E418D background.


White color preview on #7E418D background

This text has white color on #7E418D background.