#59063E

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

Shades of Tyrian Purple #59063E

Tints of Tyrian Purple #59063E

Color information

#59063E (or 0x59063E) is unknown color: approx Tyrian Purple. HEX triplet: 59, 06 and 3E. RGB value is (89,6,62). Sum of RGB (Red+Green+Blue) = 89+6+62=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #59063E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59063E is #A6F9C1. Grayscale: #252525. Windows color (decimal): -10942914 or 4064857. OLE color: 4064857.

HSL color Cylindrical-coordinate representation of color #59063E: hue angle of 319.52º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #59063E is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB89662-
CMYK00.930.300.65
HSL319.52º87.37%18.63%-
HSV(B)319.52º93.26%34.9%-
XYZ5.052.64.79-
YUV37.2142164.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.69%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 62 (24.61% from 255) = 39.49%
R=56.69%
G=3.82%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8966200.930.300.65319.5287.3718.63
Hex5963E05D1E411405713
Octal13167601353610150012723
Binary101100111011111001011101111101000001101000000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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