COLOR #510755

HEX: #510755 RGB: (81,7,85)

Color info

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

RGB color model

#510755 color RGB value is (81,7,85).

RGB: (81,7,85) (32%, 3%, 33%)

RGB channels and saturation

R 81 of 255 = 32%
G 7 of 255 = 3%
B 85 of 255 = 33%

81
7
85

R + G + B ~ 23%. #510755 is dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 7 + 85 = 173 (100%)
R 81 of 173 ~ 46.82%
G 7 of 173 ~ 4.05%
B 85 of 173 ~ 49.13'%

%46.82
%49.13

CMYK color model

#510755 color CMYK value is (5,92,0,67).

  • cyan value is 4.71%
  • magenta value is 91.76%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (5,92,0,67)
C5M92Y0K67 (5%, 92%, 0%, 67%)
(0.05 / 0.92 / 0.00 / 0.67)

CMYK percentages

%4.71
%91.76
%0
%66.67

Codes

Color #510755 in popluar color models

51 07 55
RGB 81 7 85
HSL 297° 84.78% 18.04%
HSB/HSV 297° 91.76% 33.33%
CMYK 4.71% 91.76% 0.00%
66.67%

Color #510755 in popluar number systems.

HEX 51 07 55
Decimal 81 7 85
Binary 1010001 111 1010101
Octal 121 7 125

Shades and tints

Shades of #510755

#510755
(81,7,85)
#4A074E
(74,7,78)
#430747
(67,7,71)
#3C0740
(60,7,64)
#350739
(53,7,57)
#2E0732
(46,7,50)
#27072B
(39,7,43)
#200724
(32,7,36)
#19071D
(25,7,29)
#120716
(18,7,22)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #510755

#510755
(81,7,85)
#601D64
(96,29,100)
#6F3373
(111,51,115)
#7E4982
(126,73,130)
#8D5F91
(141,95,145)
#9C75A0
(156,117,160)
#AB8BAF
(171,139,175)
#BAA1BE
(186,161,190)
#C9B7CD
(201,183,205)
#D8CDDC
(216,205,220)
#E7E3EB
(231,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #510755 color. Also use rgb(81,7,85) instead hex code.

Text Font Color

.myTextColor { color: #510755; }

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

This text font color is #510755.

Background Color

.myBgColor { background-color: #510755; }

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

This div background color is #510755.

Border color

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

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

This div border color is #510755.

Opacity

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

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

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

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

This text has shadow with #510755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #510755.

Preview

Color preview on black background

This text has color #510755 on black background.


Color preview on white background

This text has color #510755 on white background.


Black color preview on #510755 background

This text has black color on #510755 background.


White color preview on #510755 background

This text has white color on #510755 background.


Related colors

Complementary color

Complementary color for #hex is #AEF8AA.


I love getcolorcode.com

Triadic colors

1 #555107 and #075551 with #510755 are triadic colors.

2 #550751 and #075155 with #510755 are triadic colors.