COLOR #512563

HEX: #512563 RGB: (81,37,99)

Color info

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

RGB color model

#512563 color RGB value is (81,37,99).

RGB: (81,37,99) (32%, 15%, 39%)

RGB channels and saturation

R 81 of 255 = 32%
G 37 of 255 = 15%
B 99 of 255 = 39%

81
37
99

R + G + B ~ 29%. #512563 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 37 + 99 = 217 (100%)
R 81 of 217 ~ 37.33%
G 37 of 217 ~ 17.05%
B 99 of 217 ~ 45.62'%

%37.33
%17.05
%45.62

CMYK color model

#512563 color CMYK value is (18,63,0,61).

  • cyan value is 18.18%
  • magenta value is 62.63%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (18,63,0,61)
C18M63Y0K61 (18%, 63%, 0%, 61%)
(0.18 / 0.63 / 0.00 / 0.61)

CMYK percentages

%18.18
%62.63
%0
%61.18

Codes

Color #512563 in popluar color models

51 25 63
RGB 81 37 99
HSL 283° 45.59% 26.67%
HSB/HSV 283° 62.63% 38.82%
CMYK 18.18% 62.63% 0.00%
61.18%

Color #512563 in popluar number systems.

HEX 51 25 63
Decimal 81 37 99
Binary 1010001 100101 1100011
Octal 121 45 143

Shades and tints

Shades of #512563

#512563
(81,37,99)
#4A225A
(74,34,90)
#431F51
(67,31,81)
#3C1C48
(60,28,72)
#35193F
(53,25,63)
#2E1636
(46,22,54)
#27132D
(39,19,45)
#201024
(32,16,36)
#190D1B
(25,13,27)
#120A12
(18,10,18)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #512563

#512563
(81,37,99)
#603871
(96,56,113)
#6F4B7F
(111,75,127)
#7E5E8D
(126,94,141)
#8D719B
(141,113,155)
#9C84A9
(156,132,169)
#AB97B7
(171,151,183)
#BAAAC5
(186,170,197)
#C9BDD3
(201,189,211)
#D8D0E1
(216,208,225)
#E7E3EF
(231,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512563; }

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

This text font color is #512563.

Background Color

.myBgColor { background-color: #512563; }

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

This div background color is #512563.

Border color

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

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

This div border color is #512563.

Opacity

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

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

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

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

This text has shadow with #512563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #512563.

Preview

Color preview on black background

This text has color #512563 on black background.


Color preview on white background

This text has color #512563 on white background.


Black color preview on #512563 background

This text has black color on #512563 background.


White color preview on #512563 background

This text has white color on #512563 background.


Related colors

Complementary color

Complementary color for #hex is #AEDA9C.


I love getcolorcode.com

Triadic colors

1 #635125 and #256351 with #512563 are triadic colors.

2 #632551 and #255163 with #512563 are triadic colors.