#591343

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

Shades of Tyrian Purple #591343

Tints of Tyrian Purple #591343

Color information

#591343 (or 0x591343) is unknown color: approx Tyrian Purple. HEX triplet: 59, 13 and 43. RGB value is (89,19,67). Sum of RGB (Red+Green+Blue) = 89+19+67=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #591343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591343 is #A6ECBC. Grayscale: #2D2D2D. Windows color (decimal): -10939581 or 4395865. OLE color: 4395865.

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

Color convert

RGB891967-
CMYK00.790.250.65
HSL318.86º64.81%21.18%-
HSV(B)318.86º78.65%34.9%-
XYZ5.372.995.61-
YUV45.4140.19159.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.86%
GREEN value IS 19 (7.81% from 255) = 10.86%
BLUE value IS 67 (26.56% from 255) = 38.29%
R=50.86%
G=10.86%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89196700.790.250.65318.8664.8121.18
Hex59134304F194113f4115
Octal1312310301173110147710125
Binary101100110011100001101001111110011000001100111111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591343; }

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

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

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

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

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

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

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

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