#560455

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

Shades of Palatinate Purple #560455

Tints of Palatinate Purple #560455

Color information

#560455 (or 0x560455) is unknown color: approx Palatinate Purple. HEX triplet: 56, 04 and 55. RGB value is (86,4,85). Sum of RGB (Red+Green+Blue) = 86+4+85=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #560455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560455 is #A9FBAA. Grayscale: #252525. Windows color (decimal): -11140011 or 5571670. OLE color: 5571670.

HSL color Cylindrical-coordinate representation of color #560455: hue angle of 300.73º 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 #560455 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB86485-
CMYK00.950.010.66
HSL300.73º91.11%17.65%-
HSV(B)300.73º95.35%33.73%-
XYZ5.522.728.83-
YUV37.75154.67162.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 4 (1.95% from 255) = 2.29%
BLUE value IS 85 (33.59% from 255) = 48.57%
R=49.14%
G=2.29%
B=48.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8648500.950.010.66300.7391.1117.65
Hex5645505F14212d5b12
Octal12641250137110245513322
Binary101011010010101010101111111000010100101101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560455; }

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

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

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

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

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

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

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

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