COLOR #512A72

HEX: #512A72
RGB: (81,42,114)

Color info

#512A72 contains mainly red and blue colors. Web safe color of #512A72 is #663366 (or #636).

RGB color model

#512A72 color RGB value is (81,42,114).

  • red value is 81;
  • green value is 42;
  • blue value is 114.
RGB:
(81,42,114)
(32%,16%,45%)

RGB channels and saturation

R 81 of 255 = 32%
G 42 of 255 = 16%
B 114 of 255 = 45%

81
42
114

R + G + B ~ 31%. #512A72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 42 + 114 = 237 (100%)
R 81 of 237 ~ 34.18%
G 42 of 237 ~ 17.72%
B 114 of 237 ~ 48.1%

%34.18
%17.72
%48.1

CMYK color model

#512A72 color CMYK value is (29,63,0,55).

  • cyan value is 28.95%
  • magenta value is 63.16%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(29,63,0,55)
C29M63Y0K55 
(29%,63%,0%,55%)
(0.29/0.63/0.00/0.55)	

CMYK percentages

%28.95
%63.16
%0
%55.29

Codes

Color #512A72 in popluar color models

512A72
RGB8142114
HSL273°46.15%30.59%
HSB/HSV273°63.16%44.71%
CMYK28.95%63.16%0.00%
55.29%

Color #512A72 in popluar number systems.

HEX512A72
Decimal8142114
Binary10100011010101110010
Octal12152162

Shades and tints

Shades of #512A72

#512A72
(81,42,114)
#4A2768
(74,39,104)
#43245E
(67,36,94)
#3C2154
(60,33,84)
#351E4A
(53,30,74)
#2E1B40
(46,27,64)
#271836
(39,24,54)
#20152C
(32,21,44)
#191222
(25,18,34)
#120F18
(18,15,24)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #512A72

#512A72
(81,42,114)
#603D7E
(96,61,126)
#6F508A
(111,80,138)
#7E6396
(126,99,150)
#8D76A2
(141,118,162)
#9C89AE
(156,137,174)
#AB9CBA
(171,156,186)
#BAAFC6
(186,175,198)
#C9C2D2
(201,194,210)
#D8D5DE
(216,213,222)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512A72 color. Also use rgb(81,42,114) instead hex code.

Text Font Color

.myTextColor { color: #512A72; }

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

This text font color is #512A72.


Background Color

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

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

This div background color is #512A72.


Border color

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

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

This div border color is #512A72.


Opacity

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

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

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

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

This text has shadow with #512A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512A72 on black background.


Color preview on white background

This text has color #512A72 on white background.



Black color preview on #512A72 background

This text has black color on #512A72 background.


White color preview on #512A72 background

This text has white color on #512A72 background.