COLOR #7724A7

HEX: #7724A7
RGB: (119,36,167)

Color info

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

RGB color model

#7724A7 color RGB value is (119,36,167).

  • red value is 119;
  • green value is 36;
  • blue value is 167.
RGB:
(119,36,167)
(47%,14%,65%)

RGB channels and saturation

R 119 of 255 = 47%
G 36 of 255 = 14%
B 167 of 255 = 65%

119
36
167

R + G + B ~ 42%. #7724A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 36 + 167 = 322 (100%)
R 119 of 322 ~ 36.96%
G 36 of 322 ~ 11.18%
B 167 of 322 ~ 51.86%

%36.96
%11.18
%51.86

CMYK color model

#7724A7 color CMYK value is (29,78,0,35).

  • cyan value is 28.74%
  • magenta value is 78.44%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(29,78,0,35)
C29M78Y0K35 
(29%,78%,0%,35%)
(0.29/0.78/0.00/0.35)	

CMYK percentages

%28.74
%78.44
%0
%34.51

Codes

Color #7724A7 in popluar color models

7724A7
RGB11936167
HSL278°64.53%39.80%
HSB/HSV278°78.44%65.49%
CMYK28.74%78.44%0.00%
34.51%

Color #7724A7 in popluar number systems.

HEX7724A7
Decimal11936167
Binary111011110010010100111
Octal16744247

Shades and tints

Shades of #7724A7

#7724A7
(119,36,167)
#6D2198
(109,33,152)
#631E89
(99,30,137)
#591B7A
(89,27,122)
#4F186B
(79,24,107)
#45155C
(69,21,92)
#3B124D
(59,18,77)
#310F3E
(49,15,62)
#270C2F
(39,12,47)
#1D0920
(29,9,32)
#130611
(19,6,17)
#000000
(0,0,0)

Tints of #7724A7

#7724A7
(119,36,167)
#8337AF
(131,55,175)
#8F4AB7
(143,74,183)
#9B5DBF
(155,93,191)
#A770C7
(167,112,199)
#B383CF
(179,131,207)
#BF96D7
(191,150,215)
#CBA9DF
(203,169,223)
#D7BCE7
(215,188,231)
#E3CFEF
(227,207,239)
#EFE2F7
(239,226,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7724A7 color. Also use rgb(119,36,167) instead hex code.

Text Font Color

.myTextColor { color: #7724A7; }

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

This text font color is #7724A7.


Background Color

.myBgColor { background-color: #7724A7; }

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

This div background color is #7724A7.


Border color

.myBorderColor { border: 1px solid #7724A7; }

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

This div border color is #7724A7.


Opacity

.myOpacity80 { color: #7724A7; opacity: 0.8; }

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

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

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

This text has shadow with #7724A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7724A7 on black background.


Color preview on white background

This text has color #7724A7 on white background.



Black color preview on #7724A7 background

This text has black color on #7724A7 background.


White color preview on #7724A7 background

This text has white color on #7724A7 background.