COLOR #71258A

HEX: #71258A
RGB: (113,37,138)

Color info

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

RGB color model

#71258A color RGB value is (113,37,138).

  • red value is 113;
  • green value is 37;
  • blue value is 138.
RGB:
(113,37,138)
(44%,15%,54%)

RGB channels and saturation

R 113 of 255 = 44%
G 37 of 255 = 15%
B 138 of 255 = 54%

113
37
138

R + G + B ~ 38%. #71258A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 37 + 138 = 288 (100%)
R 113 of 288 ~ 39.24%
G 37 of 288 ~ 12.85%
B 138 of 288 ~ 47.92%

%39.24
%12.85
%47.92

CMYK color model

#71258A color CMYK value is (18,73,0,46).

  • cyan value is 18.12%
  • magenta value is 73.19%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(18,73,0,46)
C18M73Y0K46 
(18%,73%,0%,46%)
(0.18/0.73/0.00/0.46)	

CMYK percentages

%18.12
%73.19
%0
%45.88

Codes

Color #71258A in popluar color models

71258A
RGB11337138
HSL285°57.71%34.31%
HSB/HSV285°73.19%54.12%
CMYK18.12%73.19%0.00%
45.88%

Color #71258A in popluar number systems.

HEX71258A
Decimal11337138
Binary111000110010110001010
Octal16145212

Shades and tints

Shades of #71258A

#71258A
(113,37,138)
#67227E
(103,34,126)
#5D1F72
(93,31,114)
#531C66
(83,28,102)
#49195A
(73,25,90)
#3F164E
(63,22,78)
#351342
(53,19,66)
#2B1036
(43,16,54)
#210D2A
(33,13,42)
#170A1E
(23,10,30)
#0D0712
(13,7,18)
#000000
(0,0,0)

Tints of #71258A

#71258A
(113,37,138)
#7D3894
(125,56,148)
#894B9E
(137,75,158)
#955EA8
(149,94,168)
#A171B2
(161,113,178)
#AD84BC
(173,132,188)
#B997C6
(185,151,198)
#C5AAD0
(197,170,208)
#D1BDDA
(209,189,218)
#DDD0E4
(221,208,228)
#E9E3EE
(233,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71258A color. Also use rgb(113,37,138) instead hex code.

Text Font Color

.myTextColor { color: #71258A; }

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

This text font color is #71258A.


Background Color

.myBgColor { background-color: #71258A; }

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

This div background color is #71258A.


Border color

.myBorderColor { border: 1px solid #71258A; }

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

This div border color is #71258A.


Opacity

.myOpacity80 { color: #71258A; opacity: 0.8; }

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

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

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

This text has shadow with #71258A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71258A on black background.


Color preview on white background

This text has color #71258A on white background.



Black color preview on #71258A background

This text has black color on #71258A background.


White color preview on #71258A background

This text has white color on #71258A background.