#591041

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

Shades of Tyrian Purple #591041

Tints of Tyrian Purple #591041

Color information

#591041 (or 0x591041) is unknown color: approx Tyrian Purple. HEX triplet: 59, 10 and 41. RGB value is (89,16,65). Sum of RGB (Red+Green+Blue) = 89+16+65=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #591041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591041 is #A6EFBE. Grayscale: #2B2B2B. Windows color (decimal): -10940351 or 4264025. OLE color: 4264025.

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

Color convert

RGB891665-
CMYK00.820.270.65
HSL319.73º69.52%20.59%-
HSV(B)319.73º82.02%34.9%-
XYZ5.262.885.28-
YUV43.41140.18160.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.35%
GREEN value IS 16 (6.64% from 255) = 9.41%
BLUE value IS 65 (25.78% from 255) = 38.24%
R=52.35%
G=9.41%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89166500.820.270.65319.7369.5220.59
Hex5910410521B411404615
Octal1312010101223310150010625
Binary101100110000100000101010010110111000001101000000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591041; }

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

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

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

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

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

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

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

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