#591062

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

Shades of Palatinate Purple #591062

Tints of Palatinate Purple #591062

Color information

#591062 (or 0x591062) is unknown color: approx Palatinate Purple. HEX triplet: 59, 10 and 62. RGB value is (89,16,98). Sum of RGB (Red+Green+Blue) = 89+16+98=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #591062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591062 is #A6EF9D. Grayscale: #2E2E2E. Windows color (decimal): -10940318 or 6426713. OLE color: 6426713.

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

Color convert

RGB891698-
CMYK0.090.8400.62
HSL293.41º71.93%22.35%-
HSV(B)293.41º83.67%38.43%-
XYZ6.513.3811.86-
YUV47.18156.68157.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.84%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 98 (38.67% from 255) = 48.28%
R=43.84%
G=7.88%
B=48.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8916980.090.8400.62293.4171.9322.35
Hex59106295403E1254816
Octal131201421112407644511026
Binary1011001100001100010100110101000111110100100101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591062; }

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

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

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

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

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

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

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

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