COLOR #610F7F

HEX: #610F7F
RGB: (97,15,127)

Color info

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

RGB color model

#610F7F color RGB value is (97,15,127).

  • red value is 97;
  • green value is 15;
  • blue value is 127.
RGB:
(97,15,127)
(38%,6%,50%)

RGB channels and saturation

R 97 of 255 = 38%
G 15 of 255 = 6%
B 127 of 255 = 50%

97
15
127

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

Portions of RGB colors in percentages

R + G + B =
97 + 15 + 127 = 239 (100%)
R 97 of 239 ~ 40.59%
G 15 of 239 ~ 6.28%
B 127 of 239 ~ 53.14%

%40.59
%53.14

CMYK color model

#610F7F color CMYK value is (24,88,0,50).

  • cyan value is 23.62%
  • magenta value is 88.19%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(24,88,0,50)
C24M88Y0K50 
(24%,88%,0%,50%)
(0.24/0.88/0.00/0.50)	

CMYK percentages

%23.62
%88.19
%0
%50.2

Codes

Color #610F7F in popluar color models

610F7F
RGB9715127
HSL284°78.87%27.84%
HSB/HSV284°88.19%49.80%
CMYK23.62%88.19%0.00%
50.20%

Color #610F7F in popluar number systems.

HEX610F7F
Decimal9715127
Binary110000111111111111
Octal14117177

Shades and tints

Shades of #610F7F

#610F7F
(97,15,127)
#590E74
(89,14,116)
#510D69
(81,13,105)
#490C5E
(73,12,94)
#410B53
(65,11,83)
#390A48
(57,10,72)
#31093D
(49,9,61)
#290832
(41,8,50)
#210727
(33,7,39)
#19061C
(25,6,28)
#110511
(17,5,17)
#000000
(0,0,0)

Tints of #610F7F

#610F7F
(97,15,127)
#6F248A
(111,36,138)
#7D3995
(125,57,149)
#8B4EA0
(139,78,160)
#9963AB
(153,99,171)
#A778B6
(167,120,182)
#B58DC1
(181,141,193)
#C3A2CC
(195,162,204)
#D1B7D7
(209,183,215)
#DFCCE2
(223,204,226)
#EDE1ED
(237,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #610F7F color. Also use rgb(97,15,127) instead hex code.

Text Font Color

.myTextColor { color: #610F7F; }

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

This text font color is #610F7F.


Background Color

.myBgColor { background-color: #610F7F; }

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

This div background color is #610F7F.


Border color

.myBorderColor { border: 1px solid #610F7F; }

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

This div border color is #610F7F.


Opacity

.myOpacity80 { color: #610F7F; opacity: 0.8; }

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

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

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

This text has shadow with #610F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #610F7F on black background.


Color preview on white background

This text has color #610F7F on white background.



Black color preview on #610F7F background

This text has black color on #610F7F background.


White color preview on #610F7F background

This text has white color on #610F7F background.