#591445

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

Shades of Tyrian Purple #591445

Tints of Tyrian Purple #591445

Color information

#591445 (or 0x591445) is unknown color: approx Tyrian Purple. HEX triplet: 59, 14 and 45. RGB value is (89,20,69). Sum of RGB (Red+Green+Blue) = 89+20+69=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #591445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591445 is #A6EBBA. Grayscale: #2E2E2E. Windows color (decimal): -10939323 or 4527193. OLE color: 4527193.

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

Color convert

RGB892069-
CMYK00.780.220.65
HSL317.39º63.3%21.37%-
HSV(B)317.39º77.53%34.9%-
XYZ5.443.055.93-
YUV46.22140.86158.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 11.24%
BLUE value IS 69 (27.34% from 255) = 38.76%
R=50%
G=11.24%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89206900.780.220.65317.3963.321.37
Hex59144504E164113d3f15
Octal131241050116261014757725
Binary10110011010010001010100111010110100000110011110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591445; }

 p { color: rgb(89,20,69); }

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

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

 a { background-color: rgb(89,20,69); }

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

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

 span { border-color: rgb(89,20,69); }

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