#580442

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

Shades of Tyrian Purple #580442

Tints of Tyrian Purple #580442

Color information

#580442 (or 0x580442) is unknown color: approx Tyrian Purple. HEX triplet: 58, 04 and 42. RGB value is (88,4,66). Sum of RGB (Red+Green+Blue) = 88+4+66=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #580442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580442 is #A7FBBD. Grayscale: #242424. Windows color (decimal): -11008958 or 4326488. OLE color: 4326488.

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

Color convert

RGB88466-
CMYK00.950.250.65
HSL315.71º91.3%18.04%-
HSV(B)315.71º95.45%34.51%-
XYZ5.052.555.38-
YUV36.18144.83164.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.70%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 66 (26.17% from 255) = 41.77%
R=55.70%
G=2.53%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8846600.950.250.65315.7191.318.04
Hex5844205F194113c5b12
Octal130410201373110147413322
Binary1011000100100001001011111110011000001100111100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580442; }

 p { color: rgb(88,4,66); }

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

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

 a { background-color: rgb(88,4,66); }

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

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

 span { border-color: rgb(88,4,66); }

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