COLOR #731076

HEX: #731076
RGB: (115,16,118)

Color info

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

RGB color model

#731076 color RGB value is (115,16,118).

  • red value is 115;
  • green value is 16;
  • blue value is 118.
RGB:
(115,16,118)
(45%,6%,46%)

RGB channels and saturation

R 115 of 255 = 45%
G 16 of 255 = 6%
B 118 of 255 = 46%

115
16
118

R + G + B ~ 32%. #731076 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 16 + 118 = 249 (100%)
R 115 of 249 ~ 46.18%
G 16 of 249 ~ 6.43%
B 118 of 249 ~ 47.39%

%46.18
%47.39

CMYK color model

#731076 color CMYK value is (3,86,0,54).

  • cyan value is 2.54%
  • magenta value is 86.44%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(3,86,0,54)
C3M86Y0K54 
(3%,86%,0%,54%)
(0.03/0.86/0.00/0.54)	

CMYK percentages

%2.54
%86.44
%0
%53.73

Codes

Color #731076 in popluar color models

731076
RGB11516118
HSL298°76.12%26.27%
HSB/HSV298°86.44%46.27%
CMYK2.54%86.44%0.00%
53.73%

Color #731076 in popluar number systems.

HEX731076
Decimal11516118
Binary1110011100001110110
Octal16320166

Shades and tints

Shades of #731076

#731076
(115,16,118)
#690F6C
(105,15,108)
#5F0E62
(95,14,98)
#550D58
(85,13,88)
#4B0C4E
(75,12,78)
#410B44
(65,11,68)
#370A3A
(55,10,58)
#2D0930
(45,9,48)
#230826
(35,8,38)
#19071C
(25,7,28)
#0F0612
(15,6,18)
#000000
(0,0,0)

Tints of #731076

#731076
(115,16,118)
#7F2582
(127,37,130)
#8B3A8E
(139,58,142)
#974F9A
(151,79,154)
#A364A6
(163,100,166)
#AF79B2
(175,121,178)
#BB8EBE
(187,142,190)
#C7A3CA
(199,163,202)
#D3B8D6
(211,184,214)
#DFCDE2
(223,205,226)
#EBE2EE
(235,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #731076 color. Also use rgb(115,16,118) instead hex code.

Text Font Color

.myTextColor { color: #731076; }

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

This text font color is #731076.


Background Color

.myBgColor { background-color: #731076; }

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

This div background color is #731076.


Border color

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

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

This div border color is #731076.


Opacity

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

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

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

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

This text has shadow with #731076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #731076 on black background.


Color preview on white background

This text has color #731076 on white background.



Black color preview on #731076 background

This text has black color on #731076 background.


White color preview on #731076 background

This text has white color on #731076 background.