#580540

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

Shades of Tyrian Purple #580540

Tints of Tyrian Purple #580540

Color information

#580540 (or 0x580540) is unknown color: approx Tyrian Purple. HEX triplet: 58, 05 and 40. RGB value is (88,5,64). Sum of RGB (Red+Green+Blue) = 88+5+64=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #580540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580540 is #A7FABF. Grayscale: #242424. Windows color (decimal): -11008704 or 4195672. OLE color: 4195672.

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

Color convert

RGB88564-
CMYK00.940.270.65
HSL317.35º89.25%18.24%-
HSV(B)317.35º94.32%34.51%-
XYZ52.555.08-
YUV36.54143.5164.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.05%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=56.05%
G=3.18%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8856400.940.270.65317.3589.2518.24
Hex5854005E1B4113d5912
Octal130510001363310147513122
Binary1011000101100000001011110110111000001100111101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580540; }

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

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

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

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

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

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

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

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