#59033B

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

Shades of Tyrian Purple #59033B

Tints of Tyrian Purple #59033B

Color information

#59033B (or 0x59033B) is unknown color: approx Tyrian Purple. HEX triplet: 59, 03 and 3B. RGB value is (89,3,59). Sum of RGB (Red+Green+Blue) = 89+3+59=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #59033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59033B is #A6FCC4. Grayscale: #222222. Windows color (decimal): -10943685 or 3867481. OLE color: 3867481.

HSL color Cylindrical-coordinate representation of color #59033B: hue angle of 320.93º 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 #59033B is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB89359-
CMYK00.970.340.65
HSL320.93º93.48%18.04%-
HSV(B)320.93º96.63%34.9%-
XYZ4.942.54.36-
YUV35.1141.49166.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.94%
GREEN value IS 3 (1.56% from 255) = 1.99%
BLUE value IS 59 (23.44% from 255) = 39.07%
R=58.94%
G=1.99%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8935900.970.340.65320.9393.4818.04
Hex5933B06122411415d12
Octal13137301414210150113522
Binary101100111111011011000011000101000001101000001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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