COLOR #7F4D81

HEX: #7F4D81
RGB: (127,77,129)

Renk bilgisi

#7F4D81 contains red, green and blue colors in about the same proportion. #7F4D81 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#7F4D81 color RGB value is (127,77,129).

  • kırmız ton 127;
  • yeşil ton 77;
  • mavi ton 129.
RGB:
(127,77,129)
(50%,30%,51%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 77 of 255 = 30%
B 129 of 255 = 51%

127
77
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 77 + 129 = 333 (100%)
R 127 of 333 ~ 38.14%
G 77 of 333 ~ 23.12%
B 129 of 333 ~ 38.74%

%38.14
%23.12
%38.74

CMYK RENK MODELİ

#7F4D81 rengi CMYK tonu (2,40,0,49).

  • camgöbeği tonu 1.55%
  • eflatun tonu 40.31%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(2,40,0,49)
C2M40Y0K49 
(2%,40%,0%,49%)
(0.02/0.40/0.00/0.49)	

CMYK yüzdeleri

%1.55
%40.31
%0
%49.41

Codes

Color #7F4D81 in popluar color models

7F4D81
RGB12777129
HSL298°25.24%40.39%
HSB/HSV298°40.31%50.59%
CMYK1.55%40.31%0.00%
49.41%

Color #7F4D81 in popluar number systems.

HEX7F4D81
Decimal12777129
Binary1111111100110110000001
Octal177115201

Shades and tints

Shades of #7F4D81

#7F4D81
(127,77,129)
#744676
(116,70,118)
#693F6B
(105,63,107)
#5E3860
(94,56,96)
#533155
(83,49,85)
#482A4A
(72,42,74)
#3D233F
(61,35,63)
#321C34
(50,28,52)
#271529
(39,21,41)
#1C0E1E
(28,14,30)
#110713
(17,7,19)
#000000
(0,0,0)

Tints of #7F4D81

#7F4D81
(127,77,129)
#8A5D8C
(138,93,140)
#956D97
(149,109,151)
#A07DA2
(160,125,162)
#AB8DAD
(171,141,173)
#B69DB8
(182,157,184)
#C1ADC3
(193,173,195)
#CCBDCE
(204,189,206)
#D7CDD9
(215,205,217)
#E2DDE4
(226,221,228)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4D81 color. Also use rgb(127,77,129) instead hex code.

Text Font Color

.myTextColor { color: #7F4D81; }

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

This text font color is #7F4D81.


Background Color

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

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

This div background color is #7F4D81.


Border color

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

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

This div border color is #7F4D81.


Opacity

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

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

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

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

This text has shadow with #7F4D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4D81 on black background.


Color preview on white background

This text has color #7F4D81 on white background.



Black color preview on #7F4D81 background

This text has black color on #7F4D81 background.


White color preview on #7F4D81 background

This text has white color on #7F4D81 background.