#591055

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

Shades of Palatinate Purple #591055

Tints of Palatinate Purple #591055

Color information

#591055 (or 0x591055) is unknown color: approx Palatinate Purple. HEX triplet: 59, 10 and 55. RGB value is (89,16,85). Sum of RGB (Red+Green+Blue) = 89+16+85=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #591055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591055 is #A6EFAA. Grayscale: #2D2D2D. Windows color (decimal): -10940331 or 5574745. OLE color: 5574745.

HSL color Cylindrical-coordinate representation of color #591055: hue angle of 303.29º 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 #591055 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB891685-
CMYK00.820.040.65
HSL303.29º69.52%20.59%-
HSV(B)303.29º82.02%34.9%-
XYZ5.943.158.89-
YUV45.69150.18158.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.84%
GREEN value IS 16 (6.64% from 255) = 8.42%
BLUE value IS 85 (33.59% from 255) = 44.74%
R=46.84%
G=8.42%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89168500.820.040.65303.2969.5220.59
Hex59105505244112f4615
Octal131201250122410145710625
Binary1011001100001010101010100101001000001100101111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591055; }

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

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

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

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

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

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

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

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