COLOR #7123A9

HEX: #7123A9
RGB: (113,35,169)

Color info

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

RGB color model

#7123A9 color RGB value is (113,35,169).

  • red value is 113;
  • green value is 35;
  • blue value is 169.
RGB:
(113,35,169)
(44%,14%,66%)

RGB channels and saturation

R 113 of 255 = 44%
G 35 of 255 = 14%
B 169 of 255 = 66%

113
35
169

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

Portions of RGB colors in percentages

R + G + B =
113 + 35 + 169 = 317 (100%)
R 113 of 317 ~ 35.65%
G 35 of 317 ~ 11.04%
B 169 of 317 ~ 53.31%

%35.65
%11.04
%53.31

CMYK color model

#7123A9 color CMYK value is (33,79,0,34).

  • cyan value is 33.14%
  • magenta value is 79.29%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(33,79,0,34)
C33M79Y0K34 
(33%,79%,0%,34%)
(0.33/0.79/0.00/0.34)	

CMYK percentages

%33.14
%79.29
%0
%33.73

Codes

Color #7123A9 in popluar color models

7123A9
RGB11335169
HSL275°65.69%40.00%
HSB/HSV275°79.29%66.27%
CMYK33.14%79.29%0.00%
33.73%

Color #7123A9 in popluar number systems.

HEX7123A9
Decimal11335169
Binary111000110001110101001
Octal16143251

Shades and tints

Shades of #7123A9

#7123A9
(113,35,169)
#67209A
(103,32,154)
#5D1D8B
(93,29,139)
#531A7C
(83,26,124)
#49176D
(73,23,109)
#3F145E
(63,20,94)
#35114F
(53,17,79)
#2B0E40
(43,14,64)
#210B31
(33,11,49)
#170822
(23,8,34)
#0D0513
(13,5,19)
#000000
(0,0,0)

Tints of #7123A9

#7123A9
(113,35,169)
#7D37B0
(125,55,176)
#894BB7
(137,75,183)
#955FBE
(149,95,190)
#A173C5
(161,115,197)
#AD87CC
(173,135,204)
#B99BD3
(185,155,211)
#C5AFDA
(197,175,218)
#D1C3E1
(209,195,225)
#DDD7E8
(221,215,232)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7123A9 color. Also use rgb(113,35,169) instead hex code.

Text Font Color

.myTextColor { color: #7123A9; }

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

This text font color is #7123A9.


Background Color

.myBgColor { background-color: #7123A9; }

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

This div background color is #7123A9.


Border color

.myBorderColor { border: 1px solid #7123A9; }

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

This div border color is #7123A9.


Opacity

.myOpacity80 { color: #7123A9; opacity: 0.8; }

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

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

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

This text has shadow with #7123A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7123A9 on black background.


Color preview on white background

This text has color #7123A9 on white background.



Black color preview on #7123A9 background

This text has black color on #7123A9 background.


White color preview on #7123A9 background

This text has white color on #7123A9 background.