COLOR #512660

HEX: #512660
RGB: (81,38,96)

Color info

#512660 contains red, green and blue colors in about the same proportion. Web safe color of #512660 is #663366 (or #636).

RGB color model

#512660 color RGB value is (81,38,96).

  • red value is 81;
  • green value is 38;
  • blue value is 96.
RGB:
(81,38,96)
(32%,15%,38%)

RGB channels and saturation

R 81 of 255 = 32%
G 38 of 255 = 15%
B 96 of 255 = 38%

81
38
96

R + G + B ~ 28%. #512660 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 38 + 96 = 215 (100%)
R 81 of 215 ~ 37.67%
G 38 of 215 ~ 17.67%
B 96 of 215 ~ 44.65%

%37.67
%17.67
%44.65

CMYK color model

#512660 color CMYK value is (16,60,0,62).

  • cyan value is 15.63%
  • magenta value is 60.42%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(16,60,0,62)
C16M60Y0K62 
(16%,60%,0%,62%)
(0.16/0.60/0.00/0.62)	

CMYK percentages

%15.63
%60.42
%0
%62.35

Codes

Color #512660 in popluar color models

512660
RGB813896
HSL284°43.28%26.27%
HSB/HSV284°60.42%37.65%
CMYK15.63%60.42%0.00%
62.35%

Color #512660 in popluar number systems.

HEX512660
Decimal813896
Binary10100011001101100000
Octal12146140

Shades and tints

Shades of #512660

#512660
(81,38,96)
#4A2358
(74,35,88)
#432050
(67,32,80)
#3C1D48
(60,29,72)
#351A40
(53,26,64)
#2E1738
(46,23,56)
#271430
(39,20,48)
#201128
(32,17,40)
#190E20
(25,14,32)
#120B18
(18,11,24)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #512660

#512660
(81,38,96)
#60396E
(96,57,110)
#6F4C7C
(111,76,124)
#7E5F8A
(126,95,138)
#8D7298
(141,114,152)
#9C85A6
(156,133,166)
#AB98B4
(171,152,180)
#BAABC2
(186,171,194)
#C9BED0
(201,190,208)
#D8D1DE
(216,209,222)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512660 color. Also use rgb(81,38,96) instead hex code.

Text Font Color

.myTextColor { color: #512660; }

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

This text font color is #512660.


Background Color

.myBgColor { background-color: #512660; }

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

This div background color is #512660.


Border color

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

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

This div border color is #512660.


Opacity

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

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

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

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

This text has shadow with #512660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512660 on black background.


Color preview on white background

This text has color #512660 on white background.



Black color preview on #512660 background

This text has black color on #512660 background.


White color preview on #512660 background

This text has white color on #512660 background.