#590360

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

Shades of Palatinate Purple #590360

Tints of Palatinate Purple #590360

Color information

#590360 (or 0x590360) is unknown color: approx Palatinate Purple. HEX triplet: 59, 03 and 60. RGB value is (89,3,96). Sum of RGB (Red+Green+Blue) = 89+3+96=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #590360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590360 is #A6FC9F. Grayscale: #272727. Windows color (decimal): -10943648 or 6292313. OLE color: 6292313.

HSL color Cylindrical-coordinate representation of color #590360: hue angle of 295.48º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590360 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB89396-
CMYK0.070.9700.62
HSL295.48º93.94%19.41%-
HSV(B)295.48º96.88%37.65%-
XYZ6.263.0311.32-
YUV39.32159.99163.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 96 (37.89% from 255) = 51.06%
R=47.34%
G=1.60%
B=51.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal893960.070.9700.62295.4893.9419.41
Hex5936076103E1275e13
Octal1313140714107644713623
Binary101100111110000011111000010111110100100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590360; }

 p { color: rgb(89,3,96); }

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

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

 a { background-color: rgb(89,3,96); }

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

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

 span { border-color: rgb(89,3,96); }

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