COLOR #702878

HEX: #702878
RGB: (112,40,120)

Color info

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

RGB color model

#702878 color RGB value is (112,40,120).

  • red value is 112;
  • green value is 40;
  • blue value is 120.
RGB:
(112,40,120)
(44%,16%,47%)

RGB channels and saturation

R 112 of 255 = 44%
G 40 of 255 = 16%
B 120 of 255 = 47%

112
40
120

R + G + B ~ 36%. #702878 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 40 + 120 = 272 (100%)
R 112 of 272 ~ 41.18%
G 40 of 272 ~ 14.71%
B 120 of 272 ~ 44.12%

%41.18
%14.71
%44.12

CMYK color model

#702878 color CMYK value is (7,67,0,53).

  • cyan value is 6.67%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(7,67,0,53)
C7M67Y0K53 
(7%,67%,0%,53%)
(0.07/0.67/0.00/0.53)	

CMYK percentages

%6.67
%66.67
%0
%52.94

Codes

Color #702878 in popluar color models

702878
RGB11240120
HSL294°50.00%31.37%
HSB/HSV294°66.67%47.06%
CMYK6.67%66.67%0.00%
52.94%

Color #702878 in popluar number systems.

HEX702878
Decimal11240120
Binary11100001010001111000
Octal16050170

Shades and tints

Shades of #702878

#702878
(112,40,120)
#66256E
(102,37,110)
#5C2264
(92,34,100)
#521F5A
(82,31,90)
#481C50
(72,28,80)
#3E1946
(62,25,70)
#34163C
(52,22,60)
#2A1332
(42,19,50)
#201028
(32,16,40)
#160D1E
(22,13,30)
#0C0A14
(12,10,20)
#000000
(0,0,0)

Tints of #702878

#702878
(112,40,120)
#7D3B84
(125,59,132)
#8A4E90
(138,78,144)
#97619C
(151,97,156)
#A474A8
(164,116,168)
#B187B4
(177,135,180)
#BE9AC0
(190,154,192)
#CBADCC
(203,173,204)
#D8C0D8
(216,192,216)
#E5D3E4
(229,211,228)
#F2E6F0
(242,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #702878 color. Also use rgb(112,40,120) instead hex code.

Text Font Color

.myTextColor { color: #702878; }

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

This text font color is #702878.


Background Color

.myBgColor { background-color: #702878; }

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

This div background color is #702878.


Border color

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

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

This div border color is #702878.


Opacity

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

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

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

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

This text has shadow with #702878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #702878 on black background.


Color preview on white background

This text has color #702878 on white background.



Black color preview on #702878 background

This text has black color on #702878 background.


White color preview on #702878 background

This text has white color on #702878 background.