#591053

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

Shades of Palatinate Purple #591053

Tints of Palatinate Purple #591053

Color information

#591053 (or 0x591053) is unknown color: approx Palatinate Purple. HEX triplet: 59, 10 and 53. RGB value is (89,16,83). Sum of RGB (Red+Green+Blue) = 89+16+83=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #591053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591053 is #A6EFAC. Grayscale: #2D2D2D. Windows color (decimal): -10940333 or 5443673. OLE color: 5443673.

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

Color convert

RGB891683-
CMYK00.820.070.65
HSL304.93º69.52%20.59%-
HSV(B)304.93º82.02%34.9%-
XYZ5.873.128.48-
YUV45.46149.18159.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 16 (6.64% from 255) = 8.51%
BLUE value IS 83 (32.81% from 255) = 44.15%
R=47.34%
G=8.51%
B=44.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89168300.820.070.65304.9369.5220.59
Hex5910530527411314615
Octal131201230122710146110625
Binary1011001100001010011010100101111000001100110001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591053; }

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

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

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

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

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

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

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

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