#590960

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

Shades of Palatinate Purple #590960

Tints of Palatinate Purple #590960

Color information

#590960 (or 0x590960) is unknown color: approx Palatinate Purple. HEX triplet: 59, 09 and 60. RGB value is (89,9,96). Sum of RGB (Red+Green+Blue) = 89+9+96=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #590960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590960 is #A6F69F. Grayscale: #2A2A2A. Windows color (decimal): -10942112 or 6293849. OLE color: 6293849.

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

Color convert

RGB89996-
CMYK0.070.9100.62
HSL295.17º82.86%20.59%-
HSV(B)295.17º90.62%37.65%-
XYZ6.333.1611.34-
YUV42.84158160.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.88%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 96 (37.89% from 255) = 49.48%
R=45.88%
G=4.64%
B=49.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal899960.070.9100.62295.1782.8620.59
Hex5996075B03E1275315
Octal13111140713307644712325
Binary10110011001110000011110110110111110100100111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590960; }

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

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

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

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

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

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

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

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