#580436

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

Shades of Tyrian Purple #580436

Tints of Tyrian Purple #580436

Color information

#580436 (or 0x580436) is unknown color: approx Tyrian Purple. HEX triplet: 58, 04 and 36. RGB value is (88,4,54). Sum of RGB (Red+Green+Blue) = 88+4+54=146 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.27% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 88 - color contains mainly: red. Hex color #580436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580436 is #A7FBC9. Grayscale: #222222. Windows color (decimal): -11008970 or 3540056. OLE color: 3540056.

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

Color convert

RGB88454-
CMYK00.950.390.65
HSL324.29º91.3%18.04%-
HSV(B)324.29º95.45%34.51%-
XYZ4.732.433.71-
YUV34.82138.83165.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 60.27%
GREEN value IS 4 (1.95% from 255) = 2.74%
BLUE value IS 54 (21.48% from 255) = 36.99%
R=60.27%
G=2.74%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8845400.950.390.65324.2991.318.04
Hex5843605F27411445b12
Octal13046601374710150413322
Binary1011000100110110010111111001111000001101000100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580436; }

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

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

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

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

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

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

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

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