COLOR #7F3481

HEX: #7F3481
RGB: (127,52,129)

Renk bilgisi

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

RGB renk modeli

#7F3481 color RGB value is (127,52,129).

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

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 52 of 255 = 20%
B 129 of 255 = 51%

127
52
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 52 + 129 = 308 (100%)
R 127 of 308 ~ 41.23%
G 52 of 308 ~ 16.88%
B 129 of 308 ~ 41.88%

%41.23
%16.88
%41.88

CMYK RENK MODELİ

#7F3481 rengi CMYK tonu (2,60,0,49).

  • camgöbeği tonu 1.55%
  • eflatun tonu 59.69%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(2,60,0,49)
C2M60Y0K49 
(2%,60%,0%,49%)
(0.02/0.60/0.00/0.49)	

CMYK yüzdeleri

%1.55
%59.69
%0
%49.41

Codes

Color #7F3481 in popluar color models

7F3481
RGB12752129
HSL298°42.54%35.49%
HSB/HSV298°59.69%50.59%
CMYK1.55%59.69%0.00%
49.41%

Color #7F3481 in popluar number systems.

HEX7F3481
Decimal12752129
Binary111111111010010000001
Octal17764201

Shades and tints

Shades of #7F3481

#7F3481
(127,52,129)
#743076
(116,48,118)
#692C6B
(105,44,107)
#5E2860
(94,40,96)
#532455
(83,36,85)
#48204A
(72,32,74)
#3D1C3F
(61,28,63)
#321834
(50,24,52)
#271429
(39,20,41)
#1C101E
(28,16,30)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #7F3481

#7F3481
(127,52,129)
#8A468C
(138,70,140)
#955897
(149,88,151)
#A06AA2
(160,106,162)
#AB7CAD
(171,124,173)
#B68EB8
(182,142,184)
#C1A0C3
(193,160,195)
#CCB2CE
(204,178,206)
#D7C4D9
(215,196,217)
#E2D6E4
(226,214,228)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F3481; }

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

This text font color is #7F3481.


Background Color

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

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

This div background color is #7F3481.


Border color

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

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

This div border color is #7F3481.


Opacity

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

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

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

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

This text has shadow with #7F3481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3481 on black background.


Color preview on white background

This text has color #7F3481 on white background.



Black color preview on #7F3481 background

This text has black color on #7F3481 background.


White color preview on #7F3481 background

This text has white color on #7F3481 background.