#59063C

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

Shades of Tyrian Purple #59063C

Tints of Tyrian Purple #59063C

Color information

#59063C (or 0x59063C) is unknown color: approx Tyrian Purple. HEX triplet: 59, 06 and 3C. RGB value is (89,6,60). Sum of RGB (Red+Green+Blue) = 89+6+60=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #59063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59063C is #A6F9C3. Grayscale: #242424. Windows color (decimal): -10942916 or 3933785. OLE color: 3933785.

HSL color Cylindrical-coordinate representation of color #59063C: hue angle of 320.96º 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 #59063C is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB89660-
CMYK00.930.330.65
HSL320.96º87.37%18.63%-
HSV(B)320.96º93.26%34.9%-
XYZ52.584.51-
YUV36.97141165.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.42%
GREEN value IS 6 (2.73% from 255) = 3.87%
BLUE value IS 60 (23.83% from 255) = 38.71%
R=57.42%
G=3.87%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8966000.930.330.65320.9687.3718.63
Hex5963C05D21411415713
Octal13167401354110150112723
Binary1011001110111100010111011000011000001101000001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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