#591038

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

Shades of Tyrian Purple #591038

Tints of Tyrian Purple #591038

Color information

#591038 (or 0x591038) is unknown color: approx Tyrian Purple. HEX triplet: 59, 10 and 38. RGB value is (89,16,56). Sum of RGB (Red+Green+Blue) = 89+16+56=161 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.28% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 89 - color contains mainly: red. Hex color #591038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591038 is #A6EFC7. Grayscale: #2A2A2A. Windows color (decimal): -10940360 or 3674201. OLE color: 3674201.

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

Color convert

RGB891656-
CMYK00.820.370.65
HSL327.12º69.52%20.59%-
HSV(B)327.12º82.02%34.9%-
XYZ5.022.784.01-
YUV42.39135.68161.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.28%
GREEN value IS 16 (6.64% from 255) = 9.94%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=55.28%
G=9.94%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89165600.820.370.65327.1269.5220.59
Hex59103805225411474615
Octal131207001224510150710625
Binary101100110000111000010100101001011000001101000111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591038; }

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

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

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

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

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

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

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

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