COLOR #7A249B

HEX: #7A249B
RGB: (122,36,155)

Color info

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

RGB color model

#7A249B color RGB value is (122,36,155).

  • red value is 122;
  • green value is 36;
  • blue value is 155.
RGB:
(122,36,155)
(48%,14%,61%)

RGB channels and saturation

R 122 of 255 = 48%
G 36 of 255 = 14%
B 155 of 255 = 61%

122
36
155

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

Portions of RGB colors in percentages

R + G + B =
122 + 36 + 155 = 313 (100%)
R 122 of 313 ~ 38.98%
G 36 of 313 ~ 11.5%
B 155 of 313 ~ 49.52%

%38.98
%11.5
%49.52

CMYK color model

#7A249B color CMYK value is (21,77,0,39).

  • cyan value is 21.29%
  • magenta value is 76.77%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(21,77,0,39)
C21M77Y0K39 
(21%,77%,0%,39%)
(0.21/0.77/0.00/0.39)	

CMYK percentages

%21.29
%76.77
%0
%39.22

Codes

Color #7A249B in popluar color models

7A249B
RGB12236155
HSL283°62.30%37.45%
HSB/HSV283°76.77%60.78%
CMYK21.29%76.77%0.00%
39.22%

Color #7A249B in popluar number systems.

HEX7A249B
Decimal12236155
Binary111101010010010011011
Octal17244233

Shades and tints

Shades of #7A249B

#7A249B
(122,36,155)
#6F218D
(111,33,141)
#641E7F
(100,30,127)
#591B71
(89,27,113)
#4E1863
(78,24,99)
#431555
(67,21,85)
#381247
(56,18,71)
#2D0F39
(45,15,57)
#220C2B
(34,12,43)
#17091D
(23,9,29)
#0C060F
(12,6,15)
#000000
(0,0,0)

Tints of #7A249B

#7A249B
(122,36,155)
#8637A4
(134,55,164)
#924AAD
(146,74,173)
#9E5DB6
(158,93,182)
#AA70BF
(170,112,191)
#B683C8
(182,131,200)
#C296D1
(194,150,209)
#CEA9DA
(206,169,218)
#DABCE3
(218,188,227)
#E6CFEC
(230,207,236)
#F2E2F5
(242,226,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A249B color. Also use rgb(122,36,155) instead hex code.

Text Font Color

.myTextColor { color: #7A249B; }

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

This text font color is #7A249B.


Background Color

.myBgColor { background-color: #7A249B; }

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

This div background color is #7A249B.


Border color

.myBorderColor { border: 1px solid #7A249B; }

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

This div border color is #7A249B.


Opacity

.myOpacity80 { color: #7A249B; opacity: 0.8; }

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

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

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

This text has shadow with #7A249B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A249B on black background.


Color preview on white background

This text has color #7A249B on white background.



Black color preview on #7A249B background

This text has black color on #7A249B background.


White color preview on #7A249B background

This text has white color on #7A249B background.