#59053A

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

Shades of Tyrian Purple #59053A

Tints of Tyrian Purple #59053A

Color information

#59053A (or 0x59053A) is unknown color: approx Tyrian Purple. HEX triplet: 59, 05 and 3A. RGB value is (89,5,58). Sum of RGB (Red+Green+Blue) = 89+5+58=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #59053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59053A is #A6FAC5. Grayscale: #242424. Windows color (decimal): -10943174 or 3802457. OLE color: 3802457.

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

Color convert

RGB89558-
CMYK00.940.350.65
HSL322.14º89.36%18.43%-
HSV(B)322.14º94.38%34.9%-
XYZ4.942.544.23-
YUV36.16140.33165.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.55%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=58.55%
G=3.29%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8955800.940.350.65322.1489.3618.43
Hex5953A05E23411425912
Octal13157201364310150213122
Binary1011001101111010010111101000111000001101000010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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