#590260

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

Shades of Palatinate Purple #590260

Tints of Palatinate Purple #590260

Color information

#590260 (or 0x590260) is unknown color: approx Palatinate Purple. HEX triplet: 59, 02 and 60. RGB value is (89,2,96). Sum of RGB (Red+Green+Blue) = 89+2+96=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #590260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590260 is #A6FD9F. Grayscale: #262626. Windows color (decimal): -10943904 or 6292057. OLE color: 6292057.

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

Color convert

RGB89296-
CMYK0.070.9800.62
HSL295.53º95.92%19.22%-
HSV(B)295.53º97.92%37.65%-
XYZ6.253.0111.32-
YUV38.73160.32163.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.59%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 96 (37.89% from 255) = 51.34%
R=47.59%
G=1.07%
B=51.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal892960.070.9800.62295.5395.9219.22
Hex5926076203E1286013
Octal1312140714207645014023
Binary101100110110000011111000100111110100101000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590260; }

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

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

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

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

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

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

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

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