#590F62

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

Shades of Palatinate Purple #590F62

Tints of Palatinate Purple #590F62

Color information

#590F62 (or 0x590F62) is unknown color: approx Palatinate Purple. HEX triplet: 59, 0F and 62. RGB value is (89,15,98). Sum of RGB (Red+Green+Blue) = 89+15+98=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #590F62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590F62 is #A6F09D. Grayscale: #2E2E2E. Windows color (decimal): -10940574 or 6426457. OLE color: 6426457.

HSL color Cylindrical-coordinate representation of color #590F62: hue angle of 293.49º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #590F62 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB891598-
CMYK0.090.8500.62
HSL293.49º73.45%22.16%-
HSV(B)293.49º84.69%38.43%-
XYZ6.53.3511.86-
YUV46.59157.02158.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.06%
GREEN value IS 15 (6.25% from 255) = 7.43%
BLUE value IS 98 (38.67% from 255) = 48.51%
R=44.06%
G=7.43%
B=48.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8915980.090.8500.62293.4973.4522.16
Hex59F6295503E1254916
Octal131171421112507644511126
Binary101100111111100010100110101010111110100100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590F62; }

 p { color: rgb(89,15,98); }

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

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

 a { background-color: rgb(89,15,98); }

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

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

 span { border-color: rgb(89,15,98); }

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