#591043

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

Shades of Tyrian Purple #591043

Tints of Tyrian Purple #591043

Color information

#591043 (or 0x591043) is unknown color: approx Tyrian Purple. HEX triplet: 59, 10 and 43. RGB value is (89,16,67). Sum of RGB (Red+Green+Blue) = 89+16+67=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #591043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591043 is #A6EFBC. Grayscale: #2B2B2B. Windows color (decimal): -10940349 or 4395097. OLE color: 4395097.

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

Color convert

RGB891667-
CMYK00.820.250.65
HSL318.08º69.52%20.59%-
HSV(B)318.08º82.02%34.9%-
XYZ5.322.95.59-
YUV43.64141.18160.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.74%
GREEN value IS 16 (6.64% from 255) = 9.30%
BLUE value IS 67 (26.56% from 255) = 38.95%
R=51.74%
G=9.30%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89166700.820.250.65318.0869.5220.59
Hex591043052194113e4615
Octal1312010301223110147610625
Binary101100110000100001101010010110011000001100111110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591043; }

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

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

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

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

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

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

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

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