COLOR #512B97

HEX: #512B97
RGB: (81,43,151)

Renk bilgisi

#512B97 contains mainly blue color. #512B97 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#512B97 color RGB value is (81,43,151).

  • kırmız ton 81;
  • yeşil ton 43;
  • mavi ton 151.
RGB:
(81,43,151)
(32%,17%,59%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 43 of 255 = 17%
B 151 of 255 = 59%

81
43
151

R + G + B ~ 36%. #512B97 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 43 + 151 = 275 (100%)
R 81 of 275 ~ 29.45%
G 43 of 275 ~ 15.64%
B 151 of 275 ~ 54.91%

%29.45
%15.64
%54.91

CMYK RENK MODELİ

#512B97 rengi CMYK tonu (46,72,0,41).

  • camgöbeği tonu 46.36%
  • eflatun tonu 71.52%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(46,72,0,41)
C46M72Y0K41 
(46%,72%,0%,41%)
(0.46/0.72/0.00/0.41)	

CMYK yüzdeleri

%46.36
%71.52
%0
%40.78

Codes

Color #512B97 in popluar color models

512B97
RGB8143151
HSL261°55.67%38.04%
HSB/HSV261°71.52%59.22%
CMYK46.36%71.52%0.00%
40.78%

Color #512B97 in popluar number systems.

HEX512B97
Decimal8143151
Binary101000110101110010111
Octal12153227

Shades and tints

Shades of #512B97

#512B97
(81,43,151)
#4A288A
(74,40,138)
#43257D
(67,37,125)
#3C2270
(60,34,112)
#351F63
(53,31,99)
#2E1C56
(46,28,86)
#271949
(39,25,73)
#20163C
(32,22,60)
#19132F
(25,19,47)
#121022
(18,16,34)
#0B0D15
(11,13,21)
#000000
(0,0,0)

Tints of #512B97

#512B97
(81,43,151)
#603EA0
(96,62,160)
#6F51A9
(111,81,169)
#7E64B2
(126,100,178)
#8D77BB
(141,119,187)
#9C8AC4
(156,138,196)
#AB9DCD
(171,157,205)
#BAB0D6
(186,176,214)
#C9C3DF
(201,195,223)
#D8D6E8
(216,214,232)
#E7E9F1
(231,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512B97 color. Also use rgb(81,43,151) instead hex code.

Text Font Color

.myTextColor { color: #512B97; }

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

This text font color is #512B97.


Background Color

.myBgColor { background-color: #512B97; }

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

This div background color is #512B97.


Border color

.myBorderColor { border: 1px solid #512B97; }

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

This div border color is #512B97.


Opacity

.myOpacity80 { color: #512B97; opacity: 0.8; }

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

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

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

This text has shadow with #512B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512B97 on black background.


Color preview on white background

This text has color #512B97 on white background.



Black color preview on #512B97 background

This text has black color on #512B97 background.


White color preview on #512B97 background

This text has white color on #512B97 background.