COLOR #712481

HEX: #712481
RGB: (113,36,129)

Renk bilgisi

#712481 contains mainly red and blue colors. #712481 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#712481 color RGB value is (113,36,129).

  • kırmız ton 113;
  • yeşil ton 36;
  • mavi ton 129.
RGB:
(113,36,129)
(44%,14%,51%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 36 of 255 = 14%
B 129 of 255 = 51%

113
36
129

R + G + B ~ 36%. #712481 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 36 + 129 = 278 (100%)
R 113 of 278 ~ 40.65%
G 36 of 278 ~ 12.95%
B 129 of 278 ~ 46.4%

%40.65
%12.95
%46.4

CMYK RENK MODELİ

#712481 rengi CMYK tonu (12,72,0,49).

  • camgöbeği tonu 12.40%
  • eflatun tonu 72.09%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(12,72,0,49)
C12M72Y0K49 
(12%,72%,0%,49%)
(0.12/0.72/0.00/0.49)	

CMYK yüzdeleri

%12.4
%72.09
%0
%49.41

Codes

Color #712481 in popluar color models

712481
RGB11336129
HSL290°56.36%32.35%
HSB/HSV290°72.09%50.59%
CMYK12.40%72.09%0.00%
49.41%

Color #712481 in popluar number systems.

HEX712481
Decimal11336129
Binary111000110010010000001
Octal16144201

Shades and tints

Shades of #712481

#712481
(113,36,129)
#672176
(103,33,118)
#5D1E6B
(93,30,107)
#531B60
(83,27,96)
#491855
(73,24,85)
#3F154A
(63,21,74)
#35123F
(53,18,63)
#2B0F34
(43,15,52)
#210C29
(33,12,41)
#17091E
(23,9,30)
#0D0613
(13,6,19)
#000000
(0,0,0)

Tints of #712481

#712481
(113,36,129)
#7D378C
(125,55,140)
#894A97
(137,74,151)
#955DA2
(149,93,162)
#A170AD
(161,112,173)
#AD83B8
(173,131,184)
#B996C3
(185,150,195)
#C5A9CE
(197,169,206)
#D1BCD9
(209,188,217)
#DDCFE4
(221,207,228)
#E9E2EF
(233,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712481; }

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

This text font color is #712481.


Background Color

.myBgColor { background-color: #712481; }

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

This div background color is #712481.


Border color

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

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

This div border color is #712481.


Opacity

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

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

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

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

This text has shadow with #712481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712481 on black background.


Color preview on white background

This text has color #712481 on white background.



Black color preview on #712481 background

This text has black color on #712481 background.


White color preview on #712481 background

This text has white color on #712481 background.