COLOR #731468

HEX: #731468
RGB: (115,20,104)

Color info

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

RGB color model

#731468 color RGB value is (115,20,104).

  • red value is 115;
  • green value is 20;
  • blue value is 104.
RGB:
(115,20,104)
(45%,8%,41%)

RGB channels and saturation

R 115 of 255 = 45%
G 20 of 255 = 8%
B 104 of 255 = 41%

115
20
104

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

Portions of RGB colors in percentages

R + G + B =
115 + 20 + 104 = 239 (100%)
R 115 of 239 ~ 48.12%
G 20 of 239 ~ 8.37%
B 104 of 239 ~ 43.51%

%48.12
%43.51

CMYK color model

#731468 color CMYK value is (0,83,10,55).

  • cyan value is 0.00%
  • magenta value is 82.61%
  • yellow value is 9.57%
  • key color value is 54.90%
CMYK:
(0,83,10,55)
C0M83Y10K55 
(0%,83%,10%,55%)
(0.00/0.83/0.10/0.55)	

CMYK percentages

%0
%82.61
%9.57
%54.9

Codes

Color #731468 in popluar color models

731468
RGB11520104
HSL307°70.37%26.47%
HSB/HSV307°82.61%45.10%
CMYK0.00%82.61%9.57%
54.90%

Color #731468 in popluar number systems.

HEX731468
Decimal11520104
Binary1110011101001101000
Octal16324150

Shades and tints

Shades of #731468

#731468
(115,20,104)
#69135F
(105,19,95)
#5F1256
(95,18,86)
#55114D
(85,17,77)
#4B1044
(75,16,68)
#410F3B
(65,15,59)
#370E32
(55,14,50)
#2D0D29
(45,13,41)
#230C20
(35,12,32)
#190B17
(25,11,23)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #731468

#731468
(115,20,104)
#7F2975
(127,41,117)
#8B3E82
(139,62,130)
#97538F
(151,83,143)
#A3689C
(163,104,156)
#AF7DA9
(175,125,169)
#BB92B6
(187,146,182)
#C7A7C3
(199,167,195)
#D3BCD0
(211,188,208)
#DFD1DD
(223,209,221)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #731468 color. Also use rgb(115,20,104) instead hex code.

Text Font Color

.myTextColor { color: #731468; }

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

This text font color is #731468.


Background Color

.myBgColor { background-color: #731468; }

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

This div background color is #731468.


Border color

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

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

This div border color is #731468.


Opacity

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

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

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

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

This text has shadow with #731468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #731468 on black background.


Color preview on white background

This text has color #731468 on white background.



Black color preview on #731468 background

This text has black color on #731468 background.


White color preview on #731468 background

This text has white color on #731468 background.