#591853

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

Shades of Palatinate Purple #591853

Tints of Palatinate Purple #591853

Color information

#591853 (or 0x591853) is unknown color: approx Palatinate Purple. HEX triplet: 59, 18 and 53. RGB value is (89,24,83). Sum of RGB (Red+Green+Blue) = 89+24+83=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #591853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591853 is #A6E7AC. Grayscale: #313131. Windows color (decimal): -10938285 or 5445721. OLE color: 5445721.

HSL color Cylindrical-coordinate representation of color #591853: hue angle of 305.54º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #591853 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB892483-
CMYK00.730.070.65
HSL305.54º57.52%22.16%-
HSV(B)305.54º73.03%34.9%-
XYZ6.013.48.52-
YUV50.16146.53155.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.41%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=45.41%
G=12.24%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89248300.730.070.65305.5457.5222.16
Hex5918530497411323a16
Octal13130123011171014627226
Binary101100111000101001101001001111100000110011001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591853; }

 p { color: rgb(89,24,83); }

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

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

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

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

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

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

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