COLOR #510E61

HEX: #510E61
RGB: (81,14,97)

Color info

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

RGB color model

#510E61 color RGB value is (81,14,97).

  • red value is 81;
  • green value is 14;
  • blue value is 97.
RGB:
(81,14,97)
(32%,5%,38%)

RGB channels and saturation

R 81 of 255 = 32%
G 14 of 255 = 5%
B 97 of 255 = 38%

81
14
97

R + G + B ~ 25%. #510E61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 14 + 97 = 192 (100%)
R 81 of 192 ~ 42.19%
G 14 of 192 ~ 7.29%
B 97 of 192 ~ 50.52%

%42.19
%50.52

CMYK color model

#510E61 color CMYK value is (16,86,0,62).

  • cyan value is 16.49%
  • magenta value is 85.57%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(16,86,0,62)
C16M86Y0K62 
(16%,86%,0%,62%)
(0.16/0.86/0.00/0.62)	

CMYK percentages

%16.49
%85.57
%0
%61.96

Codes

Color #510E61 in popluar color models

510E61
RGB811497
HSL288°74.77%21.76%
HSB/HSV288°85.57%38.04%
CMYK16.49%85.57%0.00%
61.96%

Color #510E61 in popluar number systems.

HEX510E61
Decimal811497
Binary101000111101100001
Octal12116141

Shades and tints

Shades of #510E61

#510E61
(81,14,97)
#4A0D59
(74,13,89)
#430C51
(67,12,81)
#3C0B49
(60,11,73)
#350A41
(53,10,65)
#2E0939
(46,9,57)
#270831
(39,8,49)
#200729
(32,7,41)
#190621
(25,6,33)
#120519
(18,5,25)
#0B0411
(11,4,17)
#000000
(0,0,0)

Tints of #510E61

#510E61
(81,14,97)
#60236F
(96,35,111)
#6F387D
(111,56,125)
#7E4D8B
(126,77,139)
#8D6299
(141,98,153)
#9C77A7
(156,119,167)
#AB8CB5
(171,140,181)
#BAA1C3
(186,161,195)
#C9B6D1
(201,182,209)
#D8CBDF
(216,203,223)
#E7E0ED
(231,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #510E61 color. Also use rgb(81,14,97) instead hex code.

Text Font Color

.myTextColor { color: #510E61; }

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

This text font color is #510E61.


Background Color

.myBgColor { background-color: #510E61; }

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

This div background color is #510E61.


Border color

.myBorderColor { border: 1px solid #510E61; }

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

This div border color is #510E61.


Opacity

.myOpacity80 { color: #510E61; opacity: 0.8; }

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

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

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

This text has shadow with #510E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #510E61 on black background.


Color preview on white background

This text has color #510E61 on white background.



Black color preview on #510E61 background

This text has black color on #510E61 background.


White color preview on #510E61 background

This text has white color on #510E61 background.