#591234

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

Shades of Tyrian Purple #591234

Tints of Tyrian Purple #591234

Color information

#591234 (or 0x591234) is unknown color: approx Tyrian Purple. HEX triplet: 59, 12 and 34. RGB value is (89,18,52). Sum of RGB (Red+Green+Blue) = 89+18+52=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #591234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591234 is #A6EDCB. Grayscale: #2B2B2B. Windows color (decimal): -10939852 or 3412569. OLE color: 3412569.

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

Color convert

RGB891852-
CMYK00.800.420.65
HSL331.27º66.36%20.98%-
HSV(B)331.27º79.78%34.9%-
XYZ4.962.83.53-
YUV43.1133.02160.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.97%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 52 (20.70% from 255) = 32.70%
R=55.97%
G=11.32%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89185200.800.420.65331.2766.3620.98
Hex5912340502A4114b4215
Octal131226401205210151310225
Binary101100110010110100010100001010101000001101001011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591234; }

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

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

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

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

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

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

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

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