COLOR #710C7C

HEX: #710C7C
RGB: (113,12,124)

Color info

#710C7C contains mainly red and blue colors. Web safe color of #710C7C is #660066 (or #606).

RGB color model

#710C7C color RGB value is (113,12,124).

  • red value is 113;
  • green value is 12;
  • blue value is 124.
RGB:
(113,12,124)
(44%,5%,49%)

RGB channels and saturation

R 113 of 255 = 44%
G 12 of 255 = 5%
B 124 of 255 = 49%

113
12
124

R + G + B ~ 33%. #710C7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 12 + 124 = 249 (100%)
R 113 of 249 ~ 45.38%
G 12 of 249 ~ 4.82%
B 124 of 249 ~ 49.8%

%45.38
%49.8

CMYK color model

#710C7C color CMYK value is (9,90,0,51).

  • cyan value is 8.87%
  • magenta value is 90.32%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(9,90,0,51)
C9M90Y0K51 
(9%,90%,0%,51%)
(0.09/0.90/0.00/0.51)	

CMYK percentages

%8.87
%90.32
%0
%51.37

Codes

Color #710C7C in popluar color models

710C7C
RGB11312124
HSL294°82.35%26.67%
HSB/HSV294°90.32%48.63%
CMYK8.87%90.32%0.00%
51.37%

Color #710C7C in popluar number systems.

HEX710C7C
Decimal11312124
Binary111000111001111100
Octal16114174

Shades and tints

Shades of #710C7C

#710C7C
(113,12,124)
#670B71
(103,11,113)
#5D0A66
(93,10,102)
#53095B
(83,9,91)
#490850
(73,8,80)
#3F0745
(63,7,69)
#35063A
(53,6,58)
#2B052F
(43,5,47)
#210424
(33,4,36)
#170319
(23,3,25)
#0D020E
(13,2,14)
#000000
(0,0,0)

Tints of #710C7C

#710C7C
(113,12,124)
#7D2287
(125,34,135)
#893892
(137,56,146)
#954E9D
(149,78,157)
#A164A8
(161,100,168)
#AD7AB3
(173,122,179)
#B990BE
(185,144,190)
#C5A6C9
(197,166,201)
#D1BCD4
(209,188,212)
#DDD2DF
(221,210,223)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #710C7C color. Also use rgb(113,12,124) instead hex code.

Text Font Color

.myTextColor { color: #710C7C; }

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

This text font color is #710C7C.


Background Color

.myBgColor { background-color: #710C7C; }

<div style="background-color:#710C7C">Inner text</div>

This div background color is #710C7C.


Border color

.myBorderColor { border: 1px solid #710C7C; }

<div style="border:3px solid #710C7C">Div</div>

This div border color is #710C7C.


Opacity

.myOpacity80 { color: #710C7C; opacity: 0.8; }

<p style="color:#710C7C;opacity:0.8;">80%</p>

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

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

This text has shadow with #710C7C color.

.textShadow {text-shadow: 3px 3px 1px #710C7C, 3px 3px 1px red;}

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

This text has shadow with #710C7C primary color and red secondary color.


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

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

This text has shadow with #710C7C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #710C7C on black background.


Color preview on white background

This text has color #710C7C on white background.



Black color preview on #710C7C background

This text has black color on #710C7C background.


White color preview on #710C7C background

This text has white color on #710C7C background.