COLOR #735299

HEX: #735299
RGB: (115,82,153)

Color info

#735299 contains mainly red and blue colors. Web safe color of #735299 is #666699 (or #669).

RGB color model

#735299 color RGB value is (115,82,153).

  • red value is 115;
  • green value is 82;
  • blue value is 153.
RGB:
(115,82,153)
(45%,32%,60%)

RGB channels and saturation

R 115 of 255 = 45%
G 82 of 255 = 32%
B 153 of 255 = 60%

115
82
153

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

Portions of RGB colors in percentages

R + G + B =
115 + 82 + 153 = 350 (100%)
R 115 of 350 ~ 32.86%
G 82 of 350 ~ 23.43%
B 153 of 350 ~ 43.71%

%32.86
%23.43
%43.71

CMYK color model

#735299 color CMYK value is (25,46,0,40).

  • cyan value is 24.84%
  • magenta value is 46.41%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(25,46,0,40)
C25M46Y0K40 
(25%,46%,0%,40%)
(0.25/0.46/0.00/0.40)	

CMYK percentages

%24.84
%46.41
%0
%40

Codes

Color #735299 in popluar color models

735299
RGB11582153
HSL268°30.21%46.08%
HSB/HSV268°46.41%60.00%
CMYK24.84%46.41%0.00%
40.00%

Color #735299 in popluar number systems.

HEX735299
Decimal11582153
Binary1110011101001010011001
Octal163122231

Shades and tints

Shades of #735299

#735299
(115,82,153)
#694B8C
(105,75,140)
#5F447F
(95,68,127)
#553D72
(85,61,114)
#4B3665
(75,54,101)
#412F58
(65,47,88)
#37284B
(55,40,75)
#2D213E
(45,33,62)
#231A31
(35,26,49)
#191324
(25,19,36)
#0F0C17
(15,12,23)
#000000
(0,0,0)

Tints of #735299

#735299
(115,82,153)
#7F61A2
(127,97,162)
#8B70AB
(139,112,171)
#977FB4
(151,127,180)
#A38EBD
(163,142,189)
#AF9DC6
(175,157,198)
#BBACCF
(187,172,207)
#C7BBD8
(199,187,216)
#D3CAE1
(211,202,225)
#DFD9EA
(223,217,234)
#EBE8F3
(235,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735299 color. Also use rgb(115,82,153) instead hex code.

Text Font Color

.myTextColor { color: #735299; }

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

This text font color is #735299.


Background Color

.myBgColor { background-color: #735299; }

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

This div background color is #735299.


Border color

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

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

This div border color is #735299.


Opacity

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

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

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

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

This text has shadow with #735299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735299 on black background.


Color preview on white background

This text has color #735299 on white background.



Black color preview on #735299 background

This text has black color on #735299 background.


White color preview on #735299 background

This text has white color on #735299 background.