#59033C

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

Shades of Tyrian Purple #59033C

Tints of Tyrian Purple #59033C

Color information

#59033C (or 0x59033C) is unknown color: approx Tyrian Purple. HEX triplet: 59, 03 and 3C. RGB value is (89,3,60). Sum of RGB (Red+Green+Blue) = 89+3+60=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #59033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59033C is #A6FCC3. Grayscale: #232323. Windows color (decimal): -10943684 or 3933017. OLE color: 3933017.

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

Color convert

RGB89360-
CMYK00.970.330.65
HSL320.23º93.48%18.04%-
HSV(B)320.23º96.63%34.9%-
XYZ4.972.524.5-
YUV35.21141.99166.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.55%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 60 (23.83% from 255) = 39.47%
R=58.55%
G=1.97%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8936000.970.330.65320.2393.4818.04
Hex5933C06121411405d12
Octal13137401414110150013522
Binary101100111111100011000011000011000001101000000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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