COLOR #7E3478

HEX: #7E3478
RGB: (126,52,120)

Renk bilgisi

#7E3478 contains mainly red and blue colors. #7E3478 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#7E3478 color RGB value is (126,52,120).

  • kırmız ton 126;
  • yeşil ton 52;
  • mavi ton 120.
RGB:
(126,52,120)
(49%,20%,47%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 52 of 255 = 20%
B 120 of 255 = 47%

126
52
120

R + G + B ~ 39%. #7E3478 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 52 + 120 = 298 (100%)
R 126 of 298 ~ 42.28%
G 52 of 298 ~ 17.45%
B 120 of 298 ~ 40.27%

%42.28
%17.45
%40.27

CMYK RENK MODELİ

#7E3478 rengi CMYK tonu (0,59,5,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.73%
  • sarı tonu 4.76%
  • ana renk tonu 50.59%
CMYK:
(0,59,5,51)
C0M59Y5K51 
(0%,59%,5%,51%)
(0.00/0.59/0.05/0.51)	

CMYK yüzdeleri

%0
%58.73
%4.76
%50.59

Codes

Color #7E3478 in popluar color models

7E3478
RGB12652120
HSL305°41.57%34.90%
HSB/HSV305°58.73%49.41%
CMYK0.00%58.73%4.76%
50.59%

Color #7E3478 in popluar number systems.

HEX7E3478
Decimal12652120
Binary11111101101001111000
Octal17664170

Shades and tints

Shades of #7E3478

#7E3478
(126,52,120)
#73306E
(115,48,110)
#682C64
(104,44,100)
#5D285A
(93,40,90)
#522450
(82,36,80)
#472046
(71,32,70)
#3C1C3C
(60,28,60)
#311832
(49,24,50)
#261428
(38,20,40)
#1B101E
(27,16,30)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #7E3478

#7E3478
(126,52,120)
#894684
(137,70,132)
#945890
(148,88,144)
#9F6A9C
(159,106,156)
#AA7CA8
(170,124,168)
#B58EB4
(181,142,180)
#C0A0C0
(192,160,192)
#CBB2CC
(203,178,204)
#D6C4D8
(214,196,216)
#E1D6E4
(225,214,228)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3478 color. Also use rgb(126,52,120) instead hex code.

Text Font Color

.myTextColor { color: #7E3478; }

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

This text font color is #7E3478.


Background Color

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

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

This div background color is #7E3478.


Border color

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

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

This div border color is #7E3478.


Opacity

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

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

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

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

This text has shadow with #7E3478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3478 on black background.


Color preview on white background

This text has color #7E3478 on white background.



Black color preview on #7E3478 background

This text has black color on #7E3478 background.


White color preview on #7E3478 background

This text has white color on #7E3478 background.