COLOR #610081

HEX: #610081
RGB: (97,0,129)

Color info

#610081 contains only red and blue colors. Web safe color of #610081 is #660099 (or #609).

RGB color model

#610081 color RGB value is (97,0,129).

  • red value is 97;
  • green value is 0;
  • blue value is 129.
RGB:
(97,0,129)
(38%,0%,51%)

RGB channels and saturation

R 97 of 255 = 38%
G 0 of 255 = 0%
B 129 of 255 = 51%

97
0
129

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

Portions of RGB colors in percentages

R + G + B =
97 + 0 + 129 = 226 (100%)
R 97 of 226 ~ 42.92%
G 0 of 226 ~ 0%
B 129 of 226 ~ 57.08%

%42.92
%57.08

CMYK color model

#610081 color CMYK value is (25,100,0,49).

  • cyan value is 24.81%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(25,100,0,49)
C25M100Y0K49 
(25%,100%,0%,49%)
(0.25/1.00/0.00/0.49)	

CMYK percentages

%24.81
%100
%0
%49.41

Codes

Color #610081 in popluar color models

610081
RGB970129
HSL285°100.00%25.29%
HSB/HSV285°100.00%50.59%
CMYK24.81%100.00%0.00%
49.41%

Color #610081 in popluar number systems.

HEX610081
Decimal970129
Binary1100001010000001
Octal1410201

Shades and tints

Shades of #610081

#610081
(97,0,129)
#590076
(89,0,118)
#51006B
(81,0,107)
#490060
(73,0,96)
#410055
(65,0,85)
#39004A
(57,0,74)
#31003F
(49,0,63)
#290034
(41,0,52)
#210029
(33,0,41)
#19001E
(25,0,30)
#110013
(17,0,19)
#000000
(0,0,0)

Tints of #610081

#610081
(97,0,129)
#6F178C
(111,23,140)
#7D2E97
(125,46,151)
#8B45A2
(139,69,162)
#995CAD
(153,92,173)
#A773B8
(167,115,184)
#B58AC3
(181,138,195)
#C3A1CE
(195,161,206)
#D1B8D9
(209,184,217)
#DFCFE4
(223,207,228)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #610081 color. Also use rgb(97,0,129) instead hex code.

Text Font Color

.myTextColor { color: #610081; }

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

This text font color is #610081.


Background Color

.myBgColor { background-color: #610081; }

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

This div background color is #610081.


Border color

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

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

This div border color is #610081.


Opacity

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

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

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

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

This text has shadow with #610081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #610081 on black background.


Color preview on white background

This text has color #610081 on white background.



Black color preview on #610081 background

This text has black color on #610081 background.


White color preview on #610081 background

This text has white color on #610081 background.