#59032E

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

Shades of Tyrian Purple #59032E

Tints of Tyrian Purple #59032E

Color information

#59032E (or 0x59032E) is unknown color: approx Tyrian Purple. HEX triplet: 59, 03 and 2E. RGB value is (89,3,46). Sum of RGB (Red+Green+Blue) = 89+3+46=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #59032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59032E is #A6FCD1. Grayscale: #212121. Windows color (decimal): -10943698 or 3015513. OLE color: 3015513.

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

Color convert

RGB89346-
CMYK00.970.480.65
HSL330º93.48%18.04%-
HSV(B)330º96.63%34.9%-
XYZ4.652.392.8-
YUV33.62134.99167.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.49%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 46 (18.36% from 255) = 33.33%
R=64.49%
G=2.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8934600.970.480.6533093.4818.04
Hex5932E061304114a5d12
Octal13135601416010151213522
Binary101100111101110011000011100001000001101001010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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