#590256

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

Shades of Palatinate Purple #590256

Tints of Palatinate Purple #590256

Color information

#590256 (or 0x590256) is unknown color: approx Palatinate Purple. HEX triplet: 59, 02 and 56. RGB value is (89,2,86). Sum of RGB (Red+Green+Blue) = 89+2+86=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #590256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590256 is #A6FDA9. Grayscale: #252525. Windows color (decimal): -10943914 or 5636697. OLE color: 5636697.

HSL color Cylindrical-coordinate representation of color #590256: hue angle of 302.07º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590256 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB89286-
CMYK00.980.030.65
HSL302.07º95.6%17.84%-
HSV(B)302.07º97.75%34.9%-
XYZ5.822.849.05-
YUV37.59155.32164.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.28%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 86 (33.98% from 255) = 48.59%
R=50.28%
G=1.13%
B=48.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8928600.980.030.65302.0795.617.84
Hex5925606234112e6012
Octal13121260142310145614022
Binary101100110101011001100010111000001100101110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590256; }

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

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

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

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

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

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

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

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