#591258

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

Shades of Palatinate Purple #591258

Tints of Palatinate Purple #591258

Color information

#591258 (or 0x591258) is unknown color: approx Palatinate Purple. HEX triplet: 59, 12 and 58. RGB value is (89,18,88). Sum of RGB (Red+Green+Blue) = 89+18+88=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #591258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591258 is #A6EDA7. Grayscale: #2F2F2F. Windows color (decimal): -10939816 or 5771865. OLE color: 5771865.

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

Color convert

RGB891888-
CMYK00.800.010.65
HSL300.85º66.36%20.98%-
HSV(B)300.85º79.78%34.9%-
XYZ6.13.269.54-
YUV47.21151.02157.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.64%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 88 (34.77% from 255) = 45.13%
R=45.64%
G=9.23%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89188800.800.010.65300.8566.3620.98
Hex59125805014112d4215
Octal131221300120110145510225
Binary10110011001010110000101000011000001100101101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591258; }

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

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

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

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

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

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

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

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