#560358

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

Shades of Palatinate Purple #560358

Tints of Palatinate Purple #560358

Color information

#560358 (or 0x560358) is unknown color: approx Palatinate Purple. HEX triplet: 56, 03 and 58. RGB value is (86,3,88). Sum of RGB (Red+Green+Blue) = 86+3+88=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #560358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560358 is #A9FCA7. Grayscale: #252525. Windows color (decimal): -11140264 or 5768022. OLE color: 5768022.

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

Color convert

RGB86388-
CMYK0.020.9700.65
HSL298.59º93.41%17.84%-
HSV(B)298.59º96.59%34.51%-
XYZ5.632.759.47-
YUV37.51156.5162.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 88 (34.77% from 255) = 49.72%
R=48.59%
G=1.69%
B=49.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal863880.020.9700.65298.5993.4117.84
Hex5635826104112b5d12
Octal12631302141010145313522
Binary101011011101100010110000101000001100101011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560358; }

 p { color: rgb(86,3,88); }

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

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

 a { background-color: rgb(86,3,88); }

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

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

 span { border-color: rgb(86,3,88); }

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