#591159

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

Shades of Palatinate Purple #591159

Tints of Palatinate Purple #591159

Color information

#591159 (or 0x591159) is unknown color: approx Palatinate Purple. HEX triplet: 59, 11 and 59. RGB value is (89,17,89). Sum of RGB (Red+Green+Blue) = 89+17+89=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #591159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591159 is #A6EEA6. Grayscale: #2E2E2E. Windows color (decimal): -10940071 or 5837145. OLE color: 5837145.

HSL color Cylindrical-coordinate representation of color #591159: hue angle of 300º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591159 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB891789-
CMYK00.8100.65
HSL300º67.92%20.78%-
HSV(B)300º80.9%34.9%-
XYZ6.123.259.75-
YUV46.74151.85158.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.64%
GREEN value IS 17 (7.03% from 255) = 8.72%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=45.64%
G=8.72%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89178900.8100.6530067.9220.78
Hex59115905104112c4415
Octal131211310121010145410425
Binary10110011000110110010101000101000001100101100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591159; }

 p { color: rgb(89,17,89); }

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

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

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

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

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

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

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