#560255

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

Shades of Palatinate Purple #560255

Tints of Palatinate Purple #560255

Color information

#560255 (or 0x560255) is unknown color: approx Palatinate Purple. HEX triplet: 56, 02 and 55. RGB value is (86,2,85). Sum of RGB (Red+Green+Blue) = 86+2+85=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #560255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560255 is #A9FDAA. Grayscale: #242424. Windows color (decimal): -11140523 or 5571158. OLE color: 5571158.

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

Color convert

RGB86285-
CMYK00.980.010.66
HSL300.71º95.45%17.25%-
HSV(B)300.71º97.67%33.73%-
XYZ5.52.688.82-
YUV36.58155.33163.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 85 (33.59% from 255) = 49.13%
R=49.71%
G=1.16%
B=49.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8628500.980.010.66300.7195.4517.25
Hex5625506214212d5f11
Octal12621250142110245513721
Binary10101101010101010110001011000010100101101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560255; }

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

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

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

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

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

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

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

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