COLOR #580688

HEX: #580688
RGB: (88,6,136)

Renk bilgisi

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

RGB renk modeli

#580688 color RGB value is (88,6,136).

  • kırmız ton 88;
  • yeşil ton 6;
  • mavi ton 136.
RGB:
(88,6,136)
(35%,2%,53%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 6 of 255 = 2%
B 136 of 255 = 53%

88
6
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 6 + 136 = 230 (100%)
R 88 of 230 ~ 38.26%
G 6 of 230 ~ 2.61%
B 136 of 230 ~ 59.13%

%38.26
%59.13

CMYK RENK MODELİ

#580688 rengi CMYK tonu (35,96,0,47).

  • camgöbeği tonu 35.29%
  • eflatun tonu 95.59%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(35,96,0,47)
C35M96Y0K47 
(35%,96%,0%,47%)
(0.35/0.96/0.00/0.47)	

CMYK yüzdeleri

%35.29
%95.59
%0
%46.67

Codes

Color #580688 in popluar color models

580688
RGB886136
HSL278°91.55%27.84%
HSB/HSV278°95.59%53.33%
CMYK35.29%95.59%0.00%
46.67%

Color #580688 in popluar number systems.

HEX580688
Decimal886136
Binary101100011010001000
Octal1306210

Shades and tints

Shades of #580688

#580688
(88,6,136)
#50067C
(80,6,124)
#480670
(72,6,112)
#400664
(64,6,100)
#380658
(56,6,88)
#30064C
(48,6,76)
#280640
(40,6,64)
#200634
(32,6,52)
#180628
(24,6,40)
#10061C
(16,6,28)
#080610
(8,6,16)
#000000
(0,0,0)

Tints of #580688

#580688
(88,6,136)
#671C92
(103,28,146)
#76329C
(118,50,156)
#8548A6
(133,72,166)
#945EB0
(148,94,176)
#A374BA
(163,116,186)
#B28AC4
(178,138,196)
#C1A0CE
(193,160,206)
#D0B6D8
(208,182,216)
#DFCCE2
(223,204,226)
#EEE2EC
(238,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580688 color. Also use rgb(88,6,136) instead hex code.

Text Font Color

.myTextColor { color: #580688; }

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

This text font color is #580688.


Background Color

.myBgColor { background-color: #580688; }

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

This div background color is #580688.


Border color

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

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

This div border color is #580688.


Opacity

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

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

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

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

This text has shadow with #580688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580688 on black background.


Color preview on white background

This text has color #580688 on white background.



Black color preview on #580688 background

This text has black color on #580688 background.


White color preview on #580688 background

This text has white color on #580688 background.