#591458

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

Shades of Palatinate Purple #591458

Tints of Palatinate Purple #591458

Color information

#591458 (or 0x591458) is unknown color: approx Palatinate Purple. HEX triplet: 59, 14 and 58. RGB value is (89,20,88). Sum of RGB (Red+Green+Blue) = 89+20+88=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #591458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591458 is #A6EBA7. Grayscale: #303030. Windows color (decimal): -10939304 or 5772377. OLE color: 5772377.

HSL color Cylindrical-coordinate representation of color #591458: hue angle of 300.87º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #591458 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB892088-
CMYK00.780.010.65
HSL300.87º63.3%21.37%-
HSV(B)300.87º77.53%34.9%-
XYZ6.133.339.55-
YUV48.38150.36156.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.18%
GREEN value IS 20 (8.20% from 255) = 10.15%
BLUE value IS 88 (34.77% from 255) = 44.67%
R=45.18%
G=10.15%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89208800.780.010.65300.8763.321.37
Hex59145804E14112d3f15
Octal13124130011611014557725
Binary1011001101001011000010011101100000110010110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591458; }

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

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

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

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

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

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

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

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