#560D55

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

Shades of Palatinate Purple #560D55

Tints of Palatinate Purple #560D55

Color information

#560D55 (or 0x560D55) is unknown color: approx Palatinate Purple. HEX triplet: 56, 0D and 55. RGB value is (86,13,85). Sum of RGB (Red+Green+Blue) = 86+13+85=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #560D55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D55 is #A9F2AA. Grayscale: #2A2A2A. Windows color (decimal): -11137707 or 5573974. OLE color: 5573974.

HSL color Cylindrical-coordinate representation of color #560D55: hue angle of 300.82º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #560D55 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB861385-
CMYK00.850.010.66
HSL300.82º73.74%19.41%-
HSV(B)300.82º84.88%33.73%-
XYZ5.622.928.86-
YUV43.04151.68158.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.74%
GREEN value IS 13 (5.47% from 255) = 7.07%
BLUE value IS 85 (33.59% from 255) = 46.20%
R=46.74%
G=7.07%
B=46.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86138500.850.010.66300.8273.7419.41
Hex56D5505514212d4a13
Octal126151250125110245511223
Binary1010110110110101010101010111000010100101101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560D55; }

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

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

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

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

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

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

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

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