COLOR #733E87

HEX: #733E87 RGB: (115,62,135)

Color info

#733E87 contains mainly red and blue colors. Web safe color of #733E87 is #663399 (or #639).

RGB color model

#733E87 color RGB value is (115,62,135).

RGB: (115,62,135) (45%, 24%, 53%)

RGB channels and saturation

R 115 of 255 = 45%
G 62 of 255 = 24%
B 135 of 255 = 53%

115
62
135

R + G + B ~ 41%. #733E87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 62 + 135 = 312 (100%)
R 115 of 312 ~ 36.86%
G 62 of 312 ~ 19.87%
B 135 of 312 ~ 43.27'%

%36.86
%19.87
%43.27

CMYK color model

#733E87 color CMYK value is (15,54,0,47).

  • cyan value is 14.81%
  • magenta value is 54.07%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (15,54,0,47)
C15M54Y0K47 (15%, 54%, 0%, 47%)
(0.15 / 0.54 / 0.00 / 0.47)

CMYK percentages

%14.81
%54.07
%0
%47.06

Codes

Color #733E87 in popluar color models

73 3E 87
RGB 115 62 135
HSL 284° 37.06% 38.63%
HSB/HSV 284° 54.07% 52.94%
CMYK 14.81% 54.07% 0.00%
47.06%

Color #733E87 in popluar number systems.

HEX 73 3E 87
Decimal 115 62 135
Binary 1110011 111110 10000111
Octal 163 76 207

Shades and tints

Shades of #733E87

#733E87
(115,62,135)
#69397B
(105,57,123)
#5F346F
(95,52,111)
#552F63
(85,47,99)
#4B2A57
(75,42,87)
#41254B
(65,37,75)
#37203F
(55,32,63)
#2D1B33
(45,27,51)
#231627
(35,22,39)
#19111B
(25,17,27)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #733E87

#733E87
(115,62,135)
#7F4F91
(127,79,145)
#8B609B
(139,96,155)
#9771A5
(151,113,165)
#A382AF
(163,130,175)
#AF93B9
(175,147,185)
#BBA4C3
(187,164,195)
#C7B5CD
(199,181,205)
#D3C6D7
(211,198,215)
#DFD7E1
(223,215,225)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733E87 color. Also use rgb(115,62,135) instead hex code.

Text Font Color

.myTextColor { color: #733E87; }

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

This text font color is #733E87.

Background Color

.myBgColor { background-color: #733E87; }

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

This div background color is #733E87.

Border color

.myBorderColor { border: 1px solid #733E87; }

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

This div border color is #733E87.

Opacity

.myOpacity80 { color: #733E87; opacity: 0.8; }

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

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

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

This text has shadow with #733E87 color.


.textShadow {text-shadow: 3px 3px 1px #733E87', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #733E87; -webkit-box-shadow: 1px 1px 3px 2px #733E87; box-shadow:1px 1px 3px 2px #733E87;">
Div content here
</div>

This div box has shadow with color #733E87.

Preview

Color preview on black background

This text has color #733E87 on black background.


Color preview on white background

This text has color #733E87 on white background.


Black color preview on #733E87 background

This text has black color on #733E87 background.


White color preview on #733E87 background

This text has white color on #733E87 background.


Related colors

Complementary color

Complementary color for #hex is #8CC178.


I love getcolorcode.com

Triadic colors

1 #87733E and #3E8773 with #733E87 are triadic colors.

2 #873E73 and #3E7387 with #733E87 are triadic colors.