COLOR #7C4298

HEX: #7C4298 RGB: (124,66,152)

Color info

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

RGB color model

#7C4298 color RGB value is (124,66,152).

RGB: (124,66,152) (49%, 26%, 60%)

RGB channels and saturation

R 124 of 255 = 49%
G 66 of 255 = 26%
B 152 of 255 = 60%

124
66
152

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

Portions of RGB colors in percentages

R + G + B = 124 + 66 + 152 = 342 (100%)
R 124 of 342 ~ 36.26%
G 66 of 342 ~ 19.3%
B 152 of 342 ~ 44.44'%

%36.26
%19.3
%44.44

CMYK color model

#7C4298 color CMYK value is (18,57,0,40).

  • cyan value is 18.42%
  • magenta value is 56.58%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (18,57,0,40)
C18M57Y0K40 (18%, 57%, 0%, 40%)
(0.18 / 0.57 / 0.00 / 0.40)

CMYK percentages

%18.42
%56.58
%0
%40.39

Codes

Color #7C4298 in popluar color models

7C 42 98
RGB 124 66 152
HSL 280° 39.45% 42.75%
HSB/HSV 280° 56.58% 59.61%
CMYK 18.42% 56.58% 0.00%
40.39%

Color #7C4298 in popluar number systems.

HEX 7C 42 98
Decimal 124 66 152
Binary 1111100 1000010 10011000
Octal 174 102 230

Shades and tints

Shades of #7C4298

#7C4298
(124,66,152)
#713C8B
(113,60,139)
#66367E
(102,54,126)
#5B3071
(91,48,113)
#502A64
(80,42,100)
#452457
(69,36,87)
#3A1E4A
(58,30,74)
#2F183D
(47,24,61)
#241230
(36,18,48)
#190C23
(25,12,35)
#0E0616
(14,6,22)
#000000
(0,0,0)

Tints of #7C4298

#7C4298
(124,66,152)
#8753A1
(135,83,161)
#9264AA
(146,100,170)
#9D75B3
(157,117,179)
#A886BC
(168,134,188)
#B397C5
(179,151,197)
#BEA8CE
(190,168,206)
#C9B9D7
(201,185,215)
#D4CAE0
(212,202,224)
#DFDBE9
(223,219,233)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4298 color. Also use rgb(124,66,152) instead hex code.

Text Font Color

.myTextColor { color: #7C4298; }

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

This text font color is #7C4298.

Background Color

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

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

This div background color is #7C4298.

Border color

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

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

This div border color is #7C4298.

Opacity

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

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

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

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

This text has shadow with #7C4298 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C4298.

Preview

Color preview on black background

This text has color #7C4298 on black background.


Color preview on white background

This text has color #7C4298 on white background.


Black color preview on #7C4298 background

This text has black color on #7C4298 background.


White color preview on #7C4298 background

This text has white color on #7C4298 background.


Related colors

Complementary color

Complementary color for #hex is #83BD67.


I love getcolorcode.com

Triadic colors

1 #987C42 and #42987C with #7C4298 are triadic colors.

2 #98427C and #427C98 with #7C4298 are triadic colors.