COLOR #580072

HEX: #580072
RGB: (88,0,114)

Color info

#580072 contains only red and blue colors. Web safe color of #580072 is #660066 (or #606).

RGB color model

#580072 color RGB value is (88,0,114).

  • red value is 88;
  • green value is 0;
  • blue value is 114.
RGB:
(88,0,114)
(35%,0%,45%)

RGB channels and saturation

R 88 of 255 = 35%
G 0 of 255 = 0%
B 114 of 255 = 45%

88
0
114

R + G + B ~ 27%. #580072 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 0 + 114 = 202 (100%)
R 88 of 202 ~ 43.56%
G 0 of 202 ~ 0%
B 114 of 202 ~ 56.44%

%43.56
%56.44

CMYK color model

#580072 color CMYK value is (23,100,0,55).

  • cyan value is 22.81%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(23,100,0,55)
C23M100Y0K55 
(23%,100%,0%,55%)
(0.23/1.00/0.00/0.55)	

CMYK percentages

%22.81
%100
%0
%55.29

Codes

Color #580072 in popluar color models

580072
RGB880114
HSL286°100.00%22.35%
HSB/HSV286°100.00%44.71%
CMYK22.81%100.00%0.00%
55.29%

Color #580072 in popluar number systems.

HEX580072
Decimal880114
Binary101100001110010
Octal1300162

Shades and tints

Shades of #580072

#580072
(88,0,114)
#500068
(80,0,104)
#48005E
(72,0,94)
#400054
(64,0,84)
#38004A
(56,0,74)
#300040
(48,0,64)
#280036
(40,0,54)
#20002C
(32,0,44)
#180022
(24,0,34)
#100018
(16,0,24)
#08000E
(8,0,14)
#000000
(0,0,0)

Tints of #580072

#580072
(88,0,114)
#67177E
(103,23,126)
#762E8A
(118,46,138)
#854596
(133,69,150)
#945CA2
(148,92,162)
#A373AE
(163,115,174)
#B28ABA
(178,138,186)
#C1A1C6
(193,161,198)
#D0B8D2
(208,184,210)
#DFCFDE
(223,207,222)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580072 color. Also use rgb(88,0,114) instead hex code.

Text Font Color

.myTextColor { color: #580072; }

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

This text font color is #580072.


Background Color

.myBgColor { background-color: #580072; }

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

This div background color is #580072.


Border color

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

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

This div border color is #580072.


Opacity

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

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

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

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

This text has shadow with #580072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580072 on black background.


Color preview on white background

This text has color #580072 on white background.



Black color preview on #580072 background

This text has black color on #580072 background.


White color preview on #580072 background

This text has white color on #580072 background.