COLOR #733273

HEX: #733273
RGB: (115,50,115)

Color info

#733273 contains mainly red and blue colors. Web safe color of #733273 is #663366 (or #636).

RGB color model

#733273 color RGB value is (115,50,115).

  • red value is 115;
  • green value is 50;
  • blue value is 115.
RGB:
(115,50,115)
(45%,20%,45%)

RGB channels and saturation

R 115 of 255 = 45%
G 50 of 255 = 20%
B 115 of 255 = 45%

115
50
115

R + G + B ~ 37%. #733273 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 50 + 115 = 280 (100%)
R 115 of 280 ~ 41.07%
G 50 of 280 ~ 17.86%
B 115 of 280 ~ 41.07%

%41.07
%17.86
%41.07

CMYK color model

#733273 color CMYK value is (0,57,0,55).

  • cyan value is 0.00%
  • magenta value is 56.52%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(0,57,0,55)
C0M57Y0K55 
(0%,57%,0%,55%)
(0.00/0.57/0.00/0.55)	

CMYK percentages

%0
%56.52
%0
%54.9

Codes

Color #733273 in popluar color models

733273
RGB11550115
HSL300°39.39%32.35%
HSB/HSV300°56.52%45.10%
CMYK0.00%56.52%0.00%
54.90%

Color #733273 in popluar number systems.

HEX733273
Decimal11550115
Binary11100111100101110011
Octal16362163

Shades and tints

Shades of #733273

#733273
(115,50,115)
#692E69
(105,46,105)
#5F2A5F
(95,42,95)
#552655
(85,38,85)
#4B224B
(75,34,75)
#411E41
(65,30,65)
#371A37
(55,26,55)
#2D162D
(45,22,45)
#231223
(35,18,35)
#190E19
(25,14,25)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #733273

#733273
(115,50,115)
#7F447F
(127,68,127)
#8B568B
(139,86,139)
#976897
(151,104,151)
#A37AA3
(163,122,163)
#AF8CAF
(175,140,175)
#BB9EBB
(187,158,187)
#C7B0C7
(199,176,199)
#D3C2D3
(211,194,211)
#DFD4DF
(223,212,223)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733273; }

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

This text font color is #733273.


Background Color

.myBgColor { background-color: #733273; }

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

This div background color is #733273.


Border color

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

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

This div border color is #733273.


Opacity

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

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

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

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

This text has shadow with #733273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733273 on black background.


Color preview on white background

This text has color #733273 on white background.



Black color preview on #733273 background

This text has black color on #733273 background.


White color preview on #733273 background

This text has white color on #733273 background.