#591340

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

Shades of Tyrian Purple #591340

Tints of Tyrian Purple #591340

Color information

#591340 (or 0x591340) is unknown color: approx Tyrian Purple. HEX triplet: 59, 13 and 40. RGB value is (89,19,64). Sum of RGB (Red+Green+Blue) = 89+19+64=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #591340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591340 is #A6ECBF. Grayscale: #2C2C2C. Windows color (decimal): -10939584 or 4199257. OLE color: 4199257.

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

Color convert

RGB891964-
CMYK00.790.280.65
HSL321.43º64.81%21.18%-
HSV(B)321.43º78.65%34.9%-
XYZ5.282.965.14-
YUV45.06138.69159.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.74%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=51.74%
G=11.05%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89196400.790.280.65321.4364.8121.18
Hex59134004F1C411414115
Octal1312310001173410150110125
Binary101100110011100000001001111111001000001101000001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591340; }

 p { color: rgb(89,19,64); }

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

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

 a { background-color: rgb(89,19,64); }

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

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

 span { border-color: rgb(89,19,64); }

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