#59032A

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

Shades of Tyrian Purple #59032A

Tints of Tyrian Purple #59032A

Color information

#59032A (or 0x59032A) is unknown color: approx Tyrian Purple. HEX triplet: 59, 03 and 2A. RGB value is (89,3,42). Sum of RGB (Red+Green+Blue) = 89+3+42=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #59032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59032A is #A6FCD5. Grayscale: #212121. Windows color (decimal): -10943702 or 2753369. OLE color: 2753369.

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

Color convert

RGB89342-
CMYK00.970.530.65
HSL332.79º93.48%18.04%-
HSV(B)332.79º96.63%34.9%-
XYZ4.572.362.4-
YUV33.16132.99167.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.42%
GREEN value IS 3 (1.56% from 255) = 2.24%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=66.42%
G=2.24%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8934200.970.530.65332.7993.4818.04
Hex5932A061354114d5d12
Octal13135201416510151513522
Binary101100111101010011000011101011000001101001101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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