#580841

Color #580841 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #580841

Tints of Tyrian Purple #580841

Color information

#580841 (or 0x580841) is unknown color: approx Tyrian Purple. HEX triplet: 58, 08 and 41. RGB value is (88,8,65). Sum of RGB (Red+Green+Blue) = 88+8+65=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #580841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580841 is #A7F7BE. Grayscale: #262626. Windows color (decimal): -11007935 or 4261976. OLE color: 4261976.

HSL color Cylindrical-coordinate representation of color #580841: hue angle of 317.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580841 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB88865-
CMYK00.910.260.65
HSL317.25º83.33%18.82%-
HSV(B)317.25º90.91%34.51%-
XYZ5.072.635.24-
YUV38.42143163.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 54.66%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 65 (25.78% from 255) = 40.37%
R=54.66%
G=4.97%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8886500.910.260.65317.2583.3318.82
Hex5884105B1A4113d5313
Octal1301010101333210147512323
Binary10110001000100000101011011110101000001100111101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580841; }

 p { color: rgb(88,8,65); }

 H1.HeaderClassName
 {
   color: #580841;
 }
 .AnyTagClassName
 {
   color: #580841;
 }
</style>
background-color css

<style>
 a { background-color: #580841; }

 a { background-color: rgb(88,8,65); }

 div.DivClassName
 {
   background-color: #580841;
 }
 .BgClassName
 {
   background-color: #580841;
 }
</style>
border-color css

<style>
 span { border-color: #580841; }

 span { border-color: rgb(88,8,65); }

 td.TdClassName
 {
   border-color: #580841;
 }
 .TagClassName
 {
   border-color: #580841;
 }
</style>