#590655

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

Shades of Palatinate Purple #590655

Tints of Palatinate Purple #590655

Color information

#590655 (or 0x590655) is unknown color: approx Palatinate Purple. HEX triplet: 59, 06 and 55. RGB value is (89,6,85). Sum of RGB (Red+Green+Blue) = 89+6+85=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #590655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590655 is #A6F9AA. Grayscale: #272727. Windows color (decimal): -10942891 or 5572185. OLE color: 5572185.

HSL color Cylindrical-coordinate representation of color #590655: hue angle of 302.89º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590655 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB89685-
CMYK00.930.040.65
HSL302.89º87.37%18.63%-
HSV(B)302.89º93.26%34.9%-
XYZ5.822.918.85-
YUV39.82153.5163.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.44%
GREEN value IS 6 (2.73% from 255) = 3.33%
BLUE value IS 85 (33.59% from 255) = 47.22%
R=49.44%
G=3.33%
B=47.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8968500.930.040.65302.8987.3718.63
Hex5965505D44112f5713
Octal13161250135410145712723
Binary10110011101010101010111011001000001100101111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590655; }

 p { color: rgb(89,6,85); }

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

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

 a { background-color: rgb(89,6,85); }

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

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

 span { border-color: rgb(89,6,85); }

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