#560259

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

Shades of Palatinate Purple #560259

Tints of Palatinate Purple #560259

Color information

#560259 (or 0x560259) is unknown color: approx Palatinate Purple. HEX triplet: 56, 02 and 59. RGB value is (86,2,89). Sum of RGB (Red+Green+Blue) = 86+2+89=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #560259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560259 is #A9FDA6. Grayscale: #242424. Windows color (decimal): -11140519 or 5833302. OLE color: 5833302.

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

Color convert

RGB86289-
CMYK0.030.9800.65
HSL297.93º95.6%17.84%-
HSV(B)297.93º97.75%34.9%-
XYZ5.662.749.68-
YUV37.03157.33162.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 89 (35.16% from 255) = 50.28%
R=48.59%
G=1.13%
B=50.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal862890.030.9800.65297.9395.617.84
Hex5625936204112a6012
Octal12621313142010145214022
Binary101011010101100111110001001000001100101010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560259; }

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

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

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

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

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

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

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

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