COLOR #7424A8

HEX: #7424A8
RGB: (116,36,168)

Color info

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

RGB color model

#7424A8 color RGB value is (116,36,168).

  • red value is 116;
  • green value is 36;
  • blue value is 168.
RGB:
(116,36,168)
(45%,14%,66%)

RGB channels and saturation

R 116 of 255 = 45%
G 36 of 255 = 14%
B 168 of 255 = 66%

116
36
168

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

Portions of RGB colors in percentages

R + G + B =
116 + 36 + 168 = 320 (100%)
R 116 of 320 ~ 36.25%
G 36 of 320 ~ 11.25%
B 168 of 320 ~ 52.5%

%36.25
%11.25
%52.5

CMYK color model

#7424A8 color CMYK value is (31,79,0,34).

  • cyan value is 30.95%
  • magenta value is 78.57%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(31,79,0,34)
C31M79Y0K34 
(31%,79%,0%,34%)
(0.31/0.79/0.00/0.34)	

CMYK percentages

%30.95
%78.57
%0
%34.12

Codes

Color #7424A8 in popluar color models

7424A8
RGB11636168
HSL276°64.71%40.00%
HSB/HSV276°78.57%65.88%
CMYK30.95%78.57%0.00%
34.12%

Color #7424A8 in popluar number systems.

HEX7424A8
Decimal11636168
Binary111010010010010101000
Octal16444250

Shades and tints

Shades of #7424A8

#7424A8
(116,36,168)
#6A2199
(106,33,153)
#601E8A
(96,30,138)
#561B7B
(86,27,123)
#4C186C
(76,24,108)
#42155D
(66,21,93)
#38124E
(56,18,78)
#2E0F3F
(46,15,63)
#240C30
(36,12,48)
#1A0921
(26,9,33)
#100612
(16,6,18)
#000000
(0,0,0)

Tints of #7424A8

#7424A8
(116,36,168)
#8037AF
(128,55,175)
#8C4AB6
(140,74,182)
#985DBD
(152,93,189)
#A470C4
(164,112,196)
#B083CB
(176,131,203)
#BC96D2
(188,150,210)
#C8A9D9
(200,169,217)
#D4BCE0
(212,188,224)
#E0CFE7
(224,207,231)
#ECE2EE
(236,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7424A8 color. Also use rgb(116,36,168) instead hex code.

Text Font Color

.myTextColor { color: #7424A8; }

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

This text font color is #7424A8.


Background Color

.myBgColor { background-color: #7424A8; }

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

This div background color is #7424A8.


Border color

.myBorderColor { border: 1px solid #7424A8; }

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

This div border color is #7424A8.


Opacity

.myOpacity80 { color: #7424A8; opacity: 0.8; }

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

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

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

This text has shadow with #7424A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7424A8 on black background.


Color preview on white background

This text has color #7424A8 on white background.



Black color preview on #7424A8 background

This text has black color on #7424A8 background.


White color preview on #7424A8 background

This text has white color on #7424A8 background.