#560456

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

Shades of Palatinate Purple #560456

Tints of Palatinate Purple #560456

Color information

#560456 (or 0x560456) is unknown color: approx Palatinate Purple. HEX triplet: 56, 04 and 56. RGB value is (86,4,86). Sum of RGB (Red+Green+Blue) = 86+4+86=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: red, blue. Hex color #560456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560456 is #A9FBA9. Grayscale: #252525. Windows color (decimal): -11140010 or 5637206. OLE color: 5637206.

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

Color convert

RGB86486-
CMYK00.9500.66
HSL300º91.11%17.65%-
HSV(B)300º95.35%33.73%-
XYZ5.562.749.04-
YUV37.87155.17162.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 4 (1.95% from 255) = 2.27%
BLUE value IS 86 (33.98% from 255) = 48.86%
R=48.86%
G=2.27%
B=48.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8648600.9500.6630091.1117.65
Hex5645605F04212c5b12
Octal12641260137010245413322
Binary101011010010101100101111101000010100101100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560456; }

 p { color: rgb(86,4,86); }

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

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

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

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

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

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

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