#591034

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

Shades of Tyrian Purple #591034

Tints of Tyrian Purple #591034

Color information

#591034 (or 0x591034) is unknown color: approx Tyrian Purple. HEX triplet: 59, 10 and 34. RGB value is (89,16,52). Sum of RGB (Red+Green+Blue) = 89+16+52=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #591034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591034 is #A6EFCB. Grayscale: #292929. Windows color (decimal): -10940364 or 3412057. OLE color: 3412057.

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

Color convert

RGB891652-
CMYK00.820.420.65
HSL330.41º69.52%20.59%-
HSV(B)330.41º82.02%34.9%-
XYZ4.922.743.52-
YUV41.93133.68161.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.69%
GREEN value IS 16 (6.64% from 255) = 10.19%
BLUE value IS 52 (20.70% from 255) = 33.12%
R=56.69%
G=10.19%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89165200.820.420.65330.4169.5220.59
Hex5910340522A4114a4615
Octal131206401225210151210625
Binary101100110000110100010100101010101000001101001010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591034; }

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

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

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

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

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

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

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

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