#590356

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

Shades of Palatinate Purple #590356

Tints of Palatinate Purple #590356

Color information

#590356 (or 0x590356) is unknown color: approx Palatinate Purple. HEX triplet: 59, 03 and 56. RGB value is (89,3,86). Sum of RGB (Red+Green+Blue) = 89+3+86=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #590356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590356 is #A6FCA9. Grayscale: #252525. Windows color (decimal): -10943658 or 5636953. OLE color: 5636953.

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

Color convert

RGB89386-
CMYK00.970.030.65
HSL302.09º93.48%18.04%-
HSV(B)302.09º96.63%34.9%-
XYZ5.832.869.05-
YUV38.18154.99164.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 86 (33.98% from 255) = 48.31%
R=50%
G=1.69%
B=48.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8938600.970.030.65302.0993.4818.04
Hex5935606134112e5d12
Octal13131260141310145613522
Binary101100111101011001100001111000001100101110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590356; }

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

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

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

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

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

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

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

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