COLOR #7D1590

HEX: #7D1590
RGB: (125,21,144)

Renk bilgisi

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

RGB renk modeli

#7D1590 color RGB value is (125,21,144).

  • kırmız ton 125;
  • yeşil ton 21;
  • mavi ton 144.
RGB:
(125,21,144)
(49%,8%,56%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 21 of 255 = 8%
B 144 of 255 = 56%

125
21
144

R + G + B ~ 38%. #7D1590 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 21 + 144 = 290 (100%)
R 125 of 290 ~ 43.1%
G 21 of 290 ~ 7.24%
B 144 of 290 ~ 49.66%

%43.1
%49.66

CMYK RENK MODELİ

#7D1590 rengi CMYK tonu (13,85,0,44).

  • camgöbeği tonu 13.19%
  • eflatun tonu 85.42%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(13,85,0,44)
C13M85Y0K44 
(13%,85%,0%,44%)
(0.13/0.85/0.00/0.44)	

CMYK yüzdeleri

%13.19
%85.42
%0
%43.53

Codes

Color #7D1590 in popluar color models

7D1590
RGB12521144
HSL291°74.55%32.35%
HSB/HSV291°85.42%56.47%
CMYK13.19%85.42%0.00%
43.53%

Color #7D1590 in popluar number systems.

HEX7D1590
Decimal12521144
Binary11111011010110010000
Octal17525220

Shades and tints

Shades of #7D1590

#7D1590
(125,21,144)
#721483
(114,20,131)
#671376
(103,19,118)
#5C1269
(92,18,105)
#51115C
(81,17,92)
#46104F
(70,16,79)
#3B0F42
(59,15,66)
#300E35
(48,14,53)
#250D28
(37,13,40)
#1A0C1B
(26,12,27)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #7D1590

#7D1590
(125,21,144)
#882A9A
(136,42,154)
#933FA4
(147,63,164)
#9E54AE
(158,84,174)
#A969B8
(169,105,184)
#B47EC2
(180,126,194)
#BF93CC
(191,147,204)
#CAA8D6
(202,168,214)
#D5BDE0
(213,189,224)
#E0D2EA
(224,210,234)
#EBE7F4
(235,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D1590 color. Also use rgb(125,21,144) instead hex code.

Text Font Color

.myTextColor { color: #7D1590; }

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

This text font color is #7D1590.


Background Color

.myBgColor { background-color: #7D1590; }

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

This div background color is #7D1590.


Border color

.myBorderColor { border: 1px solid #7D1590; }

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

This div border color is #7D1590.


Opacity

.myOpacity80 { color: #7D1590; opacity: 0.8; }

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

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

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

This text has shadow with #7D1590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1590 on black background.


Color preview on white background

This text has color #7D1590 on white background.



Black color preview on #7D1590 background

This text has black color on #7D1590 background.


White color preview on #7D1590 background

This text has white color on #7D1590 background.