#591345

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

Shades of Tyrian Purple #591345

Tints of Tyrian Purple #591345

Color information

#591345 (or 0x591345) is unknown color: approx Tyrian Purple. HEX triplet: 59, 13 and 45. RGB value is (89,19,69). Sum of RGB (Red+Green+Blue) = 89+19+69=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #591345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591345 is #A6ECBA. Grayscale: #2D2D2D. Windows color (decimal): -10939579 or 4526937. OLE color: 4526937.

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

Color convert

RGB891969-
CMYK00.790.220.65
HSL317.14º64.81%21.18%-
HSV(B)317.14º78.65%34.9%-
XYZ5.433.025.93-
YUV45.63141.19158.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.28%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 69 (27.34% from 255) = 38.98%
R=50.28%
G=10.73%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89196900.790.220.65317.1464.8121.18
Hex59134504F164113d4115
Octal1312310501172610147510125
Binary101100110011100010101001111101101000001100111101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591345; }

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

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

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

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

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

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

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

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