#580432

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

Shades of Tyrian Purple #580432

Tints of Tyrian Purple #580432

Color information

#580432 (or 0x580432) is unknown color: approx Tyrian Purple. HEX triplet: 58, 04 and 32. RGB value is (88,4,50). Sum of RGB (Red+Green+Blue) = 88+4+50=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #580432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580432 is #A7FBCD. Grayscale: #222222. Windows color (decimal): -11008974 or 3277912. OLE color: 3277912.

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

Color convert

RGB88450-
CMYK00.950.430.65
HSL327.14º91.3%18.04%-
HSV(B)327.14º95.45%34.51%-
XYZ4.642.393.23-
YUV34.36136.83166.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.97%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 50 (19.92% from 255) = 35.21%
R=61.97%
G=2.82%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8845000.950.430.65327.1491.318.04
Hex5843205F2B411475b12
Octal13046201375310150713322
Binary1011000100110010010111111010111000001101000111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580432; }

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

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

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

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

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

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

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

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