COLOR #512571

HEX: #512571
RGB: (81,37,113)

Renk bilgisi

#512571 contains mainly red and blue colors. #512571 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#512571 color RGB value is (81,37,113).

  • kırmız ton 81;
  • yeşil ton 37;
  • mavi ton 113.
RGB:
(81,37,113)
(32%,15%,44%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 37 of 255 = 15%
B 113 of 255 = 44%

81
37
113

R + G + B ~ 30%. #512571 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 37 + 113 = 231 (100%)
R 81 of 231 ~ 35.06%
G 37 of 231 ~ 16.02%
B 113 of 231 ~ 48.92%

%35.06
%16.02
%48.92

CMYK RENK MODELİ

#512571 rengi CMYK tonu (28,67,0,56).

  • camgöbeği tonu 28.32%
  • eflatun tonu 67.26%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(28,67,0,56)
C28M67Y0K56 
(28%,67%,0%,56%)
(0.28/0.67/0.00/0.56)	

CMYK yüzdeleri

%28.32
%67.26
%0
%55.69

Codes

Color #512571 in popluar color models

512571
RGB8137113
HSL275°50.67%29.41%
HSB/HSV275°67.26%44.31%
CMYK28.32%67.26%0.00%
55.69%

Color #512571 in popluar number systems.

HEX512571
Decimal8137113
Binary10100011001011110001
Octal12145161

Shades and tints

Shades of #512571

#512571
(81,37,113)
#4A2267
(74,34,103)
#431F5D
(67,31,93)
#3C1C53
(60,28,83)
#351949
(53,25,73)
#2E163F
(46,22,63)
#271335
(39,19,53)
#20102B
(32,16,43)
#190D21
(25,13,33)
#120A17
(18,10,23)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #512571

#512571
(81,37,113)
#60387D
(96,56,125)
#6F4B89
(111,75,137)
#7E5E95
(126,94,149)
#8D71A1
(141,113,161)
#9C84AD
(156,132,173)
#AB97B9
(171,151,185)
#BAAAC5
(186,170,197)
#C9BDD1
(201,189,209)
#D8D0DD
(216,208,221)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512571 color. Also use rgb(81,37,113) instead hex code.

Text Font Color

.myTextColor { color: #512571; }

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

This text font color is #512571.


Background Color

.myBgColor { background-color: #512571; }

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

This div background color is #512571.


Border color

.myBorderColor { border: 1px solid #512571; }

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

This div border color is #512571.


Opacity

.myOpacity80 { color: #512571; opacity: 0.8; }

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

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

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

This text has shadow with #512571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512571 on black background.


Color preview on white background

This text has color #512571 on white background.



Black color preview on #512571 background

This text has black color on #512571 background.


White color preview on #512571 background

This text has white color on #512571 background.