COLOR #733B95

HEX: #733B95 RGB: (115,59,149)

Color info

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

RGB color model

#733B95 color RGB value is (115,59,149).

RGB: (115,59,149) (45%, 23%, 58%)

RGB channels and saturation

R 115 of 255 = 45%
G 59 of 255 = 23%
B 149 of 255 = 58%

115
59
149

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

Portions of RGB colors in percentages

R + G + B = 115 + 59 + 149 = 323 (100%)
R 115 of 323 ~ 35.6%
G 59 of 323 ~ 18.27%
B 149 of 323 ~ 46.13'%

%35.6
%18.27
%46.13

CMYK color model

#733B95 color CMYK value is (23,60,0,42).

  • cyan value is 22.82%
  • magenta value is 60.40%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (23,60,0,42)
C23M60Y0K42 (23%, 60%, 0%, 42%)
(0.23 / 0.60 / 0.00 / 0.42)

CMYK percentages

%22.82
%60.4
%0
%41.57

Codes

Color #733B95 in popluar color models

73 3B 95
RGB 115 59 149
HSL 277° 43.27% 40.78%
HSB/HSV 277° 60.40% 58.43%
CMYK 22.82% 60.40% 0.00%
41.57%

Color #733B95 in popluar number systems.

HEX 73 3B 95
Decimal 115 59 149
Binary 1110011 111011 10010101
Octal 163 73 225

Shades and tints

Shades of #733B95

#733B95
(115,59,149)
#693688
(105,54,136)
#5F317B
(95,49,123)
#552C6E
(85,44,110)
#4B2761
(75,39,97)
#412254
(65,34,84)
#371D47
(55,29,71)
#2D183A
(45,24,58)
#23132D
(35,19,45)
#190E20
(25,14,32)
#0F0913
(15,9,19)
#000000
(0,0,0)

Tints of #733B95

#733B95
(115,59,149)
#7F4C9E
(127,76,158)
#8B5DA7
(139,93,167)
#976EB0
(151,110,176)
#A37FB9
(163,127,185)
#AF90C2
(175,144,194)
#BBA1CB
(187,161,203)
#C7B2D4
(199,178,212)
#D3C3DD
(211,195,221)
#DFD4E6
(223,212,230)
#EBE5EF
(235,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733B95 color. Also use rgb(115,59,149) instead hex code.

Text Font Color

.myTextColor { color: #733B95; }

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

This text font color is #733B95.

Background Color

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

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

This div background color is #733B95.

Border color

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

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

This div border color is #733B95.

Opacity

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

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

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

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

This text has shadow with #733B95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #733B95.

Preview

Color preview on black background

This text has color #733B95 on black background.


Color preview on white background

This text has color #733B95 on white background.


Black color preview on #733B95 background

This text has black color on #733B95 background.


White color preview on #733B95 background

This text has white color on #733B95 background.


Related colors

Complementary color

Complementary color for #hex is #8CC46A.


I love getcolorcode.com

Triadic colors

1 #95733B and #3B9573 with #733B95 are triadic colors.

2 #953B73 and #3B7395 with #733B95 are triadic colors.