#591342

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

Shades of Tyrian Purple #591342

Tints of Tyrian Purple #591342

Color information

#591342 (or 0x591342) is unknown color: approx Tyrian Purple. HEX triplet: 59, 13 and 42. RGB value is (89,19,66). Sum of RGB (Red+Green+Blue) = 89+19+66=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #591342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591342 is #A6ECBD. Grayscale: #2D2D2D. Windows color (decimal): -10939582 or 4330329. OLE color: 4330329.

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

Color convert

RGB891966-
CMYK00.790.260.65
HSL319.71º64.81%21.18%-
HSV(B)319.71º78.65%34.9%-
XYZ5.342.985.45-
YUV45.29139.69159.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.15%
GREEN value IS 19 (7.81% from 255) = 10.92%
BLUE value IS 66 (26.17% from 255) = 37.93%
R=51.15%
G=10.92%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89196600.790.260.65319.7164.8121.18
Hex59134204F1A411404115
Octal1312310201173210150010125
Binary101100110011100001001001111110101000001101000000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591342; }

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

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

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

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

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

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

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

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