#591441

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

Shades of Tyrian Purple #591441

Tints of Tyrian Purple #591441

Color information

#591441 (or 0x591441) is unknown color: approx Tyrian Purple. HEX triplet: 59, 14 and 41. RGB value is (89,20,65). Sum of RGB (Red+Green+Blue) = 89+20+65=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #591441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591441 is #A6EBBE. Grayscale: #2D2D2D. Windows color (decimal): -10939327 or 4265049. OLE color: 4265049.

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

Color convert

RGB892065-
CMYK00.780.270.65
HSL320.87º63.3%21.37%-
HSV(B)320.87º77.53%34.9%-
XYZ5.323.015.3-
YUV45.76138.86158.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.15%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=51.15%
G=11.49%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89206500.780.270.65320.8763.321.37
Hex59144104E1B411413f15
Octal131241010116331015017725
Binary10110011010010000010100111011011100000110100000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591441; }

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

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

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

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

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

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

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

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