COLOR #783AAA

HEX: #783AAA
RGB: (120,58,170)

Color info

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

RGB color model

#783AAA color RGB value is (120,58,170).

  • red value is 120;
  • green value is 58;
  • blue value is 170.
RGB:
(120,58,170)
(47%,23%,67%)

RGB channels and saturation

R 120 of 255 = 47%
G 58 of 255 = 23%
B 170 of 255 = 67%

120
58
170

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

Portions of RGB colors in percentages

R + G + B =
120 + 58 + 170 = 348 (100%)
R 120 of 348 ~ 34.48%
G 58 of 348 ~ 16.67%
B 170 of 348 ~ 48.85%

%34.48
%16.67
%48.85

CMYK color model

#783AAA color CMYK value is (29,66,0,33).

  • cyan value is 29.41%
  • magenta value is 65.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(29,66,0,33)
C29M66Y0K33 
(29%,66%,0%,33%)
(0.29/0.66/0.00/0.33)	

CMYK percentages

%29.41
%65.88
%0
%33.33

Codes

Color #783AAA in popluar color models

783AAA
RGB12058170
HSL273°49.12%44.71%
HSB/HSV273°65.88%66.67%
CMYK29.41%65.88%0.00%
33.33%

Color #783AAA in popluar number systems.

HEX783AAA
Decimal12058170
Binary111100011101010101010
Octal17072252

Shades and tints

Shades of #783AAA

#783AAA
(120,58,170)
#6E359B
(110,53,155)
#64308C
(100,48,140)
#5A2B7D
(90,43,125)
#50266E
(80,38,110)
#46215F
(70,33,95)
#3C1C50
(60,28,80)
#321741
(50,23,65)
#281232
(40,18,50)
#1E0D23
(30,13,35)
#140814
(20,8,20)
#000000
(0,0,0)

Tints of #783AAA

#783AAA
(120,58,170)
#844BB1
(132,75,177)
#905CB8
(144,92,184)
#9C6DBF
(156,109,191)
#A87EC6
(168,126,198)
#B48FCD
(180,143,205)
#C0A0D4
(192,160,212)
#CCB1DB
(204,177,219)
#D8C2E2
(216,194,226)
#E4D3E9
(228,211,233)
#F0E4F0
(240,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783AAA color. Also use rgb(120,58,170) instead hex code.

Text Font Color

.myTextColor { color: #783AAA; }

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

This text font color is #783AAA.


Background Color

.myBgColor { background-color: #783AAA; }

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

This div background color is #783AAA.


Border color

.myBorderColor { border: 1px solid #783AAA; }

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

This div border color is #783AAA.


Opacity

.myOpacity80 { color: #783AAA; opacity: 0.8; }

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

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

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

This text has shadow with #783AAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #783AAA on black background.


Color preview on white background

This text has color #783AAA on white background.



Black color preview on #783AAA background

This text has black color on #783AAA background.


White color preview on #783AAA background

This text has white color on #783AAA background.