#580541

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

Shades of Tyrian Purple #580541

Tints of Tyrian Purple #580541

Color information

#580541 (or 0x580541) is unknown color: approx Tyrian Purple. HEX triplet: 58, 05 and 41. RGB value is (88,5,65). Sum of RGB (Red+Green+Blue) = 88+5+65=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #580541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580541 is #A7FABE. Grayscale: #242424. Windows color (decimal): -11008703 or 4261208. OLE color: 4261208.

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

Color convert

RGB88565-
CMYK00.940.260.65
HSL316.63º89.25%18.24%-
HSV(B)316.63º94.32%34.51%-
XYZ5.032.565.23-
YUV36.66144164.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.70%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 65 (25.78% from 255) = 41.14%
R=55.70%
G=3.16%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8856500.940.260.65316.6389.2518.24
Hex5854105E1A4113d5912
Octal130510101363210147513122
Binary1011000101100000101011110110101000001100111101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580541; }

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

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

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

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

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

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

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

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