COLOR #580A7C

HEX: #580A7C RGB: (88,10,124)

Color info

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

RGB color model

#580A7C color RGB value is (88,10,124).

RGB: (88,10,124) (35%, 4%, 49%)

RGB channels and saturation

R 88 of 255 = 35%
G 10 of 255 = 4%
B 124 of 255 = 49%

88
10
124

R + G + B ~ 29%. #580A7C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 10 + 124 = 222 (100%)
R 88 of 222 ~ 39.64%
G 10 of 222 ~ 4.5%
B 124 of 222 ~ 55.86'%

%39.64
%55.86

CMYK color model

#580A7C color CMYK value is (29,92,0,51).

  • cyan value is 29.03%
  • magenta value is 91.94%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (29,92,0,51)
C29M92Y0K51 (29%, 92%, 0%, 51%)
(0.29 / 0.92 / 0.00 / 0.51)

CMYK percentages

%29.03
%91.94
%0
%51.37

Codes

Color #580A7C in popluar color models

58 0A 7C
RGB 88 10 124
HSL 281° 85.07% 26.27%
HSB/HSV 281° 91.94% 48.63%
CMYK 29.03% 91.94% 0.00%
51.37%

Color #580A7C in popluar number systems.

HEX 58 0A 7C
Decimal 88 10 124
Binary 1011000 1010 1111100
Octal 130 12 174

Shades and tints

Shades of #580A7C

#580A7C
(88,10,124)
#500A71
(80,10,113)
#480A66
(72,10,102)
#400A5B
(64,10,91)
#380A50
(56,10,80)
#300A45
(48,10,69)
#280A3A
(40,10,58)
#200A2F
(32,10,47)
#180A24
(24,10,36)
#100A19
(16,10,25)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #580A7C

#580A7C
(88,10,124)
#672087
(103,32,135)
#763692
(118,54,146)
#854C9D
(133,76,157)
#9462A8
(148,98,168)
#A378B3
(163,120,179)
#B28EBE
(178,142,190)
#C1A4C9
(193,164,201)
#D0BAD4
(208,186,212)
#DFD0DF
(223,208,223)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580A7C color. Also use rgb(88,10,124) instead hex code.

Text Font Color

.myTextColor { color: #580A7C; }

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

This text font color is #580A7C.

Background Color

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

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

This div background color is #580A7C.

Border color

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

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

This div border color is #580A7C.

Opacity

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

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

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

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

This text has shadow with #580A7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #580A7C.

Preview

Color preview on black background

This text has color #580A7C on black background.


Color preview on white background

This text has color #580A7C on white background.


Black color preview on #580A7C background

This text has black color on #580A7C background.


White color preview on #580A7C background

This text has white color on #580A7C background.


Related colors

Complementary color

Complementary color for #hex is #A7F583.


I love getcolorcode.com

Triadic colors

1 #7C580A and #0A7C58 with #580A7C are triadic colors.

2 #7C0A58 and #0A587C with #580A7C are triadic colors.