COLOR #51007F

HEX: #51007F
RGB: (81,0,127)

Renk bilgisi

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

RGB renk modeli

#51007F color RGB value is (81,0,127).

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

RGB bağlantıları ve doygunluk

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

81
0
127

R + G + B ~ 27%. #51007F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 0 + 127 = 208 (100%)
R 81 of 208 ~ 38.94%
G 0 of 208 ~ 0%
B 127 of 208 ~ 61.06%

%38.94
%61.06

CMYK RENK MODELİ

#51007F rengi CMYK tonu (36,100,0,50).

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

CMYK yüzdeleri

%36.22
%100
%0
%50.2

Codes

Color #51007F in popluar color models

51007F
RGB810127
HSL278°100.00%24.90%
HSB/HSV278°100.00%49.80%
CMYK36.22%100.00%0.00%
50.20%

Color #51007F in popluar number systems.

HEX51007F
Decimal810127
Binary101000101111111
Octal1210177

Shades and tints

Shades of #51007F

#51007F
(81,0,127)
#4A0074
(74,0,116)
#430069
(67,0,105)
#3C005E
(60,0,94)
#350053
(53,0,83)
#2E0048
(46,0,72)
#27003D
(39,0,61)
#200032
(32,0,50)
#190027
(25,0,39)
#12001C
(18,0,28)
#0B0011
(11,0,17)
#000000
(0,0,0)

Tints of #51007F

#51007F
(81,0,127)
#60178A
(96,23,138)
#6F2E95
(111,46,149)
#7E45A0
(126,69,160)
#8D5CAB
(141,92,171)
#9C73B6
(156,115,182)
#AB8AC1
(171,138,193)
#BAA1CC
(186,161,204)
#C9B8D7
(201,184,215)
#D8CFE2
(216,207,226)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51007F; }

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

This text font color is #51007F.


Background Color

.myBgColor { background-color: #51007F; }

<div style="background-color:#51007F">Inner text</div>

This div background color is #51007F.


Border color

.myBorderColor { border: 1px solid #51007F; }

<div style="border:3px solid #51007F">Div</div>

This div border color is #51007F.


Opacity

.myOpacity80 { color: #51007F; opacity: 0.8; }

<p style="color:#51007F;opacity:0.8;">80%</p>

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

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

This text has shadow with #51007F color.

.textShadow {text-shadow: 3px 3px 1px #51007F, 3px 3px 1px red;}

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

This text has shadow with #51007F primary color and red secondary color.


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

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

This text has shadow with #51007F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51007F on black background.


Color preview on white background

This text has color #51007F on white background.



Black color preview on #51007F background

This text has black color on #51007F background.


White color preview on #51007F background

This text has white color on #51007F background.