COLOR #582D79

HEX: #582D79
RGB: (88,45,121)

Color info

#582D79 contains mainly red and blue colors. Web safe color of #582D79 is #663366 (or #636).

RGB color model

#582D79 color RGB value is (88,45,121).

  • red value is 88;
  • green value is 45;
  • blue value is 121.
RGB:
(88,45,121)
(35%,18%,47%)

RGB channels and saturation

R 88 of 255 = 35%
G 45 of 255 = 18%
B 121 of 255 = 47%

88
45
121

R + G + B ~ 33%. #582D79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 45 + 121 = 254 (100%)
R 88 of 254 ~ 34.65%
G 45 of 254 ~ 17.72%
B 121 of 254 ~ 47.64%

%34.65
%17.72
%47.64

CMYK color model

#582D79 color CMYK value is (27,63,0,53).

  • cyan value is 27.27%
  • magenta value is 62.81%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(27,63,0,53)
C27M63Y0K53 
(27%,63%,0%,53%)
(0.27/0.63/0.00/0.53)	

CMYK percentages

%27.27
%62.81
%0
%52.55

Codes

Color #582D79 in popluar color models

582D79
RGB8845121
HSL274°45.78%32.55%
HSB/HSV274°62.81%47.45%
CMYK27.27%62.81%0.00%
52.55%

Color #582D79 in popluar number systems.

HEX582D79
Decimal8845121
Binary10110001011011111001
Octal13055171

Shades and tints

Shades of #582D79

#582D79
(88,45,121)
#50296E
(80,41,110)
#482563
(72,37,99)
#402158
(64,33,88)
#381D4D
(56,29,77)
#301942
(48,25,66)
#281537
(40,21,55)
#20112C
(32,17,44)
#180D21
(24,13,33)
#100916
(16,9,22)
#08050B
(8,5,11)
#000000
(0,0,0)

Tints of #582D79

#582D79
(88,45,121)
#674085
(103,64,133)
#765391
(118,83,145)
#85669D
(133,102,157)
#9479A9
(148,121,169)
#A38CB5
(163,140,181)
#B29FC1
(178,159,193)
#C1B2CD
(193,178,205)
#D0C5D9
(208,197,217)
#DFD8E5
(223,216,229)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582D79 color. Also use rgb(88,45,121) instead hex code.

Text Font Color

.myTextColor { color: #582D79; }

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

This text font color is #582D79.


Background Color

.myBgColor { background-color: #582D79; }

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

This div background color is #582D79.


Border color

.myBorderColor { border: 1px solid #582D79; }

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

This div border color is #582D79.


Opacity

.myOpacity80 { color: #582D79; opacity: 0.8; }

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

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

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

This text has shadow with #582D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582D79 on black background.


Color preview on white background

This text has color #582D79 on white background.



Black color preview on #582D79 background

This text has black color on #582D79 background.


White color preview on #582D79 background

This text has white color on #582D79 background.