COLOR #712498

HEX: #712498
RGB: (113,36,152)

Color info

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

RGB color model

#712498 color RGB value is (113,36,152).

  • red value is 113;
  • green value is 36;
  • blue value is 152.
RGB:
(113,36,152)
(44%,14%,60%)

RGB channels and saturation

R 113 of 255 = 44%
G 36 of 255 = 14%
B 152 of 255 = 60%

113
36
152

R + G + B ~ 39%. #712498 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 36 + 152 = 301 (100%)
R 113 of 301 ~ 37.54%
G 36 of 301 ~ 11.96%
B 152 of 301 ~ 50.5%

%37.54
%11.96
%50.5

CMYK color model

#712498 color CMYK value is (26,76,0,40).

  • cyan value is 25.66%
  • magenta value is 76.32%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(26,76,0,40)
C26M76Y0K40 
(26%,76%,0%,40%)
(0.26/0.76/0.00/0.40)	

CMYK percentages

%25.66
%76.32
%0
%40.39

Codes

Color #712498 in popluar color models

712498
RGB11336152
HSL280°61.70%36.86%
HSB/HSV280°76.32%59.61%
CMYK25.66%76.32%0.00%
40.39%

Color #712498 in popluar number systems.

HEX712498
Decimal11336152
Binary111000110010010011000
Octal16144230

Shades and tints

Shades of #712498

#712498
(113,36,152)
#67218B
(103,33,139)
#5D1E7E
(93,30,126)
#531B71
(83,27,113)
#491864
(73,24,100)
#3F1557
(63,21,87)
#35124A
(53,18,74)
#2B0F3D
(43,15,61)
#210C30
(33,12,48)
#170923
(23,9,35)
#0D0616
(13,6,22)
#000000
(0,0,0)

Tints of #712498

#712498
(113,36,152)
#7D37A1
(125,55,161)
#894AAA
(137,74,170)
#955DB3
(149,93,179)
#A170BC
(161,112,188)
#AD83C5
(173,131,197)
#B996CE
(185,150,206)
#C5A9D7
(197,169,215)
#D1BCE0
(209,188,224)
#DDCFE9
(221,207,233)
#E9E2F2
(233,226,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712498 color. Also use rgb(113,36,152) instead hex code.

Text Font Color

.myTextColor { color: #712498; }

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

This text font color is #712498.


Background Color

.myBgColor { background-color: #712498; }

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

This div background color is #712498.


Border color

.myBorderColor { border: 1px solid #712498; }

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

This div border color is #712498.


Opacity

.myOpacity80 { color: #712498; opacity: 0.8; }

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

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

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

This text has shadow with #712498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712498 on black background.


Color preview on white background

This text has color #712498 on white background.



Black color preview on #712498 background

This text has black color on #712498 background.


White color preview on #712498 background

This text has white color on #712498 background.