#560855

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

Shades of Palatinate Purple #560855

Tints of Palatinate Purple #560855

Color information

#560855 (or 0x560855) is unknown color: approx Palatinate Purple. HEX triplet: 56, 08 and 55. RGB value is (86,8,85). Sum of RGB (Red+Green+Blue) = 86+8+85=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #560855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560855 is #A9F7AA. Grayscale: #272727. Windows color (decimal): -11138987 or 5572694. OLE color: 5572694.

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

Color convert

RGB86885-
CMYK00.910.010.66
HSL300.77º82.98%18.43%-
HSV(B)300.77º90.7%33.73%-
XYZ5.562.818.84-
YUV40.1153.34160.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.04%
GREEN value IS 8 (3.52% from 255) = 4.47%
BLUE value IS 85 (33.59% from 255) = 47.49%
R=48.04%
G=4.47%
B=47.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8688500.910.010.66300.7782.9818.43
Hex5685505B14212d5312
Octal126101250133110245512322
Binary1010110100010101010101101111000010100101101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560855; }

 p { color: rgb(86,8,85); }

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

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

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

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

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

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

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