COLOR #734C87

HEX: #734C87
RGB: (115,76,135)

Color info

#734C87 contains red, green and blue colors in about the same proportion. Web safe color of #734C87 is #663399 (or #639).

RGB color model

#734C87 color RGB value is (115,76,135).

  • red value is 115;
  • green value is 76;
  • blue value is 135.
RGB:
(115,76,135)
(45%,30%,53%)

RGB channels and saturation

R 115 of 255 = 45%
G 76 of 255 = 30%
B 135 of 255 = 53%

115
76
135

R + G + B ~ 43%. #734C87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 76 + 135 = 326 (100%)
R 115 of 326 ~ 35.28%
G 76 of 326 ~ 23.31%
B 135 of 326 ~ 41.41%

%35.28
%23.31
%41.41

CMYK color model

#734C87 color CMYK value is (15,44,0,47).

  • cyan value is 14.81%
  • magenta value is 43.70%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(15,44,0,47)
C15M44Y0K47 
(15%,44%,0%,47%)
(0.15/0.44/0.00/0.47)	

CMYK percentages

%14.81
%43.7
%0
%47.06

Codes

Color #734C87 in popluar color models

734C87
RGB11576135
HSL280°27.96%41.37%
HSB/HSV280°43.70%52.94%
CMYK14.81%43.70%0.00%
47.06%

Color #734C87 in popluar number systems.

HEX734C87
Decimal11576135
Binary1110011100110010000111
Octal163114207

Shades and tints

Shades of #734C87

#734C87
(115,76,135)
#69467B
(105,70,123)
#5F406F
(95,64,111)
#553A63
(85,58,99)
#4B3457
(75,52,87)
#412E4B
(65,46,75)
#37283F
(55,40,63)
#2D2233
(45,34,51)
#231C27
(35,28,39)
#19161B
(25,22,27)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #734C87

#734C87
(115,76,135)
#7F5C91
(127,92,145)
#8B6C9B
(139,108,155)
#977CA5
(151,124,165)
#A38CAF
(163,140,175)
#AF9CB9
(175,156,185)
#BBACC3
(187,172,195)
#C7BCCD
(199,188,205)
#D3CCD7
(211,204,215)
#DFDCE1
(223,220,225)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734C87 color. Also use rgb(115,76,135) instead hex code.

Text Font Color

.myTextColor { color: #734C87; }

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

This text font color is #734C87.


Background Color

.myBgColor { background-color: #734C87; }

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

This div background color is #734C87.


Border color

.myBorderColor { border: 1px solid #734C87; }

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

This div border color is #734C87.


Opacity

.myOpacity80 { color: #734C87; opacity: 0.8; }

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

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

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

This text has shadow with #734C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734C87 on black background.


Color preview on white background

This text has color #734C87 on white background.



Black color preview on #734C87 background

This text has black color on #734C87 background.


White color preview on #734C87 background

This text has white color on #734C87 background.