#560654

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

Shades of Palatinate Purple #560654

Tints of Palatinate Purple #560654

Color information

#560654 (or 0x560654) is unknown color: approx Palatinate Purple. HEX triplet: 56, 06 and 54. RGB value is (86,6,84). Sum of RGB (Red+Green+Blue) = 86+6+84=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #560654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560654 is #A9F9AB. Grayscale: #262626. Windows color (decimal): -11139500 or 5506646. OLE color: 5506646.

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

Color convert

RGB86684-
CMYK00.930.020.66
HSL301.5º86.96%18.04%-
HSV(B)301.5º93.02%33.73%-
XYZ5.52.758.63-
YUV38.81153.5161.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 6 (2.73% from 255) = 3.41%
BLUE value IS 84 (33.20% from 255) = 47.73%
R=48.86%
G=3.41%
B=47.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8668400.930.020.66301.586.9618.04
Hex5665405D24212e5712
Octal12661240135210245612722
Binary1010110110101010001011101101000010100101110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560654; }

 p { color: rgb(86,6,84); }

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

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

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

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

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

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

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