#590E5F

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

Shades of Palatinate Purple #590E5F

Tints of Palatinate Purple #590E5F

Color information

#590E5F (or 0x590E5F) is unknown color: approx Palatinate Purple. HEX triplet: 59, 0E and 5F. RGB value is (89,14,95). Sum of RGB (Red+Green+Blue) = 89+14+95=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #590E5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590E5F is #A6F1A0. Grayscale: #2D2D2D. Windows color (decimal): -10940833 or 6229593. OLE color: 6229593.

HSL color Cylindrical-coordinate representation of color #590E5F: hue angle of 295.56º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #590E5F is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB891495-
CMYK0.060.8500.63
HSL295.56º74.31%21.37%-
HSV(B)295.56º85.26%37.25%-
XYZ6.343.2611.12-
YUV45.66155.85158.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.95%
GREEN value IS 14 (5.86% from 255) = 7.07%
BLUE value IS 95 (37.5% from 255) = 47.98%
R=44.95%
G=7.07%
B=47.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8914950.060.8500.63295.5674.3121.37
Hex59E5F65503F1284a15
Octal13116137612507745011225
Binary10110011110101111111010101010111111100101000100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590E5F; }

 p { color: rgb(89,14,95); }

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

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

 a { background-color: rgb(89,14,95); }

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

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

 span { border-color: rgb(89,14,95); }

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