COLOR #7F007F

HEX: #7F007F
RGB: (127,0,127)

Renk bilgisi

#7F007F contains only red and blue colors. #7F007F ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#7F007F color RGB value is (127,0,127).

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

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 0 of 255 = 0%
B 127 of 255 = 50%

127
0
127

R + G + B ~ 33%. #7F007F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 0 + 127 = 254 (100%)
R 127 of 254 ~ 50%
G 0 of 254 ~ 0%
B 127 of 254 ~ 50%

%50
%50

CMYK RENK MODELİ

#7F007F rengi CMYK tonu (0,100,0,50).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(0,100,0,50)
C0M100Y0K50 
(0%,100%,0%,50%)
(0.00/1.00/0.00/0.50)	

CMYK yüzdeleri

%0
%100
%0
%50.2

Codes

Color #7F007F in popluar color models

7F007F
RGB1270127
HSL300°100.00%24.90%
HSB/HSV300°100.00%49.80%
CMYK0.00%100.00%0.00%
50.20%

Color #7F007F in popluar number systems.

HEX7F007F
Decimal1270127
Binary111111101111111
Octal1770177

Shades and tints

Shades of #7F007F

#7F007F
(127,0,127)
#740074
(116,0,116)
#690069
(105,0,105)
#5E005E
(94,0,94)
#530053
(83,0,83)
#480048
(72,0,72)
#3D003D
(61,0,61)
#320032
(50,0,50)
#270027
(39,0,39)
#1C001C
(28,0,28)
#110011
(17,0,17)
#000000
(0,0,0)

Tints of #7F007F

#7F007F
(127,0,127)
#8A178A
(138,23,138)
#952E95
(149,46,149)
#A045A0
(160,69,160)
#AB5CAB
(171,92,171)
#B673B6
(182,115,182)
#C18AC1
(193,138,193)
#CCA1CC
(204,161,204)
#D7B8D7
(215,184,215)
#E2CFE2
(226,207,226)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F007F; }

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

This text font color is #7F007F.


Background Color

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

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

This div background color is #7F007F.


Border color

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

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

This div border color is #7F007F.


Opacity

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

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

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

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

This text has shadow with #7F007F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F007F on black background.


Color preview on white background

This text has color #7F007F on white background.



Black color preview on #7F007F background

This text has black color on #7F007F background.


White color preview on #7F007F background

This text has white color on #7F007F background.