COLOR #651077

HEX: #651077
RGB: (101,16,119)

Color info

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

RGB color model

#651077 color RGB value is (101,16,119).

  • red value is 101;
  • green value is 16;
  • blue value is 119.
RGB:
(101,16,119)
(40%,6%,47%)

RGB channels and saturation

R 101 of 255 = 40%
G 16 of 255 = 6%
B 119 of 255 = 47%

101
16
119

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

Portions of RGB colors in percentages

R + G + B =
101 + 16 + 119 = 236 (100%)
R 101 of 236 ~ 42.8%
G 16 of 236 ~ 6.78%
B 119 of 236 ~ 50.42%

%42.8
%50.42

CMYK color model

#651077 color CMYK value is (15,87,0,53).

  • cyan value is 15.13%
  • magenta value is 86.55%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(15,87,0,53)
C15M87Y0K53 
(15%,87%,0%,53%)
(0.15/0.87/0.00/0.53)	

CMYK percentages

%15.13
%86.55
%0
%53.33

Codes

Color #651077 in popluar color models

651077
RGB10116119
HSL290°76.30%26.47%
HSB/HSV290°86.55%46.67%
CMYK15.13%86.55%0.00%
53.33%

Color #651077 in popluar number systems.

HEX651077
Decimal10116119
Binary1100101100001110111
Octal14520167

Shades and tints

Shades of #651077

#651077
(101,16,119)
#5C0F6D
(92,15,109)
#530E63
(83,14,99)
#4A0D59
(74,13,89)
#410C4F
(65,12,79)
#380B45
(56,11,69)
#2F0A3B
(47,10,59)
#260931
(38,9,49)
#1D0827
(29,8,39)
#14071D
(20,7,29)
#0B0613
(11,6,19)
#000000
(0,0,0)

Tints of #651077

#651077
(101,16,119)
#732583
(115,37,131)
#813A8F
(129,58,143)
#8F4F9B
(143,79,155)
#9D64A7
(157,100,167)
#AB79B3
(171,121,179)
#B98EBF
(185,142,191)
#C7A3CB
(199,163,203)
#D5B8D7
(213,184,215)
#E3CDE3
(227,205,227)
#F1E2EF
(241,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #651077 color. Also use rgb(101,16,119) instead hex code.

Text Font Color

.myTextColor { color: #651077; }

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

This text font color is #651077.


Background Color

.myBgColor { background-color: #651077; }

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

This div background color is #651077.


Border color

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

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

This div border color is #651077.


Opacity

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

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

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

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

This text has shadow with #651077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #651077 on black background.


Color preview on white background

This text has color #651077 on white background.



Black color preview on #651077 background

This text has black color on #651077 background.


White color preview on #651077 background

This text has white color on #651077 background.