COLOR #511063

HEX: #511063
RGB: (81,16,99)

Color info

#511063 contains mainly red and blue colors. Web safe color of #511063 is #660066 (or #606).

RGB color model

#511063 color RGB value is (81,16,99).

  • red value is 81;
  • green value is 16;
  • blue value is 99.
RGB:
(81,16,99)
(32%,6%,39%)

RGB channels and saturation

R 81 of 255 = 32%
G 16 of 255 = 6%
B 99 of 255 = 39%

81
16
99

R + G + B ~ 26%. #511063 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 16 + 99 = 196 (100%)
R 81 of 196 ~ 41.33%
G 16 of 196 ~ 8.16%
B 99 of 196 ~ 50.51%

%41.33
%50.51

CMYK color model

#511063 color CMYK value is (18,84,0,61).

  • cyan value is 18.18%
  • magenta value is 83.84%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(18,84,0,61)
C18M84Y0K61 
(18%,84%,0%,61%)
(0.18/0.84/0.00/0.61)	

CMYK percentages

%18.18
%83.84
%0
%61.18

Codes

Color #511063 in popluar color models

511063
RGB811699
HSL287°72.17%22.55%
HSB/HSV287°83.84%38.82%
CMYK18.18%83.84%0.00%
61.18%

Color #511063 in popluar number systems.

HEX511063
Decimal811699
Binary1010001100001100011
Octal12120143

Shades and tints

Shades of #511063

#511063
(81,16,99)
#4A0F5A
(74,15,90)
#430E51
(67,14,81)
#3C0D48
(60,13,72)
#350C3F
(53,12,63)
#2E0B36
(46,11,54)
#270A2D
(39,10,45)
#200924
(32,9,36)
#19081B
(25,8,27)
#120712
(18,7,18)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #511063

#511063
(81,16,99)
#602571
(96,37,113)
#6F3A7F
(111,58,127)
#7E4F8D
(126,79,141)
#8D649B
(141,100,155)
#9C79A9
(156,121,169)
#AB8EB7
(171,142,183)
#BAA3C5
(186,163,197)
#C9B8D3
(201,184,211)
#D8CDE1
(216,205,225)
#E7E2EF
(231,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511063; }

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

This text font color is #511063.


Background Color

.myBgColor { background-color: #511063; }

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

This div background color is #511063.


Border color

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

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

This div border color is #511063.


Opacity

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

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

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

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

This text has shadow with #511063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511063 on black background.


Color preview on white background

This text has color #511063 on white background.



Black color preview on #511063 background

This text has black color on #511063 background.


White color preview on #511063 background

This text has white color on #511063 background.