#59033F

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

Shades of Tyrian Purple #59033F

Tints of Tyrian Purple #59033F

Color information

#59033F (or 0x59033F) is unknown color: approx Tyrian Purple. HEX triplet: 59, 03 and 3F. RGB value is (89,3,63). Sum of RGB (Red+Green+Blue) = 89+3+63=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #59033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59033F is #A6FCC0. Grayscale: #232323. Windows color (decimal): -10943681 or 4129625. OLE color: 4129625.

HSL color Cylindrical-coordinate representation of color #59033F: hue angle of 318.14º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #59033F is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB89363-
CMYK00.970.290.65
HSL318.14º93.48%18.04%-
HSV(B)318.14º96.63%34.9%-
XYZ5.052.554.93-
YUV35.55143.49166.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.42%
GREEN value IS 3 (1.56% from 255) = 1.94%
BLUE value IS 63 (25% from 255) = 40.65%
R=57.42%
G=1.94%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8936300.970.290.65318.1493.4818.04
Hex5933F0611D4113e5d12
Octal13137701413510147613522
Binary10110011111111101100001111011000001100111110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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