COLOR #733790

HEX: #733790
RGB: (115,55,144)

Color info

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

RGB color model

#733790 color RGB value is (115,55,144).

  • red value is 115;
  • green value is 55;
  • blue value is 144.
RGB:
(115,55,144)
(45%,22%,56%)

RGB channels and saturation

R 115 of 255 = 45%
G 55 of 255 = 22%
B 144 of 255 = 56%

115
55
144

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

Portions of RGB colors in percentages

R + G + B =
115 + 55 + 144 = 314 (100%)
R 115 of 314 ~ 36.62%
G 55 of 314 ~ 17.52%
B 144 of 314 ~ 45.86%

%36.62
%17.52
%45.86

CMYK color model

#733790 color CMYK value is (20,62,0,44).

  • cyan value is 20.14%
  • magenta value is 61.81%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(20,62,0,44)
C20M62Y0K44 
(20%,62%,0%,44%)
(0.20/0.62/0.00/0.44)	

CMYK percentages

%20.14
%61.81
%0
%43.53

Codes

Color #733790 in popluar color models

733790
RGB11555144
HSL280°44.72%39.02%
HSB/HSV280°61.81%56.47%
CMYK20.14%61.81%0.00%
43.53%

Color #733790 in popluar number systems.

HEX733790
Decimal11555144
Binary111001111011110010000
Octal16367220

Shades and tints

Shades of #733790

#733790
(115,55,144)
#693283
(105,50,131)
#5F2D76
(95,45,118)
#552869
(85,40,105)
#4B235C
(75,35,92)
#411E4F
(65,30,79)
#371942
(55,25,66)
#2D1435
(45,20,53)
#230F28
(35,15,40)
#190A1B
(25,10,27)
#0F050E
(15,5,14)
#000000
(0,0,0)

Tints of #733790

#733790
(115,55,144)
#7F499A
(127,73,154)
#8B5BA4
(139,91,164)
#976DAE
(151,109,174)
#A37FB8
(163,127,184)
#AF91C2
(175,145,194)
#BBA3CC
(187,163,204)
#C7B5D6
(199,181,214)
#D3C7E0
(211,199,224)
#DFD9EA
(223,217,234)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733790; }

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

This text font color is #733790.


Background Color

.myBgColor { background-color: #733790; }

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

This div background color is #733790.


Border color

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

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

This div border color is #733790.


Opacity

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

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

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

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

This text has shadow with #733790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733790 on black background.


Color preview on white background

This text has color #733790 on white background.



Black color preview on #733790 background

This text has black color on #733790 background.


White color preview on #733790 background

This text has white color on #733790 background.