#580539

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

Shades of Tyrian Purple #580539

Tints of Tyrian Purple #580539

Color information

#580539 (or 0x580539) is unknown color: approx Tyrian Purple. HEX triplet: 58, 05 and 39. RGB value is (88,5,57). Sum of RGB (Red+Green+Blue) = 88+5+57=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #580539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580539 is #A7FAC6. Grayscale: #232323. Windows color (decimal): -11008711 or 3736920. OLE color: 3736920.

HSL color Cylindrical-coordinate representation of color #580539: hue angle of 322.41º 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 #580539 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB88557-
CMYK00.940.350.65
HSL322.41º89.25%18.24%-
HSV(B)322.41º94.32%34.51%-
XYZ4.822.484.1-
YUV35.74140165.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.67%
GREEN value IS 5 (2.34% from 255) = 3.33%
BLUE value IS 57 (22.66% from 255) = 38%
R=58.67%
G=3.33%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8855700.940.350.65322.4189.2518.24
Hex5853905E23411425912
Octal13057101364310150213122
Binary1011000101111001010111101000111000001101000010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580539; }

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

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

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

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

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

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

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

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