#591135

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

Shades of Tyrian Purple #591135

Tints of Tyrian Purple #591135

Color information

#591135 (or 0x591135) is unknown color: approx Tyrian Purple. HEX triplet: 59, 11 and 35. RGB value is (89,17,53). Sum of RGB (Red+Green+Blue) = 89+17+53=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #591135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591135 is #A6EECA. Grayscale: #2A2A2A. Windows color (decimal): -10940107 or 3477849. OLE color: 3477849.

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

Color convert

RGB891753-
CMYK00.810.400.65
HSL330º67.92%20.78%-
HSV(B)330º80.9%34.9%-
XYZ4.962.783.64-
YUV42.63133.85161.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.97%
GREEN value IS 17 (7.03% from 255) = 10.69%
BLUE value IS 53 (21.09% from 255) = 33.33%
R=55.97%
G=10.69%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89175300.810.400.6533067.9220.78
Hex591135051284114a4415
Octal131216501215010151210425
Binary101100110001110101010100011010001000001101001010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591135; }

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

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

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

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

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

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

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

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