COLOR #7C10C2

HEX: #7C10C2
RGB: (124,16,194)

Color info

#7C10C2 contains mainly blue color. Web safe color of #7C10C2 is #6600CC (or #60C).

RGB color model

#7C10C2 color RGB value is (124,16,194).

  • red value is 124;
  • green value is 16;
  • blue value is 194.
RGB:
(124,16,194)
(49%,6%,76%)

RGB channels and saturation

R 124 of 255 = 49%
G 16 of 255 = 6%
B 194 of 255 = 76%

124
16
194

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

Portions of RGB colors in percentages

R + G + B =
124 + 16 + 194 = 334 (100%)
R 124 of 334 ~ 37.13%
G 16 of 334 ~ 4.79%
B 194 of 334 ~ 58.08%

%37.13
%58.08

CMYK color model

#7C10C2 color CMYK value is (36,92,0,24).

  • cyan value is 36.08%
  • magenta value is 91.75%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(36,92,0,24)
C36M92Y0K24 
(36%,92%,0%,24%)
(0.36/0.92/0.00/0.24)	

CMYK percentages

%36.08
%91.75
%0
%23.92

Codes

Color #7C10C2 in popluar color models

7C10C2
RGB12416194
HSL276°84.76%41.18%
HSB/HSV276°91.75%76.08%
CMYK36.08%91.75%0.00%
23.92%

Color #7C10C2 in popluar number systems.

HEX7C10C2
Decimal12416194
Binary11111001000011000010
Octal17420302

Shades and tints

Shades of #7C10C2

#7C10C2
(124,16,194)
#710FB1
(113,15,177)
#660EA0
(102,14,160)
#5B0D8F
(91,13,143)
#500C7E
(80,12,126)
#450B6D
(69,11,109)
#3A0A5C
(58,10,92)
#2F094B
(47,9,75)
#24083A
(36,8,58)
#190729
(25,7,41)
#0E0618
(14,6,24)
#000000
(0,0,0)

Tints of #7C10C2

#7C10C2
(124,16,194)
#8725C7
(135,37,199)
#923ACC
(146,58,204)
#9D4FD1
(157,79,209)
#A864D6
(168,100,214)
#B379DB
(179,121,219)
#BE8EE0
(190,142,224)
#C9A3E5
(201,163,229)
#D4B8EA
(212,184,234)
#DFCDEF
(223,205,239)
#EAE2F4
(234,226,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C10C2 color. Also use rgb(124,16,194) instead hex code.

Text Font Color

.myTextColor { color: #7C10C2; }

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

This text font color is #7C10C2.


Background Color

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

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

This div background color is #7C10C2.


Border color

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

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

This div border color is #7C10C2.


Opacity

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

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

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

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

This text has shadow with #7C10C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C10C2 on black background.


Color preview on white background

This text has color #7C10C2 on white background.



Black color preview on #7C10C2 background

This text has black color on #7C10C2 background.


White color preview on #7C10C2 background

This text has white color on #7C10C2 background.