COLOR #7F0586

HEX: #7F0586
RGB: (127,5,134)

Renk bilgisi

#7F0586 contains mainly red and blue colors. #7F0586 ‘ nin web güvenlik rengi #660099 (ya da #609) dir.

RGB renk modeli

#7F0586 color RGB value is (127,5,134).

  • kırmız ton 127;
  • yeşil ton 5;
  • mavi ton 134.
RGB:
(127,5,134)
(50%,2%,53%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 5 of 255 = 2%
B 134 of 255 = 53%

127
5
134

R + G + B ~ 35%. #7F0586 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 5 + 134 = 266 (100%)
R 127 of 266 ~ 47.74%
G 5 of 266 ~ 1.88%
B 134 of 266 ~ 50.38%

%47.74
%50.38

CMYK RENK MODELİ

#7F0586 rengi CMYK tonu (5,96,0,47).

  • camgöbeği tonu 5.22%
  • eflatun tonu 96.27%
  • sarı tonu 0.00%
  • ana renk tonu 47.45%
CMYK:
(5,96,0,47)
C5M96Y0K47 
(5%,96%,0%,47%)
(0.05/0.96/0.00/0.47)	

CMYK yüzdeleri

%5.22
%96.27
%0
%47.45

Codes

Color #7F0586 in popluar color models

7F0586
RGB1275134
HSL297°92.81%27.25%
HSB/HSV297°96.27%52.55%
CMYK5.22%96.27%0.00%
47.45%

Color #7F0586 in popluar number systems.

HEX7F0586
Decimal1275134
Binary111111110110000110
Octal1775206

Shades and tints

Shades of #7F0586

#7F0586
(127,5,134)
#74057A
(116,5,122)
#69056E
(105,5,110)
#5E0562
(94,5,98)
#530556
(83,5,86)
#48054A
(72,5,74)
#3D053E
(61,5,62)
#320532
(50,5,50)
#270526
(39,5,38)
#1C051A
(28,5,26)
#11050E
(17,5,14)
#000000
(0,0,0)

Tints of #7F0586

#7F0586
(127,5,134)
#8A1B91
(138,27,145)
#95319C
(149,49,156)
#A047A7
(160,71,167)
#AB5DB2
(171,93,178)
#B673BD
(182,115,189)
#C189C8
(193,137,200)
#CC9FD3
(204,159,211)
#D7B5DE
(215,181,222)
#E2CBE9
(226,203,233)
#EDE1F4
(237,225,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F0586 color. Also use rgb(127,5,134) instead hex code.

Text Font Color

.myTextColor { color: #7F0586; }

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

This text font color is #7F0586.


Background Color

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

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

This div background color is #7F0586.


Border color

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

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

This div border color is #7F0586.


Opacity

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

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

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

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

This text has shadow with #7F0586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F0586 on black background.


Color preview on white background

This text has color #7F0586 on white background.



Black color preview on #7F0586 background

This text has black color on #7F0586 background.


White color preview on #7F0586 background

This text has white color on #7F0586 background.