COLOR #580975

HEX: #580975 RGB: (88,9,117)

Color info

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

RGB color model

#580975 color RGB value is (88,9,117).

RGB: (88,9,117) (35%, 4%, 46%)

RGB channels and saturation

R 88 of 255 = 35%
G 9 of 255 = 4%
B 117 of 255 = 46%

88
9
117

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

Portions of RGB colors in percentages

R + G + B = 88 + 9 + 117 = 214 (100%)
R 88 of 214 ~ 41.12%
G 9 of 214 ~ 4.21%
B 117 of 214 ~ 54.67'%

%41.12
%54.67

CMYK color model

#580975 color CMYK value is (25,92,0,54).

  • cyan value is 24.79%
  • magenta value is 92.31%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (25,92,0,54)
C25M92Y0K54 (25%, 92%, 0%, 54%)
(0.25 / 0.92 / 0.00 / 0.54)

CMYK percentages

%24.79
%92.31
%0
%54.12

Codes

Color #580975 in popluar color models

58 09 75
RGB 88 9 117
HSL 284° 85.71% 24.71%
HSB/HSV 284° 92.31% 45.88%
CMYK 24.79% 92.31% 0.00%
54.12%

Color #580975 in popluar number systems.

HEX 58 09 75
Decimal 88 9 117
Binary 1011000 1001 1110101
Octal 130 11 165

Shades and tints

Shades of #580975

#580975
(88,9,117)
#50096B
(80,9,107)
#480961
(72,9,97)
#400957
(64,9,87)
#38094D
(56,9,77)
#300943
(48,9,67)
#280939
(40,9,57)
#20092F
(32,9,47)
#180925
(24,9,37)
#10091B
(16,9,27)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #580975

#580975
(88,9,117)
#671F81
(103,31,129)
#76358D
(118,53,141)
#854B99
(133,75,153)
#9461A5
(148,97,165)
#A377B1
(163,119,177)
#B28DBD
(178,141,189)
#C1A3C9
(193,163,201)
#D0B9D5
(208,185,213)
#DFCFE1
(223,207,225)
#EEE5ED
(238,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580975 color. Also use rgb(88,9,117) instead hex code.

Text Font Color

.myTextColor { color: #580975; }

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

This text font color is #580975.

Background Color

.myBgColor { background-color: #580975; }

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

This div background color is #580975.

Border color

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

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

This div border color is #580975.

Opacity

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

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

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

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

This text has shadow with #580975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #580975.

Preview

Color preview on black background

This text has color #580975 on black background.


Color preview on white background

This text has color #580975 on white background.


Black color preview on #580975 background

This text has black color on #580975 background.


White color preview on #580975 background

This text has white color on #580975 background.


Related colors

Complementary color

Complementary color for #hex is #A7F68A.


I love getcolorcode.com

Triadic colors

1 #755809 and #097558 with #580975 are triadic colors.

2 #750958 and #095875 with #580975 are triadic colors.