COLOR #710499

HEX: #710499
RGB: (113,4,153)

Renk bilgisi

#710499 contains mainly red and blue colors. #710499 ‘ nin web güvenlik rengi #660099 (ya da #609) dir.

RGB renk modeli

#710499 color RGB value is (113,4,153).

  • kırmız ton 113;
  • yeşil ton 4;
  • mavi ton 153.
RGB:
(113,4,153)
(44%,2%,60%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 4 of 255 = 2%
B 153 of 255 = 60%

113
4
153

R + G + B ~ 35%. #710499 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 4 + 153 = 270 (100%)
R 113 of 270 ~ 41.85%
G 4 of 270 ~ 1.48%
B 153 of 270 ~ 56.67%

%41.85
%56.67

CMYK RENK MODELİ

#710499 rengi CMYK tonu (26,97,0,40).

  • camgöbeği tonu 26.14%
  • eflatun tonu 97.39%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(26,97,0,40)
C26M97Y0K40 
(26%,97%,0%,40%)
(0.26/0.97/0.00/0.40)	

CMYK yüzdeleri

%26.14
%97.39
%0
%40

Codes

Color #710499 in popluar color models

710499
RGB1134153
HSL284°94.90%30.78%
HSB/HSV284°97.39%60.00%
CMYK26.14%97.39%0.00%
40.00%

Color #710499 in popluar number systems.

HEX710499
Decimal1134153
Binary111000110010011001
Octal1614231

Shades and tints

Shades of #710499

#710499
(113,4,153)
#67048C
(103,4,140)
#5D047F
(93,4,127)
#530472
(83,4,114)
#490465
(73,4,101)
#3F0458
(63,4,88)
#35044B
(53,4,75)
#2B043E
(43,4,62)
#210431
(33,4,49)
#170424
(23,4,36)
#0D0417
(13,4,23)
#000000
(0,0,0)

Tints of #710499

#710499
(113,4,153)
#7D1AA2
(125,26,162)
#8930AB
(137,48,171)
#9546B4
(149,70,180)
#A15CBD
(161,92,189)
#AD72C6
(173,114,198)
#B988CF
(185,136,207)
#C59ED8
(197,158,216)
#D1B4E1
(209,180,225)
#DDCAEA
(221,202,234)
#E9E0F3
(233,224,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #710499 color. Also use rgb(113,4,153) instead hex code.

Text Font Color

.myTextColor { color: #710499; }

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

This text font color is #710499.


Background Color

.myBgColor { background-color: #710499; }

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

This div background color is #710499.


Border color

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

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

This div border color is #710499.


Opacity

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

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

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

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

This text has shadow with #710499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #710499 on black background.


Color preview on white background

This text has color #710499 on white background.



Black color preview on #710499 background

This text has black color on #710499 background.


White color preview on #710499 background

This text has white color on #710499 background.