COLOR #702476

HEX: #702476
RGB: (112,36,118)

Color info

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

RGB color model

#702476 color RGB value is (112,36,118).

  • red value is 112;
  • green value is 36;
  • blue value is 118.
RGB:
(112,36,118)
(44%,14%,46%)

RGB channels and saturation

R 112 of 255 = 44%
G 36 of 255 = 14%
B 118 of 255 = 46%

112
36
118

R + G + B ~ 35%. #702476 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 36 + 118 = 266 (100%)
R 112 of 266 ~ 42.11%
G 36 of 266 ~ 13.53%
B 118 of 266 ~ 44.36%

%42.11
%13.53
%44.36

CMYK color model

#702476 color CMYK value is (5,69,0,54).

  • cyan value is 5.08%
  • magenta value is 69.49%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(5,69,0,54)
C5M69Y0K54 
(5%,69%,0%,54%)
(0.05/0.69/0.00/0.54)	

CMYK percentages

%5.08
%69.49
%0
%53.73

Codes

Color #702476 in popluar color models

702476
RGB11236118
HSL296°53.25%30.20%
HSB/HSV296°69.49%46.27%
CMYK5.08%69.49%0.00%
53.73%

Color #702476 in popluar number systems.

HEX702476
Decimal11236118
Binary11100001001001110110
Octal16044166

Shades and tints

Shades of #702476

#702476
(112,36,118)
#66216C
(102,33,108)
#5C1E62
(92,30,98)
#521B58
(82,27,88)
#48184E
(72,24,78)
#3E1544
(62,21,68)
#34123A
(52,18,58)
#2A0F30
(42,15,48)
#200C26
(32,12,38)
#16091C
(22,9,28)
#0C0612
(12,6,18)
#000000
(0,0,0)

Tints of #702476

#702476
(112,36,118)
#7D3782
(125,55,130)
#8A4A8E
(138,74,142)
#975D9A
(151,93,154)
#A470A6
(164,112,166)
#B183B2
(177,131,178)
#BE96BE
(190,150,190)
#CBA9CA
(203,169,202)
#D8BCD6
(216,188,214)
#E5CFE2
(229,207,226)
#F2E2EE
(242,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #702476 color. Also use rgb(112,36,118) instead hex code.

Text Font Color

.myTextColor { color: #702476; }

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

This text font color is #702476.


Background Color

.myBgColor { background-color: #702476; }

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

This div background color is #702476.


Border color

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

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

This div border color is #702476.


Opacity

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

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

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

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

This text has shadow with #702476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #702476 on black background.


Color preview on white background

This text has color #702476 on white background.



Black color preview on #702476 background

This text has black color on #702476 background.


White color preview on #702476 background

This text has white color on #702476 background.