#591235

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

Shades of Tyrian Purple #591235

Tints of Tyrian Purple #591235

Color information

#591235 (or 0x591235) is unknown color: approx Tyrian Purple. HEX triplet: 59, 12 and 35. RGB value is (89,18,53). Sum of RGB (Red+Green+Blue) = 89+18+53=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #591235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591235 is #A6EDCA. Grayscale: #2B2B2B. Windows color (decimal): -10939851 or 3478105. OLE color: 3478105.

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

Color convert

RGB891853-
CMYK00.800.400.65
HSL330.42º66.36%20.98%-
HSV(B)330.42º79.78%34.9%-
XYZ4.982.813.65-
YUV43.22133.52160.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.62%
GREEN value IS 18 (7.42% from 255) = 11.25%
BLUE value IS 53 (21.09% from 255) = 33.12%
R=55.62%
G=11.25%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89185300.800.400.65330.4266.3620.98
Hex591235050284114a4215
Octal131226501205010151210225
Binary101100110010110101010100001010001000001101001010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591235; }

 p { color: rgb(89,18,53); }

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

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

 a { background-color: rgb(89,18,53); }

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

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

 span { border-color: rgb(89,18,53); }

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