COLOR #7F4EDD

HEX: #7F4EDD
RGB: (127,78,221)

Renk bilgisi

#7F4EDD contains mainly blue color. #7F4EDD ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#7F4EDD color RGB value is (127,78,221).

  • kırmız ton 127;
  • yeşil ton 78;
  • mavi ton 221.
RGB:
(127,78,221)
(50%,31%,87%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 78 of 255 = 31%
B 221 of 255 = 87%

127
78
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 78 + 221 = 426 (100%)
R 127 of 426 ~ 29.81%
G 78 of 426 ~ 18.31%
B 221 of 426 ~ 51.88%

%29.81
%18.31
%51.88

CMYK RENK MODELİ

#7F4EDD rengi CMYK tonu (43,65,0,13).

  • camgöbeği tonu 42.53%
  • eflatun tonu 64.71%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(43,65,0,13)
C43M65Y0K13 
(43%,65%,0%,13%)
(0.43/0.65/0.00/0.13)	

CMYK yüzdeleri

%42.53
%64.71
%0
%13.33

Codes

Color #7F4EDD in popluar color models

7F4EDD
RGB12778221
HSL261°67.77%58.63%
HSB/HSV261°64.71%86.67%
CMYK42.53%64.71%0.00%
13.33%

Color #7F4EDD in popluar number systems.

HEX7F4EDD
Decimal12778221
Binary1111111100111011011101
Octal177116335

Shades and tints

Shades of #7F4EDD

#7F4EDD
(127,78,221)
#7447C9
(116,71,201)
#6940B5
(105,64,181)
#5E39A1
(94,57,161)
#53328D
(83,50,141)
#482B79
(72,43,121)
#3D2465
(61,36,101)
#321D51
(50,29,81)
#27163D
(39,22,61)
#1C0F29
(28,15,41)
#110815
(17,8,21)
#000000
(0,0,0)

Tints of #7F4EDD

#7F4EDD
(127,78,221)
#8A5EE0
(138,94,224)
#956EE3
(149,110,227)
#A07EE6
(160,126,230)
#AB8EE9
(171,142,233)
#B69EEC
(182,158,236)
#C1AEEF
(193,174,239)
#CCBEF2
(204,190,242)
#D7CEF5
(215,206,245)
#E2DEF8
(226,222,248)
#EDEEFB
(237,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4EDD color. Also use rgb(127,78,221) instead hex code.

Text Font Color

.myTextColor { color: #7F4EDD; }

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

This text font color is #7F4EDD.


Background Color

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

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

This div background color is #7F4EDD.


Border color

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

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

This div border color is #7F4EDD.


Opacity

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

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

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

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

This text has shadow with #7F4EDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4EDD on black background.


Color preview on white background

This text has color #7F4EDD on white background.



Black color preview on #7F4EDD background

This text has black color on #7F4EDD background.


White color preview on #7F4EDD background

This text has white color on #7F4EDD background.