#591142

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

Shades of Tyrian Purple #591142

Tints of Tyrian Purple #591142

Color information

#591142 (or 0x591142) is unknown color: approx Tyrian Purple. HEX triplet: 59, 11 and 42. RGB value is (89,17,66). Sum of RGB (Red+Green+Blue) = 89+17+66=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #591142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591142 is #A6EEBD. Grayscale: #2B2B2B. Windows color (decimal): -10940094 or 4329817. OLE color: 4329817.

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

Color convert

RGB891766-
CMYK00.810.260.65
HSL319.17º67.92%20.78%-
HSV(B)319.17º80.9%34.9%-
XYZ5.32.925.44-
YUV44.11140.35160.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.74%
GREEN value IS 17 (7.03% from 255) = 9.88%
BLUE value IS 66 (26.17% from 255) = 38.37%
R=51.74%
G=9.88%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89176600.810.260.65319.1767.9220.78
Hex5911420511A4113f4415
Octal1312110201213210147710425
Binary101100110001100001001010001110101000001100111111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591142; }

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

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

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

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

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

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

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

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