COLOR #7C17A6

HEX: #7C17A6
RGB: (124,23,166)

Color info

#7C17A6 contains mainly red and blue colors. Web safe color of #7C17A6 is #660099 (or #609).

RGB color model

#7C17A6 color RGB value is (124,23,166).

  • red value is 124;
  • green value is 23;
  • blue value is 166.
RGB:
(124,23,166)
(49%,9%,65%)

RGB channels and saturation

R 124 of 255 = 49%
G 23 of 255 = 9%
B 166 of 255 = 65%

124
23
166

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

Portions of RGB colors in percentages

R + G + B =
124 + 23 + 166 = 313 (100%)
R 124 of 313 ~ 39.62%
G 23 of 313 ~ 7.35%
B 166 of 313 ~ 53.04%

%39.62
%53.04

CMYK color model

#7C17A6 color CMYK value is (25,86,0,35).

  • cyan value is 25.30%
  • magenta value is 86.14%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(25,86,0,35)
C25M86Y0K35 
(25%,86%,0%,35%)
(0.25/0.86/0.00/0.35)	

CMYK percentages

%25.3
%86.14
%0
%34.9

Codes

Color #7C17A6 in popluar color models

7C17A6
RGB12423166
HSL282°75.66%37.06%
HSB/HSV282°86.14%65.10%
CMYK25.30%86.14%0.00%
34.90%

Color #7C17A6 in popluar number systems.

HEX7C17A6
Decimal12423166
Binary11111001011110100110
Octal17427246

Shades and tints

Shades of #7C17A6

#7C17A6
(124,23,166)
#711597
(113,21,151)
#661388
(102,19,136)
#5B1179
(91,17,121)
#500F6A
(80,15,106)
#450D5B
(69,13,91)
#3A0B4C
(58,11,76)
#2F093D
(47,9,61)
#24072E
(36,7,46)
#19051F
(25,5,31)
#0E0310
(14,3,16)
#000000
(0,0,0)

Tints of #7C17A6

#7C17A6
(124,23,166)
#872CAE
(135,44,174)
#9241B6
(146,65,182)
#9D56BE
(157,86,190)
#A86BC6
(168,107,198)
#B380CE
(179,128,206)
#BE95D6
(190,149,214)
#C9AADE
(201,170,222)
#D4BFE6
(212,191,230)
#DFD4EE
(223,212,238)
#EAE9F6
(234,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C17A6 color. Also use rgb(124,23,166) instead hex code.

Text Font Color

.myTextColor { color: #7C17A6; }

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

This text font color is #7C17A6.


Background Color

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

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

This div background color is #7C17A6.


Border color

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

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

This div border color is #7C17A6.


Opacity

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

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

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

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

This text has shadow with #7C17A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C17A6 on black background.


Color preview on white background

This text has color #7C17A6 on white background.



Black color preview on #7C17A6 background

This text has black color on #7C17A6 background.


White color preview on #7C17A6 background

This text has white color on #7C17A6 background.