#560357

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

Shades of Palatinate Purple #560357

Tints of Palatinate Purple #560357

Color information

#560357 (or 0x560357) is unknown color: approx Palatinate Purple. HEX triplet: 56, 03 and 57. RGB value is (86,3,87). Sum of RGB (Red+Green+Blue) = 86+3+87=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #560357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560357 is #A9FCA8. Grayscale: #252525. Windows color (decimal): -11140265 or 5702486. OLE color: 5702486.

HSL color Cylindrical-coordinate representation of color #560357: hue angle of 299.29º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560357 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB86387-
CMYK0.010.9700.66
HSL299.29º93.33%17.65%-
HSV(B)299.29º96.55%34.12%-
XYZ5.592.739.25-
YUV37.39156162.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 87 (34.38% from 255) = 49.43%
R=48.86%
G=1.70%
B=49.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal863870.010.9700.66299.2993.3317.65
Hex5635716104212b5d12
Octal12631271141010245313522
Binary10101101110101111110000101000010100101011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560357; }

 p { color: rgb(86,3,87); }

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

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

 a { background-color: rgb(86,3,87); }

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

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

 span { border-color: rgb(86,3,87); }

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