COLOR #582961

HEX: #582961
RGB: (88,41,97)

Color info

#582961 contains red, green and blue colors in about the same proportion. Web safe color of #582961 is #663366 (or #636).

RGB color model

#582961 color RGB value is (88,41,97).

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

RGB channels and saturation

R 88 of 255 = 35%
G 41 of 255 = 16%
B 97 of 255 = 38%

88
41
97

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

Portions of RGB colors in percentages

R + G + B =
88 + 41 + 97 = 226 (100%)
R 88 of 226 ~ 38.94%
G 41 of 226 ~ 18.14%
B 97 of 226 ~ 42.92%

%38.94
%18.14
%42.92

CMYK color model

#582961 color CMYK value is (9,58,0,62).

  • cyan value is 9.28%
  • magenta value is 57.73%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(9,58,0,62)
C9M58Y0K62 
(9%,58%,0%,62%)
(0.09/0.58/0.00/0.62)	

CMYK percentages

%9.28
%57.73
%0
%61.96

Codes

Color #582961 in popluar color models

582961
RGB884197
HSL290°40.58%27.06%
HSB/HSV290°57.73%38.04%
CMYK9.28%57.73%0.00%
61.96%

Color #582961 in popluar number systems.

HEX582961
Decimal884197
Binary10110001010011100001
Octal13051141

Shades and tints

Shades of #582961

#582961
(88,41,97)
#502659
(80,38,89)
#482351
(72,35,81)
#402049
(64,32,73)
#381D41
(56,29,65)
#301A39
(48,26,57)
#281731
(40,23,49)
#201429
(32,20,41)
#181121
(24,17,33)
#100E19
(16,14,25)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #582961

#582961
(88,41,97)
#673C6F
(103,60,111)
#764F7D
(118,79,125)
#85628B
(133,98,139)
#947599
(148,117,153)
#A388A7
(163,136,167)
#B29BB5
(178,155,181)
#C1AEC3
(193,174,195)
#D0C1D1
(208,193,209)
#DFD4DF
(223,212,223)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582961; }

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

This text font color is #582961.


Background Color

.myBgColor { background-color: #582961; }

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

This div background color is #582961.


Border color

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

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

This div border color is #582961.


Opacity

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

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

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

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

This text has shadow with #582961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582961 on black background.


Color preview on white background

This text has color #582961 on white background.



Black color preview on #582961 background

This text has black color on #582961 background.


White color preview on #582961 background

This text has white color on #582961 background.