#590555

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

Shades of Palatinate Purple #590555

Tints of Palatinate Purple #590555

Color information

#590555 (or 0x590555) is unknown color: approx Palatinate Purple. HEX triplet: 59, 05 and 55. RGB value is (89,5,85). Sum of RGB (Red+Green+Blue) = 89+5+85=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #590555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590555 is #A6FAAA. Grayscale: #272727. Windows color (decimal): -10943147 or 5571929. OLE color: 5571929.

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

Color convert

RGB89585-
CMYK00.940.040.65
HSL302.86º89.36%18.43%-
HSV(B)302.86º94.38%34.9%-
XYZ5.812.898.85-
YUV39.24153.83163.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.72%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 85 (33.59% from 255) = 47.49%
R=49.72%
G=2.79%
B=47.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8958500.940.040.65302.8689.3618.43
Hex5955505E44112f5912
Octal13151250136410145713122
Binary10110011011010101010111101001000001100101111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590555; }

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

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

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

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

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

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

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

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