COLOR #735D93

HEX: #735D93
RGB: (115,93,147)

Color info

#735D93 contains red, green and blue colors in about the same proportion. Web safe color of #735D93 is #666699 (or #669).

RGB color model

#735D93 color RGB value is (115,93,147).

  • red value is 115;
  • green value is 93;
  • blue value is 147.
RGB:
(115,93,147)
(45%,36%,58%)

RGB channels and saturation

R 115 of 255 = 45%
G 93 of 255 = 36%
B 147 of 255 = 58%

115
93
147

R + G + B ~ 46%. #735D93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 93 + 147 = 355 (100%)
R 115 of 355 ~ 32.39%
G 93 of 355 ~ 26.2%
B 147 of 355 ~ 41.41%

%32.39
%26.2
%41.41

CMYK color model

#735D93 color CMYK value is (22,37,0,42).

  • cyan value is 21.77%
  • magenta value is 36.73%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(22,37,0,42)
C22M37Y0K42 
(22%,37%,0%,42%)
(0.22/0.37/0.00/0.42)	

CMYK percentages

%21.77
%36.73
%0
%42.35

Codes

Color #735D93 in popluar color models

735D93
RGB11593147
HSL264°22.50%47.06%
HSB/HSV264°36.73%57.65%
CMYK21.77%36.73%0.00%
42.35%

Color #735D93 in popluar number systems.

HEX735D93
Decimal11593147
Binary1110011101110110010011
Octal163135223

Shades and tints

Shades of #735D93

#735D93
(115,93,147)
#695586
(105,85,134)
#5F4D79
(95,77,121)
#55456C
(85,69,108)
#4B3D5F
(75,61,95)
#413552
(65,53,82)
#372D45
(55,45,69)
#2D2538
(45,37,56)
#231D2B
(35,29,43)
#19151E
(25,21,30)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #735D93

#735D93
(115,93,147)
#7F6B9C
(127,107,156)
#8B79A5
(139,121,165)
#9787AE
(151,135,174)
#A395B7
(163,149,183)
#AFA3C0
(175,163,192)
#BBB1C9
(187,177,201)
#C7BFD2
(199,191,210)
#D3CDDB
(211,205,219)
#DFDBE4
(223,219,228)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735D93 color. Also use rgb(115,93,147) instead hex code.

Text Font Color

.myTextColor { color: #735D93; }

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

This text font color is #735D93.


Background Color

.myBgColor { background-color: #735D93; }

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

This div background color is #735D93.


Border color

.myBorderColor { border: 1px solid #735D93; }

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

This div border color is #735D93.


Opacity

.myOpacity80 { color: #735D93; opacity: 0.8; }

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

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

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

This text has shadow with #735D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735D93 on black background.


Color preview on white background

This text has color #735D93 on white background.



Black color preview on #735D93 background

This text has black color on #735D93 background.


White color preview on #735D93 background

This text has white color on #735D93 background.