COLOR #582970

HEX: #582970
RGB: (88,41,112)

Color info

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

RGB color model

#582970 color RGB value is (88,41,112).

  • red value is 88;
  • green value is 41;
  • blue value is 112.
RGB:
(88,41,112)
(35%,16%,44%)

RGB channels and saturation

R 88 of 255 = 35%
G 41 of 255 = 16%
B 112 of 255 = 44%

88
41
112

R + G + B ~ 32%. #582970 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 41 + 112 = 241 (100%)
R 88 of 241 ~ 36.51%
G 41 of 241 ~ 17.01%
B 112 of 241 ~ 46.47%

%36.51
%17.01
%46.47

CMYK color model

#582970 color CMYK value is (21,63,0,56).

  • cyan value is 21.43%
  • magenta value is 63.39%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(21,63,0,56)
C21M63Y0K56 
(21%,63%,0%,56%)
(0.21/0.63/0.00/0.56)	

CMYK percentages

%21.43
%63.39
%0
%56.08

Codes

Color #582970 in popluar color models

582970
RGB8841112
HSL280°46.41%30.00%
HSB/HSV280°63.39%43.92%
CMYK21.43%63.39%0.00%
56.08%

Color #582970 in popluar number systems.

HEX582970
Decimal8841112
Binary10110001010011110000
Octal13051160

Shades and tints

Shades of #582970

#582970
(88,41,112)
#502666
(80,38,102)
#48235C
(72,35,92)
#402052
(64,32,82)
#381D48
(56,29,72)
#301A3E
(48,26,62)
#281734
(40,23,52)
#20142A
(32,20,42)
#181120
(24,17,32)
#100E16
(16,14,22)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #582970

#582970
(88,41,112)
#673C7D
(103,60,125)
#764F8A
(118,79,138)
#856297
(133,98,151)
#9475A4
(148,117,164)
#A388B1
(163,136,177)
#B29BBE
(178,155,190)
#C1AECB
(193,174,203)
#D0C1D8
(208,193,216)
#DFD4E5
(223,212,229)
#EEE7F2
(238,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582970 color. Also use rgb(88,41,112) instead hex code.

Text Font Color

.myTextColor { color: #582970; }

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

This text font color is #582970.


Background Color

.myBgColor { background-color: #582970; }

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

This div background color is #582970.


Border color

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

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

This div border color is #582970.


Opacity

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

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

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

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

This text has shadow with #582970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582970 on black background.


Color preview on white background

This text has color #582970 on white background.



Black color preview on #582970 background

This text has black color on #582970 background.


White color preview on #582970 background

This text has white color on #582970 background.