#560159

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

Shades of Palatinate Purple #560159

Tints of Palatinate Purple #560159

Color information

#560159 (or 0x560159) is unknown color: approx Palatinate Purple. HEX triplet: 56, 01 and 59. RGB value is (86,1,89). Sum of RGB (Red+Green+Blue) = 86+1+89=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #560159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560159 is #A9FEA6. Grayscale: #242424. Windows color (decimal): -11140775 or 5833046. OLE color: 5833046.

HSL color Cylindrical-coordinate representation of color #560159: hue angle of 297.95º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560159 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB86189-
CMYK0.030.9900.65
HSL297.95º97.78%17.65%-
HSV(B)297.95º98.88%34.9%-
XYZ5.652.729.68-
YUV36.45157.66163.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 89 (35.16% from 255) = 50.57%
R=48.86%
G=0.57%
B=50.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal861890.030.9900.65297.9597.7817.65
Hex5615936304112a6212
Octal12611313143010145214222
Binary10101101101100111110001101000001100101010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560159; }

 p { color: rgb(86,1,89); }

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

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

 a { background-color: rgb(86,1,89); }

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

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

 span { border-color: rgb(86,1,89); }

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