COLOR #590F7C

HEX: #590F7C
RGB: (89,15,124)

Renk bilgisi

#590F7C contains mainly red and blue colors. #590F7C ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#590F7C color RGB value is (89,15,124).

  • kırmız ton 89;
  • yeşil ton 15;
  • mavi ton 124.
RGB:
(89,15,124)
(35%,6%,49%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 15 of 255 = 6%
B 124 of 255 = 49%

89
15
124

R + G + B ~ 30%. #590F7C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 15 + 124 = 228 (100%)
R 89 of 228 ~ 39.04%
G 15 of 228 ~ 6.58%
B 124 of 228 ~ 54.39%

%39.04
%54.39

CMYK RENK MODELİ

#590F7C rengi CMYK tonu (28,88,0,51).

  • camgöbeği tonu 28.23%
  • eflatun tonu 87.90%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(28,88,0,51)
C28M88Y0K51 
(28%,88%,0%,51%)
(0.28/0.88/0.00/0.51)	

CMYK yüzdeleri

%28.23
%87.9
%0
%51.37

Codes

Color #590F7C in popluar color models

590F7C
RGB8915124
HSL281°78.42%27.25%
HSB/HSV281°87.90%48.63%
CMYK28.23%87.90%0.00%
51.37%

Color #590F7C in popluar number systems.

HEX590F7C
Decimal8915124
Binary101100111111111100
Octal13117174

Shades and tints

Shades of #590F7C

#590F7C
(89,15,124)
#510E71
(81,14,113)
#490D66
(73,13,102)
#410C5B
(65,12,91)
#390B50
(57,11,80)
#310A45
(49,10,69)
#29093A
(41,9,58)
#21082F
(33,8,47)
#190724
(25,7,36)
#110619
(17,6,25)
#09050E
(9,5,14)
#000000
(0,0,0)

Tints of #590F7C

#590F7C
(89,15,124)
#682487
(104,36,135)
#773992
(119,57,146)
#864E9D
(134,78,157)
#9563A8
(149,99,168)
#A478B3
(164,120,179)
#B38DBE
(179,141,190)
#C2A2C9
(194,162,201)
#D1B7D4
(209,183,212)
#E0CCDF
(224,204,223)
#EFE1EA
(239,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590F7C color. Also use rgb(89,15,124) instead hex code.

Text Font Color

.myTextColor { color: #590F7C; }

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

This text font color is #590F7C.


Background Color

.myBgColor { background-color: #590F7C; }

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

This div background color is #590F7C.


Border color

.myBorderColor { border: 1px solid #590F7C; }

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

This div border color is #590F7C.


Opacity

.myOpacity80 { color: #590F7C; opacity: 0.8; }

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

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

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

This text has shadow with #590F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590F7C on black background.


Color preview on white background

This text has color #590F7C on white background.



Black color preview on #590F7C background

This text has black color on #590F7C background.


White color preview on #590F7C background

This text has white color on #590F7C background.