#59062C

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

Shades of Tyrian Purple #59062C

Tints of Tyrian Purple #59062C

Color information

#59062C (or 0x59062C) is unknown color: approx Tyrian Purple. HEX triplet: 59, 06 and 2C. RGB value is (89,6,44). Sum of RGB (Red+Green+Blue) = 89+6+44=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #59062C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59062C is #A6F9D3. Grayscale: #232323. Windows color (decimal): -10942932 or 2885209. OLE color: 2885209.

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

Color convert

RGB89644-
CMYK00.930.510.65
HSL332.53º87.37%18.63%-
HSV(B)332.53º93.26%34.9%-
XYZ4.642.442.61-
YUV35.15133166.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.03%
GREEN value IS 6 (2.73% from 255) = 4.32%
BLUE value IS 44 (17.58% from 255) = 31.65%
R=64.03%
G=4.32%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8964400.930.510.65332.5387.3718.63
Hex5962C05D334114d5713
Octal13165401356310151512723
Binary1011001110101100010111011100111000001101001101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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