COLOR #580B74

HEX: #580B74
RGB: (88,11,116)

Color info

#580B74 contains mainly red and blue colors. Web safe color of #580B74 is #660066 (or #606).

RGB color model

#580B74 color RGB value is (88,11,116).

  • red value is 88;
  • green value is 11;
  • blue value is 116.
RGB:
(88,11,116)
(35%,4%,45%)

RGB channels and saturation

R 88 of 255 = 35%
G 11 of 255 = 4%
B 116 of 255 = 45%

88
11
116

R + G + B ~ 28%. #580B74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 11 + 116 = 215 (100%)
R 88 of 215 ~ 40.93%
G 11 of 215 ~ 5.12%
B 116 of 215 ~ 53.95%

%40.93
%53.95

CMYK color model

#580B74 color CMYK value is (24,91,0,55).

  • cyan value is 24.14%
  • magenta value is 90.52%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(24,91,0,55)
C24M91Y0K55 
(24%,91%,0%,55%)
(0.24/0.91/0.00/0.55)	

CMYK percentages

%24.14
%90.52
%0
%54.51

Codes

Color #580B74 in popluar color models

580B74
RGB8811116
HSL284°82.68%24.90%
HSB/HSV284°90.52%45.49%
CMYK24.14%90.52%0.00%
54.51%

Color #580B74 in popluar number systems.

HEX580B74
Decimal8811116
Binary101100010111110100
Octal13013164

Shades and tints

Shades of #580B74

#580B74
(88,11,116)
#500A6A
(80,10,106)
#480960
(72,9,96)
#400856
(64,8,86)
#38074C
(56,7,76)
#300642
(48,6,66)
#280538
(40,5,56)
#20042E
(32,4,46)
#180324
(24,3,36)
#10021A
(16,2,26)
#080110
(8,1,16)
#000000
(0,0,0)

Tints of #580B74

#580B74
(88,11,116)
#672180
(103,33,128)
#76378C
(118,55,140)
#854D98
(133,77,152)
#9463A4
(148,99,164)
#A379B0
(163,121,176)
#B28FBC
(178,143,188)
#C1A5C8
(193,165,200)
#D0BBD4
(208,187,212)
#DFD1E0
(223,209,224)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580B74 color. Also use rgb(88,11,116) instead hex code.

Text Font Color

.myTextColor { color: #580B74; }

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

This text font color is #580B74.


Background Color

.myBgColor { background-color: #580B74; }

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

This div background color is #580B74.


Border color

.myBorderColor { border: 1px solid #580B74; }

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

This div border color is #580B74.


Opacity

.myOpacity80 { color: #580B74; opacity: 0.8; }

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

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

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

This text has shadow with #580B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580B74 on black background.


Color preview on white background

This text has color #580B74 on white background.



Black color preview on #580B74 background

This text has black color on #580B74 background.


White color preview on #580B74 background

This text has white color on #580B74 background.