COLOR #78248A

HEX: #78248A
RGB: (120,36,138)

Color info

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

RGB color model

#78248A color RGB value is (120,36,138).

  • red value is 120;
  • green value is 36;
  • blue value is 138.
RGB:
(120,36,138)
(47%,14%,54%)

RGB channels and saturation

R 120 of 255 = 47%
G 36 of 255 = 14%
B 138 of 255 = 54%

120
36
138

R + G + B ~ 38%. #78248A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 36 + 138 = 294 (100%)
R 120 of 294 ~ 40.82%
G 36 of 294 ~ 12.24%
B 138 of 294 ~ 46.94%

%40.82
%12.24
%46.94

CMYK color model

#78248A color CMYK value is (13,74,0,46).

  • cyan value is 13.04%
  • magenta value is 73.91%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(13,74,0,46)
C13M74Y0K46 
(13%,74%,0%,46%)
(0.13/0.74/0.00/0.46)	

CMYK percentages

%13.04
%73.91
%0
%45.88

Codes

Color #78248A in popluar color models

78248A
RGB12036138
HSL289°58.62%34.12%
HSB/HSV289°73.91%54.12%
CMYK13.04%73.91%0.00%
45.88%

Color #78248A in popluar number systems.

HEX78248A
Decimal12036138
Binary111100010010010001010
Octal17044212

Shades and tints

Shades of #78248A

#78248A
(120,36,138)
#6E217E
(110,33,126)
#641E72
(100,30,114)
#5A1B66
(90,27,102)
#50185A
(80,24,90)
#46154E
(70,21,78)
#3C1242
(60,18,66)
#320F36
(50,15,54)
#280C2A
(40,12,42)
#1E091E
(30,9,30)
#140612
(20,6,18)
#000000
(0,0,0)

Tints of #78248A

#78248A
(120,36,138)
#843794
(132,55,148)
#904A9E
(144,74,158)
#9C5DA8
(156,93,168)
#A870B2
(168,112,178)
#B483BC
(180,131,188)
#C096C6
(192,150,198)
#CCA9D0
(204,169,208)
#D8BCDA
(216,188,218)
#E4CFE4
(228,207,228)
#F0E2EE
(240,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78248A color. Also use rgb(120,36,138) instead hex code.

Text Font Color

.myTextColor { color: #78248A; }

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

This text font color is #78248A.


Background Color

.myBgColor { background-color: #78248A; }

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

This div background color is #78248A.


Border color

.myBorderColor { border: 1px solid #78248A; }

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

This div border color is #78248A.


Opacity

.myOpacity80 { color: #78248A; opacity: 0.8; }

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

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

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

This text has shadow with #78248A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78248A on black background.


Color preview on white background

This text has color #78248A on white background.



Black color preview on #78248A background

This text has black color on #78248A background.


White color preview on #78248A background

This text has white color on #78248A background.