#59053F

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

Shades of Tyrian Purple #59053F

Tints of Tyrian Purple #59053F

Color information

#59053F (or 0x59053F) is unknown color: approx Tyrian Purple. HEX triplet: 59, 05 and 3F. RGB value is (89,5,63). Sum of RGB (Red+Green+Blue) = 89+5+63=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #59053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59053F is #A6FAC0. Grayscale: #242424. Windows color (decimal): -10943169 or 4130137. OLE color: 4130137.

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

Color convert

RGB89563-
CMYK00.940.290.65
HSL318.57º89.36%18.43%-
HSV(B)318.57º94.38%34.9%-
XYZ5.072.594.94-
YUV36.73142.83165.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.69%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 63 (25% from 255) = 40.13%
R=56.69%
G=3.18%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8956300.940.290.65318.5789.3618.43
Hex5953F05E1D4113f5912
Octal13157701363510147713122
Binary101100110111111101011110111011000001100111111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59053F; }

 p { color: rgb(89,5,63); }

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

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

 a { background-color: rgb(89,5,63); }

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

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

 span { border-color: rgb(89,5,63); }

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