#590A56

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

Shades of Palatinate Purple #590A56

Tints of Palatinate Purple #590A56

Color information

#590A56 (or 0x590A56) is unknown color: approx Palatinate Purple. HEX triplet: 59, 0A and 56. RGB value is (89,10,86). Sum of RGB (Red+Green+Blue) = 89+10+86=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #590A56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590A56 is #A6F5A9. Grayscale: #2A2A2A. Windows color (decimal): -10941866 or 5638745. OLE color: 5638745.

HSL color Cylindrical-coordinate representation of color #590A56: hue angle of 302.28º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #590A56 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB891086-
CMYK00.890.030.65
HSL302.28º79.8%19.41%-
HSV(B)302.28º88.76%34.9%-
XYZ5.913.019.07-
YUV42.28152.67161.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.11%
GREEN value IS 10 (4.30% from 255) = 5.41%
BLUE value IS 86 (33.98% from 255) = 46.49%
R=48.11%
G=5.41%
B=46.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89108600.890.030.65302.2879.819.41
Hex59A5605934112e5013
Octal131121260131310145612023
Binary10110011010101011001011001111000001100101110101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,10,86); }

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

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

 a { background-color: rgb(89,10,86); }

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

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

 span { border-color: rgb(89,10,86); }

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