#591033

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

Shades of Tyrian Purple #591033

Tints of Tyrian Purple #591033

Color information

#591033 (or 0x591033) is unknown color: approx Tyrian Purple. HEX triplet: 59, 10 and 33. RGB value is (89,16,51). Sum of RGB (Red+Green+Blue) = 89+16+51=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #591033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591033 is #A6EFCC. Grayscale: #292929. Windows color (decimal): -10940365 or 3346521. OLE color: 3346521.

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

Color convert

RGB891651-
CMYK00.820.430.65
HSL331.23º69.52%20.59%-
HSV(B)331.23º82.02%34.9%-
XYZ4.92.733.4-
YUV41.82133.18161.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.05%
GREEN value IS 16 (6.64% from 255) = 10.26%
BLUE value IS 51 (20.31% from 255) = 32.69%
R=57.05%
G=10.26%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89165100.820.430.65331.2369.5220.59
Hex5910330522B4114b4615
Octal131206301225310151310625
Binary101100110000110011010100101010111000001101001011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591033; }

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

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

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

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

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

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

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

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