COLOR #793390

HEX: #793390
RGB: (121,51,144)

Color info

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

RGB color model

#793390 color RGB value is (121,51,144).

  • red value is 121;
  • green value is 51;
  • blue value is 144.
RGB:
(121,51,144)
(47%,20%,56%)

RGB channels and saturation

R 121 of 255 = 47%
G 51 of 255 = 20%
B 144 of 255 = 56%

121
51
144

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

Portions of RGB colors in percentages

R + G + B =
121 + 51 + 144 = 316 (100%)
R 121 of 316 ~ 38.29%
G 51 of 316 ~ 16.14%
B 144 of 316 ~ 45.57%

%38.29
%16.14
%45.57

CMYK color model

#793390 color CMYK value is (16,65,0,44).

  • cyan value is 15.97%
  • magenta value is 64.58%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(16,65,0,44)
C16M65Y0K44 
(16%,65%,0%,44%)
(0.16/0.65/0.00/0.44)	

CMYK percentages

%15.97
%64.58
%0
%43.53

Codes

Color #793390 in popluar color models

793390
RGB12151144
HSL285°47.69%38.24%
HSB/HSV285°64.58%56.47%
CMYK15.97%64.58%0.00%
43.53%

Color #793390 in popluar number systems.

HEX793390
Decimal12151144
Binary111100111001110010000
Octal17163220

Shades and tints

Shades of #793390

#793390
(121,51,144)
#6E2F83
(110,47,131)
#632B76
(99,43,118)
#582769
(88,39,105)
#4D235C
(77,35,92)
#421F4F
(66,31,79)
#371B42
(55,27,66)
#2C1735
(44,23,53)
#211328
(33,19,40)
#160F1B
(22,15,27)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #793390

#793390
(121,51,144)
#85459A
(133,69,154)
#9157A4
(145,87,164)
#9D69AE
(157,105,174)
#A97BB8
(169,123,184)
#B58DC2
(181,141,194)
#C19FCC
(193,159,204)
#CDB1D6
(205,177,214)
#D9C3E0
(217,195,224)
#E5D5EA
(229,213,234)
#F1E7F4
(241,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #793390 color. Also use rgb(121,51,144) instead hex code.

Text Font Color

.myTextColor { color: #793390; }

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

This text font color is #793390.


Background Color

.myBgColor { background-color: #793390; }

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

This div background color is #793390.


Border color

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

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

This div border color is #793390.


Opacity

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

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

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

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

This text has shadow with #793390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #793390 on black background.


Color preview on white background

This text has color #793390 on white background.



Black color preview on #793390 background

This text has black color on #793390 background.


White color preview on #793390 background

This text has white color on #793390 background.