#59062E

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

Shades of Tyrian Purple #59062E

Tints of Tyrian Purple #59062E

Color information

#59062E (or 0x59062E) is unknown color: approx Tyrian Purple. HEX triplet: 59, 06 and 2E. RGB value is (89,6,46). Sum of RGB (Red+Green+Blue) = 89+6+46=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #59062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59062E is #A6F9D1. Grayscale: #232323. Windows color (decimal): -10942930 or 3016281. OLE color: 3016281.

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

Color convert

RGB89646-
CMYK00.930.480.65
HSL331.08º87.37%18.63%-
HSV(B)331.08º93.26%34.9%-
XYZ4.682.452.81-
YUV35.38134166.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 63.12%
GREEN value IS 6 (2.73% from 255) = 4.26%
BLUE value IS 46 (18.36% from 255) = 32.62%
R=63.12%
G=4.26%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8964600.930.480.65331.0887.3718.63
Hex5962E05D304114b5713
Octal13165601356010151312723
Binary1011001110101110010111011100001000001101001011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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