COLOR #510C99

HEX: #510C99 RGB: (81,12,153)

Color info

#510C99 contains mainly blue color. Web safe color of #510C99 is #660099 (or #609).

RGB color model

#510C99 color RGB value is (81,12,153).

RGB: (81,12,153) (32%, 5%, 60%)

RGB channels and saturation

R 81 of 255 = 32%
G 12 of 255 = 5%
B 153 of 255 = 60%

81
12
153

R + G + B ~ 32%. #510C99 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 12 + 153 = 246 (100%)
R 81 of 246 ~ 32.93%
G 12 of 246 ~ 4.88%
B 153 of 246 ~ 62.2'%

%32.93
%62.2

CMYK color model

#510C99 color CMYK value is (47,92,0,40).

  • cyan value is 47.06%
  • magenta value is 92.16%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (47,92,0,40)
C47M92Y0K40 (47%, 92%, 0%, 40%)
(0.47 / 0.92 / 0.00 / 0.40)

CMYK percentages

%47.06
%92.16
%0
%40

Codes

Color #510C99 in popluar color models

51 0C 99
RGB 81 12 153
HSL 269° 85.45% 32.35%
HSB/HSV 269° 92.16% 60.00%
CMYK 47.06% 92.16% 0.00%
40.00%

Color #510C99 in popluar number systems.

HEX 51 0C 99
Decimal 81 12 153
Binary 1010001 1100 10011001
Octal 121 14 231

Shades and tints

Shades of #510C99

#510C99
(81,12,153)
#4A0B8C
(74,11,140)
#430A7F
(67,10,127)
#3C0972
(60,9,114)
#350865
(53,8,101)
#2E0758
(46,7,88)
#27064B
(39,6,75)
#20053E
(32,5,62)
#190431
(25,4,49)
#120324
(18,3,36)
#0B0217
(11,2,23)
#000000
(0,0,0)

Tints of #510C99

#510C99
(81,12,153)
#6022A2
(96,34,162)
#6F38AB
(111,56,171)
#7E4EB4
(126,78,180)
#8D64BD
(141,100,189)
#9C7AC6
(156,122,198)
#AB90CF
(171,144,207)
#BAA6D8
(186,166,216)
#C9BCE1
(201,188,225)
#D8D2EA
(216,210,234)
#E7E8F3
(231,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #510C99 color. Also use rgb(81,12,153) instead hex code.

Text Font Color

.myTextColor { color: #510C99; }

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

This text font color is #510C99.

Background Color

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

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

This div background color is #510C99.

Border color

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

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

This div border color is #510C99.

Opacity

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

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

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

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

This text has shadow with #510C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #510C99.

Preview

Color preview on black background

This text has color #510C99 on black background.


Color preview on white background

This text has color #510C99 on white background.


Black color preview on #510C99 background

This text has black color on #510C99 background.


White color preview on #510C99 background

This text has white color on #510C99 background.


Related colors

Complementary color

Complementary color for #hex is #AEF366.


I love getcolorcode.com

Triadic colors

1 #99510C and #0C9951 with #510C99 are triadic colors.

2 #990C51 and #0C5199 with #510C99 are triadic colors.