#591146

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

Shades of Tyrian Purple #591146

Tints of Tyrian Purple #591146

Color information

#591146 (or 0x591146) is unknown color: approx Tyrian Purple. HEX triplet: 59, 11 and 46. RGB value is (89,17,70). Sum of RGB (Red+Green+Blue) = 89+17+70=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #591146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591146 is #A6EEB9. Grayscale: #2C2C2C. Windows color (decimal): -10940090 or 4591961. OLE color: 4591961.

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

Color convert

RGB891770-
CMYK00.810.210.65
HSL315.83º67.92%20.78%-
HSV(B)315.83º80.9%34.9%-
XYZ5.432.976.08-
YUV44.57142.35159.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.57%
GREEN value IS 17 (7.03% from 255) = 9.66%
BLUE value IS 70 (27.73% from 255) = 39.77%
R=50.57%
G=9.66%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89177000.810.210.65315.8367.9220.78
Hex591146051154113c4415
Octal1312110601212510147410425
Binary101100110001100011001010001101011000001100111100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591146; }

 p { color: rgb(89,17,70); }

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

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

 a { background-color: rgb(89,17,70); }

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

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

 span { border-color: rgb(89,17,70); }

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