#591558

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

Shades of Palatinate Purple #591558

Tints of Palatinate Purple #591558

Color information

#591558 (or 0x591558) is unknown color: approx Palatinate Purple. HEX triplet: 59, 15 and 58. RGB value is (89,21,88). Sum of RGB (Red+Green+Blue) = 89+21+88=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #591558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591558 is #A6EAA7. Grayscale: #303030. Windows color (decimal): -10939048 or 5772633. OLE color: 5772633.

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

Color convert

RGB892188-
CMYK00.760.010.65
HSL300.88º61.82%21.57%-
HSV(B)300.88º76.4%34.9%-
XYZ6.153.369.56-
YUV48.97150.03156.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.95%
GREEN value IS 21 (8.59% from 255) = 10.61%
BLUE value IS 88 (34.77% from 255) = 44.44%
R=44.95%
G=10.61%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89218800.760.010.65300.8861.8221.57
Hex59155804C14112d3e16
Octal13125130011411014557626
Binary1011001101011011000010011001100000110010110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591558; }

 p { color: rgb(89,21,88); }

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

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

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

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

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

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

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