COLOR #7E35A7

HEX: #7E35A7
RGB: (126,53,167)

Renk bilgisi

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

RGB renk modeli

#7E35A7 color RGB value is (126,53,167).

  • kırmız ton 126;
  • yeşil ton 53;
  • mavi ton 167.
RGB:
(126,53,167)
(49%,21%,65%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 53 of 255 = 21%
B 167 of 255 = 65%

126
53
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 53 + 167 = 346 (100%)
R 126 of 346 ~ 36.42%
G 53 of 346 ~ 15.32%
B 167 of 346 ~ 48.27%

%36.42
%15.32
%48.27

CMYK RENK MODELİ

#7E35A7 rengi CMYK tonu (25,68,0,35).

  • camgöbeği tonu 24.55%
  • eflatun tonu 68.26%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(25,68,0,35)
C25M68Y0K35 
(25%,68%,0%,35%)
(0.25/0.68/0.00/0.35)	

CMYK yüzdeleri

%24.55
%68.26
%0
%34.51

Codes

Color #7E35A7 in popluar color models

7E35A7
RGB12653167
HSL278°51.82%43.14%
HSB/HSV278°68.26%65.49%
CMYK24.55%68.26%0.00%
34.51%

Color #7E35A7 in popluar number systems.

HEX7E35A7
Decimal12653167
Binary111111011010110100111
Octal17665247

Shades and tints

Shades of #7E35A7

#7E35A7
(126,53,167)
#733198
(115,49,152)
#682D89
(104,45,137)
#5D297A
(93,41,122)
#52256B
(82,37,107)
#47215C
(71,33,92)
#3C1D4D
(60,29,77)
#31193E
(49,25,62)
#26152F
(38,21,47)
#1B1120
(27,17,32)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #7E35A7

#7E35A7
(126,53,167)
#8947AF
(137,71,175)
#9459B7
(148,89,183)
#9F6BBF
(159,107,191)
#AA7DC7
(170,125,199)
#B58FCF
(181,143,207)
#C0A1D7
(192,161,215)
#CBB3DF
(203,179,223)
#D6C5E7
(214,197,231)
#E1D7EF
(225,215,239)
#ECE9F7
(236,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E35A7 color. Also use rgb(126,53,167) instead hex code.

Text Font Color

.myTextColor { color: #7E35A7; }

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

This text font color is #7E35A7.


Background Color

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

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

This div background color is #7E35A7.


Border color

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

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

This div border color is #7E35A7.


Opacity

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

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

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

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

This text has shadow with #7E35A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E35A7 on black background.


Color preview on white background

This text has color #7E35A7 on white background.



Black color preview on #7E35A7 background

This text has black color on #7E35A7 background.


White color preview on #7E35A7 background

This text has white color on #7E35A7 background.