#591134

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

Shades of Tyrian Purple #591134

Tints of Tyrian Purple #591134

Color information

#591134 (or 0x591134) is unknown color: approx Tyrian Purple. HEX triplet: 59, 11 and 34. RGB value is (89,17,52). Sum of RGB (Red+Green+Blue) = 89+17+52=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #591134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591134 is #A6EECB. Grayscale: #2A2A2A. Windows color (decimal): -10940108 or 3412313. OLE color: 3412313.

HSL color Cylindrical-coordinate representation of color #591134: hue angle of 330.83º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591134 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB891752-
CMYK00.810.420.65
HSL330.83º67.92%20.78%-
HSV(B)330.83º80.9%34.9%-
XYZ4.942.773.52-
YUV42.52133.35161.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.33%
GREEN value IS 17 (7.03% from 255) = 10.76%
BLUE value IS 52 (20.70% from 255) = 32.91%
R=56.33%
G=10.76%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89175200.810.420.65330.8367.9220.78
Hex5911340512A4114b4415
Octal131216401215210151310425
Binary101100110001110100010100011010101000001101001011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591134; }

 p { color: rgb(89,17,52); }

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

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

 a { background-color: rgb(89,17,52); }

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

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

 span { border-color: rgb(89,17,52); }

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