#59053E

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

Shades of Tyrian Purple #59053E

Tints of Tyrian Purple #59053E

Color information

#59053E (or 0x59053E) is unknown color: approx Tyrian Purple. HEX triplet: 59, 05 and 3E. RGB value is (89,5,62). Sum of RGB (Red+Green+Blue) = 89+5+62=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #59053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59053E is #A6FAC1. Grayscale: #242424. Windows color (decimal): -10943170 or 4064601. OLE color: 4064601.

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

Color convert

RGB89562-
CMYK00.940.300.65
HSL319.29º89.36%18.43%-
HSV(B)319.29º94.38%34.9%-
XYZ5.042.584.79-
YUV36.61142.33165.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.05%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 62 (24.61% from 255) = 39.74%
R=57.05%
G=3.21%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8956200.940.300.65319.2989.3618.43
Hex5953E05E1E4113f5912
Octal13157601363610147713122
Binary101100110111111001011110111101000001100111111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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