COLOR #651171

HEX: #651171
RGB: (101,17,113)

Color info

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

RGB color model

#651171 color RGB value is (101,17,113).

  • red value is 101;
  • green value is 17;
  • blue value is 113.
RGB:
(101,17,113)
(40%,7%,44%)

RGB channels and saturation

R 101 of 255 = 40%
G 17 of 255 = 7%
B 113 of 255 = 44%

101
17
113

R + G + B ~ 30%. #651171 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 17 + 113 = 231 (100%)
R 101 of 231 ~ 43.72%
G 17 of 231 ~ 7.36%
B 113 of 231 ~ 48.92%

%43.72
%48.92

CMYK color model

#651171 color CMYK value is (11,85,0,56).

  • cyan value is 10.62%
  • magenta value is 84.96%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(11,85,0,56)
C11M85Y0K56 
(11%,85%,0%,56%)
(0.11/0.85/0.00/0.56)	

CMYK percentages

%10.62
%84.96
%0
%55.69

Codes

Color #651171 in popluar color models

651171
RGB10117113
HSL293°73.85%25.49%
HSB/HSV293°84.96%44.31%
CMYK10.62%84.96%0.00%
55.69%

Color #651171 in popluar number systems.

HEX651171
Decimal10117113
Binary1100101100011110001
Octal14521161

Shades and tints

Shades of #651171

#651171
(101,17,113)
#5C1067
(92,16,103)
#530F5D
(83,15,93)
#4A0E53
(74,14,83)
#410D49
(65,13,73)
#380C3F
(56,12,63)
#2F0B35
(47,11,53)
#260A2B
(38,10,43)
#1D0921
(29,9,33)
#140817
(20,8,23)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #651171

#651171
(101,17,113)
#73267D
(115,38,125)
#813B89
(129,59,137)
#8F5095
(143,80,149)
#9D65A1
(157,101,161)
#AB7AAD
(171,122,173)
#B98FB9
(185,143,185)
#C7A4C5
(199,164,197)
#D5B9D1
(213,185,209)
#E3CEDD
(227,206,221)
#F1E3E9
(241,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #651171 color. Also use rgb(101,17,113) instead hex code.

Text Font Color

.myTextColor { color: #651171; }

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

This text font color is #651171.


Background Color

.myBgColor { background-color: #651171; }

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

This div background color is #651171.


Border color

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

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

This div border color is #651171.


Opacity

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

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

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

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

This text has shadow with #651171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #651171 on black background.


Color preview on white background

This text has color #651171 on white background.



Black color preview on #651171 background

This text has black color on #651171 background.


White color preview on #651171 background

This text has white color on #651171 background.