COLOR #651A71

HEX: #651A71
RGB: (101,26,113)

Color info

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

RGB color model

#651A71 color RGB value is (101,26,113).

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

RGB channels and saturation

R 101 of 255 = 40%
G 26 of 255 = 10%
B 113 of 255 = 44%

101
26
113

R + G + B ~ 31%. #651A71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 26 + 113 = 240 (100%)
R 101 of 240 ~ 42.08%
G 26 of 240 ~ 10.83%
B 113 of 240 ~ 47.08%

%42.08
%10.83
%47.08

CMYK color model

#651A71 color CMYK value is (11,77,0,56).

  • cyan value is 10.62%
  • magenta value is 76.99%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(11,77,0,56)
C11M77Y0K56 
(11%,77%,0%,56%)
(0.11/0.77/0.00/0.56)	

CMYK percentages

%10.62
%76.99
%0
%55.69

Codes

Color #651A71 in popluar color models

651A71
RGB10126113
HSL292°62.59%27.25%
HSB/HSV292°76.99%44.31%
CMYK10.62%76.99%0.00%
55.69%

Color #651A71 in popluar number systems.

HEX651A71
Decimal10126113
Binary1100101110101110001
Octal14532161

Shades and tints

Shades of #651A71

#651A71
(101,26,113)
#5C1867
(92,24,103)
#53165D
(83,22,93)
#4A1453
(74,20,83)
#411249
(65,18,73)
#38103F
(56,16,63)
#2F0E35
(47,14,53)
#260C2B
(38,12,43)
#1D0A21
(29,10,33)
#140817
(20,8,23)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #651A71

#651A71
(101,26,113)
#732E7D
(115,46,125)
#814289
(129,66,137)
#8F5695
(143,86,149)
#9D6AA1
(157,106,161)
#AB7EAD
(171,126,173)
#B992B9
(185,146,185)
#C7A6C5
(199,166,197)
#D5BAD1
(213,186,209)
#E3CEDD
(227,206,221)
#F1E2E9
(241,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #651A71; }

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

This text font color is #651A71.


Background Color

.myBgColor { background-color: #651A71; }

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

This div background color is #651A71.


Border color

.myBorderColor { border: 1px solid #651A71; }

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

This div border color is #651A71.


Opacity

.myOpacity80 { color: #651A71; opacity: 0.8; }

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

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

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

This text has shadow with #651A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #651A71 on black background.


Color preview on white background

This text has color #651A71 on white background.



Black color preview on #651A71 background

This text has black color on #651A71 background.


White color preview on #651A71 background

This text has white color on #651A71 background.