#591260

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

Shades of Palatinate Purple #591260

Tints of Palatinate Purple #591260

Color information

#591260 (or 0x591260) is unknown color: approx Palatinate Purple. HEX triplet: 59, 12 and 60. RGB value is (89,18,96). Sum of RGB (Red+Green+Blue) = 89+18+96=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #591260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591260 is #A6ED9F. Grayscale: #2F2F2F. Windows color (decimal): -10939808 or 6296153. OLE color: 6296153.

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

Color convert

RGB891896-
CMYK0.070.8100.62
HSL294.62º68.42%22.35%-
HSV(B)294.62º81.25%37.65%-
XYZ6.453.411.38-
YUV48.12155.02157.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.84%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=43.84%
G=8.87%
B=47.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8918960.070.8100.62294.6268.4222.35
Hex59126075103E1274416
Octal13122140712107644710426
Binary101100110010110000011110100010111110100100111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591260; }

 p { color: rgb(89,18,96); }

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

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

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

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

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

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

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