COLOR #650C71

HEX: #650C71
RGB: (101,12,113)

Color info

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

RGB color model

#650C71 color RGB value is (101,12,113).

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

RGB channels and saturation

R 101 of 255 = 40%
G 12 of 255 = 5%
B 113 of 255 = 44%

101
12
113

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

Portions of RGB colors in percentages

R + G + B =
101 + 12 + 113 = 226 (100%)
R 101 of 226 ~ 44.69%
G 12 of 226 ~ 5.31%
B 113 of 226 ~ 50%

%44.69
%50

CMYK color model

#650C71 color CMYK value is (11,89,0,56).

  • cyan value is 10.62%
  • magenta value is 89.38%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(11,89,0,56)
C11M89Y0K56 
(11%,89%,0%,56%)
(0.11/0.89/0.00/0.56)	

CMYK percentages

%10.62
%89.38
%0
%55.69

Codes

Color #650C71 in popluar color models

650C71
RGB10112113
HSL293°80.80%24.51%
HSB/HSV293°89.38%44.31%
CMYK10.62%89.38%0.00%
55.69%

Color #650C71 in popluar number systems.

HEX650C71
Decimal10112113
Binary110010111001110001
Octal14514161

Shades and tints

Shades of #650C71

#650C71
(101,12,113)
#5C0B67
(92,11,103)
#530A5D
(83,10,93)
#4A0953
(74,9,83)
#410849
(65,8,73)
#38073F
(56,7,63)
#2F0635
(47,6,53)
#26052B
(38,5,43)
#1D0421
(29,4,33)
#140317
(20,3,23)
#0B020D
(11,2,13)
#000000
(0,0,0)

Tints of #650C71

#650C71
(101,12,113)
#73227D
(115,34,125)
#813889
(129,56,137)
#8F4E95
(143,78,149)
#9D64A1
(157,100,161)
#AB7AAD
(171,122,173)
#B990B9
(185,144,185)
#C7A6C5
(199,166,197)
#D5BCD1
(213,188,209)
#E3D2DD
(227,210,221)
#F1E8E9
(241,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #650C71; }

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

This text font color is #650C71.


Background Color

.myBgColor { background-color: #650C71; }

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

This div background color is #650C71.


Border color

.myBorderColor { border: 1px solid #650C71; }

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

This div border color is #650C71.


Opacity

.myOpacity80 { color: #650C71; opacity: 0.8; }

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

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

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

This text has shadow with #650C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #650C71 on black background.


Color preview on white background

This text has color #650C71 on white background.



Black color preview on #650C71 background

This text has black color on #650C71 background.


White color preview on #650C71 background

This text has white color on #650C71 background.