#590760

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

Shades of Palatinate Purple #590760

Tints of Palatinate Purple #590760

Color information

#590760 (or 0x590760) is unknown color: approx Palatinate Purple. HEX triplet: 59, 07 and 60. RGB value is (89,7,96). Sum of RGB (Red+Green+Blue) = 89+7+96=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #590760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590760 is #A6F89F. Grayscale: #292929. Windows color (decimal): -10942624 or 6293337. OLE color: 6293337.

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

Color convert

RGB89796-
CMYK0.070.9300.62
HSL295.28º86.41%20.2%-
HSV(B)295.28º92.71%37.65%-
XYZ6.313.1211.34-
YUV41.66158.67161.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.35%
GREEN value IS 7 (3.12% from 255) = 3.65%
BLUE value IS 96 (37.89% from 255) = 50%
R=46.35%
G=3.65%
B=50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal897960.070.9300.62295.2886.4120.2
Hex5976075D03E1275614
Octal1317140713507644712624
Binary1011001111110000011110111010111110100100111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590760; }

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

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

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

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

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

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

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

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