#59032F

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

Shades of Tyrian Purple #59032F

Tints of Tyrian Purple #59032F

Color information

#59032F (or 0x59032F) is unknown color: approx Tyrian Purple. HEX triplet: 59, 03 and 2F. RGB value is (89,3,47). Sum of RGB (Red+Green+Blue) = 89+3+47=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #59032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59032F is #A6FCD0. Grayscale: #212121. Windows color (decimal): -10943697 or 3081049. OLE color: 3081049.

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

Color convert

RGB89347-
CMYK00.970.470.65
HSL329.3º93.48%18.04%-
HSV(B)329.3º96.63%34.9%-
XYZ4.672.392.91-
YUV33.73135.49167.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.03%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 47 (18.75% from 255) = 33.81%
R=64.03%
G=2.16%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8934700.970.470.65329.393.4818.04
Hex5932F0612F411495d12
Octal13135701415710151113522
Binary101100111101111011000011011111000001101001001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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